This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git


    from 56cf998f7 Update FormData.java
     new 88f2d6211 Update scalafmt-core to 3.10.4
     new ad772175c Reformat with scalafmt 3.10.4
     new 789b59edf Add 'Reformat with scalafmt 3.10.4' to .git-blame-ignore-revs

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .git-blame-ignore-revs                             |  3 +
 .scalafmt.conf                                     |  2 +-
 build.sbt                                          |  9 ++-
 .../docs/http/scaladsl/HttpServerExampleSpec.scala | 65 +++++++++++-----------
 .../server/CaseClassExtractionExamplesSpec.scala   | 13 ++---
 .../scaladsl/server/DirectiveExamplesSpec.scala    |  7 +--
 .../directives/HeaderDirectivesExamplesSpec.scala  |  7 +--
 .../ParameterDirectivesExamplesSpec.scala          |  3 +-
 .../directives/RouteDirectivesExamplesSpec.scala   |  3 +-
 .../engine/MessageToFrameRendererBenchmark.scala   |  9 +--
 .../engine/http2/H2RequestResponseBenchmark.scala  |  8 +--
 .../http/impl/engine/client/PoolMasterActor.scala  |  8 +--
 .../engine/client/pool/NewHostConnectionPool.scala |  6 +-
 .../pekko/http/impl/engine/http2/Http2.scala       | 12 +---
 .../http/impl/engine/http2/Http2Blueprint.scala    |  6 +-
 .../pekko/http/impl/engine/http2/Http2Demux.scala  |  7 +--
 .../impl/engine/http2/Http2StreamHandling.scala    |  6 +-
 .../http/impl/engine/parsing/BodyPartParser.scala  |  4 +-
 .../impl/engine/parsing/HttpHeaderParser.scala     |  4 +-
 .../rendering/HttpResponseRendererFactory.scala    |  3 +-
 .../impl/engine/server/HttpServerBluePrint.scala   |  8 +--
 .../pekko/http/impl/engine/ws/Protocol.scala       |  6 +-
 .../http/impl/model/parser/AcceptHeader.scala      |  3 +-
 .../impl/model/parser/CacheControlHeader.scala     | 21 ++++---
 .../pekko/http/impl/model/parser/CommonRules.scala | 17 ++++--
 .../http/impl/model/parser/HeaderParser.scala      |  3 +-
 .../http/impl/model/parser/SimpleHeaders.scala     |  3 +-
 .../pekko/http/impl/model/parser/UriParser.scala   |  6 +-
 .../http/impl/settings/ParserSettingsImpl.scala    |  7 +--
 .../apache/pekko/http/impl/util/JavaMapping.scala  |  6 +-
 .../pekko/http/scaladsl/model/DateTime.scala       | 13 ++---
 .../pekko/http/scaladsl/model/ErrorInfo.scala      |  3 +-
 .../pekko/http/scaladsl/model/MediaRange.scala     |  3 +-
 .../http/scaladsl/model/headers/HttpCookie.scala   | 11 ++--
 .../engine/client/HostConnectionPoolSpec.scala     |  3 +-
 .../impl/engine/client/HttpConfigurationSpec.scala |  6 +-
 .../client/LowLevelOutgoingConnectionSpec.scala    |  9 ++-
 .../impl/engine/client/NewConnectionPoolSpec.scala |  9 +--
 .../impl/engine/client/PrepareResponseSpec.scala   |  5 +-
 .../impl/engine/parsing/HttpHeaderParserSpec.scala |  6 +-
 .../impl/engine/parsing/RequestParserSpec.scala    |  9 ++-
 .../impl/engine/parsing/ResponseParserSpec.scala   |  9 ++-
 .../engine/rendering/ResponseRendererSpec.scala    |  3 +-
 .../engine/server/HttpServerBug21008Spec.scala     |  3 +-
 .../http/impl/engine/server/HttpServerSpec.scala   | 48 ++++++++++------
 .../impl/engine/server/PrepareRequestsSpec.scala   |  5 +-
 .../pekko/http/impl/engine/ws/MessageSpec.scala    | 12 ++--
 .../impl/engine/ws/WebSocketIntegrationSpec.scala  |  6 +-
 .../pekko/http/impl/util/CollectionStage.scala     |  7 +--
 .../pekko/http/impl/util/One2OneBidiFlowSpec.scala |  6 +-
 .../pekko/http/scaladsl/ClientServerSpec.scala     | 24 +++++---
 .../http/scaladsl/GracefulTerminationSpec.scala    | 15 +++--
 .../pekko/http/scaladsl/model/MultipartSpec.scala  |  3 +-
 .../http/scaladsl/model/headers/HeaderSpec.scala   | 18 ++++--
 .../pekko/remote/testkit/MultiNodeConfig.scala     |  3 +-
 .../pekko/http/scaladsl/server/TcpLeakApp.scala    |  5 +-
 .../directives/DebuggingDirectivesSpec.scala       |  6 +-
 .../directives/ExecutionDirectivesSpec.scala       |  3 +-
 .../directives/FileUploadDirectivesSpec.scala      | 14 +----
 .../server/directives/FutureDirectivesSpec.scala   | 18 ++++--
 .../server/directives/MiscDirectivesSpec.scala     |  3 +-
 .../directives/WebSocketDirectivesSpec.scala       |  8 +--
 .../server/directives/BasicDirectives.scala        |  8 +--
 .../server/directives/RouteDirectives.scala        |  8 +--
 .../directives/CacheConditionDirectives.scala      |  2 +-
 .../impl/engine/http2/Http2ClientServerSpec.scala  | 15 +----
 .../http/impl/engine/http2/Http2ClientSpec.scala   |  6 +-
 .../http/impl/engine/http2/Http2FrameSending.scala |  7 +--
 .../engine/http2/Http2PersistentClientSpec.scala   | 16 +-----
 .../http/impl/engine/http2/Http2ServerSpec.scala   | 12 ++--
 .../impl/engine/http2/RequestParsingSpec.scala     | 26 +++++----
 .../pekko/http/scaladsl/Http2ServerTest.scala      |  3 +-
 project/Doc.scala                                  |  5 +-
 project/ParadoxSupport.scala                       |  5 +-
 project/ValidatePullRequest.scala                  | 34 ++++++-----
 75 files changed, 349 insertions(+), 359 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to