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 73868ba74 Update scalafmt-core to 3.7.17 (#920)
new fd33c7d5e Update scalafmt-core to 3.10.3
new 0e3f9a359 Reformat with scalafmt 3.10.3
new 14de43779 Add 'Reformat with scalafmt 3.10.3' 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 +-
.../docs/http/scaladsl/HttpClientExampleSpec.scala | 4 +--
.../directives/BasicDirectivesExamplesSpec.scala | 2 +-
.../MarshallingDirectivesExamplesSpec.scala | 6 ++--
.../SecurityDirectivesExamplesSpec.scala | 38 +++++++++++-----------
.../WebSocketDirectivesExamplesSpec.scala | 2 +-
.../server/directives/CachingDirectives.scala | 3 +-
.../impl/engine/client/HttpsProxyGraphStage.scala | 2 +-
.../engine/client/pool/NewHostConnectionPool.scala | 2 +-
.../pekko/http/impl/engine/http2/FrameLogger.scala | 4 +--
.../pekko/http/impl/engine/http2/Http2Demux.scala | 2 +-
.../impl/engine/http2/Http2StreamHandling.scala | 8 +++--
.../http/impl/engine/parsing/BodyPartParser.scala | 2 +-
.../impl/engine/parsing/HttpHeaderParser.scala | 20 +++++++-----
.../impl/engine/parsing/HttpMessageParser.scala | 8 ++---
.../impl/engine/parsing/HttpRequestParser.scala | 10 +++---
.../impl/engine/parsing/HttpResponseParser.scala | 6 ++--
.../pekko/http/impl/engine/parsing/package.scala | 2 +-
.../rendering/HttpRequestRendererFactory.scala | 4 +--
.../impl/engine/server/HttpServerBluePrint.scala | 4 +--
.../pekko/http/impl/engine/ws/FrameHandler.scala | 6 ++--
.../pekko/http/impl/engine/ws/FrameLogger.scala | 2 +-
.../http/impl/engine/ws/FrameOutHandler.scala | 4 +--
.../pekko/http/impl/engine/ws/Handshake.scala | 2 +-
.../pekko/http/impl/engine/ws/WebSocket.scala | 4 +--
.../impl/engine/ws/WebSocketClientBlueprint.scala | 4 +--
.../pekko/http/impl/model/parser/CommonRules.scala | 2 +-
.../http/impl/model/parser/HeaderParser.scala | 2 +-
.../pekko/http/impl/model/parser/LinkHeader.scala | 14 ++++----
.../http/impl/settings/ServerSettingsImpl.scala | 2 +-
.../apache/pekko/http/impl/util/StreamUtils.scala | 8 ++---
.../org/apache/pekko/http/impl/util/package.scala | 2 +-
.../scala/org/apache/pekko/http/javadsl/Http.scala | 6 ++--
.../pekko/http/scaladsl/ConnectionContext.scala | 2 +-
.../org/apache/pekko/http/scaladsl/Http.scala | 2 +-
.../pekko/http/scaladsl/model/HttpHeader.scala | 2 +-
.../pekko/http/scaladsl/model/HttpMessage.scala | 2 +-
.../pekko/http/scaladsl/model/Multipart.scala | 2 +-
.../org/apache/pekko/http/scaladsl/model/Uri.scala | 12 +++----
.../http/scaladsl/model/headers/headers.scala | 2 +-
.../pekko/http/scaladsl/model/ws/Message.scala | 4 +--
.../http/scaladsl/settings/ParserSettings.scala | 6 ++--
.../pekko/http/scaladsl/util/FastFuture.scala | 2 +-
.../engine/client/HttpsProxyGraphStageSpec.scala | 2 +-
.../impl/engine/parsing/HttpHeaderParserSpec.scala | 3 +-
.../engine/rendering/ResponseRendererSpec.scala | 2 +-
.../engine/server/HttpServerTestSetupBase.scala | 2 +-
.../pekko/http/impl/engine/ws/BitBuilder.scala | 2 +-
.../http/impl/engine/ws/WSClientAutobahnTest.scala | 2 +-
.../http/scaladsl/GracefulTerminationSpec.scala | 2 +-
.../apache/pekko/http/scaladsl/TestServer.scala | 4 +--
.../scala/org/apache/pekko/testkit/PekkoSpec.scala | 2 +-
.../pekko/http/cors/CorsDirectivesSpec.scala | 6 ++--
.../pekko/http/fix/MigrateToServerBuilder.scala | 2 +-
.../http/javadsl/testkit/TestRouteResult.scala | 2 +-
.../pekko/remote/testkit/MultiNodeConfig.scala | 4 +--
.../DiscardEntityDefaultExceptionHandlerSpec.scala | 4 +--
.../directives/CacheConditionDirectivesSpec.scala | 2 +-
.../directives/FileAndResourceDirectivesSpec.scala | 4 +--
.../directives/FormFieldDirectivesSpec.scala | 2 +-
.../server/directives/FutureDirectivesSpec.scala | 6 ++--
.../directives/MarshallingDirectivesSpec.scala | 4 +--
.../directives/ParameterDirectivesSpec.scala | 6 ++--
.../server/directives/PathDirectivesSpec.scala | 6 ++--
.../server/directives/RouteDirectivesSpec.scala | 2 +-
.../directives/WebSocketDirectivesSpec.scala | 2 +-
.../server/directives/DebuggingDirectives.scala | 2 +-
.../server/directives/HeaderDirectives.scala | 2 +-
.../http/scaladsl/client/RequestBuilding.scala | 2 +-
.../pekko/http/scaladsl/common/StrictForm.scala | 5 +--
.../http/scaladsl/server/RejectionHandler.scala | 2 +-
.../apache/pekko/http/scaladsl/server/Route.scala | 3 +-
.../http/scaladsl/server/RouteConcatenation.scala | 2 +-
.../server/directives/CodingDirectives.scala | 2 +-
.../directives/FileAndResourceDirectives.scala | 6 ++--
.../server/directives/FormFieldDirectives.scala | 6 ++--
.../server/directives/MarshallingDirectives.scala | 8 ++---
.../server/directives/ParameterDirectives.scala | 2 +-
.../server/directives/RangeDirectives.scala | 2 +-
.../server/directives/SecurityDirectives.scala | 2 +-
.../server/directives/TimeoutDirectives.scala | 2 +-
.../scaladsl/settings/OversizedSseStrategy.scala | 2 +-
.../unmarshalling/MultipartUnmarshallers.scala | 2 +-
.../impl/engine/http2/H2SpecIntegrationSpec.scala | 11 ++++---
.../impl/engine/http2/Http2FrameHpackSupport.scala | 2 +-
.../pekko/http/scaladsl/Http2ServerTest.scala | 6 ++--
project/ValidatePullRequest.scala | 4 +--
88 files changed, 195 insertions(+), 181 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]