This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch update/sbt-jmh-0.4.7
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
discard 422805006 Update sbt-jmh to 0.4.7
add dc7dfe264 Update gson to 2.10.1 (#417)
add 8d9455f46 enable compile inline (upgrade sbt-pekko-build) (#418)
add 448268b21 use StandardCharsets (#421)
add da6a22837 Http2 frame type throttle (#394)
add bcc3212fc Update sbt-jmh to 0.4.7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (422805006)
\
N -- N -- N refs/heads/update/sbt-jmh-0.4.7 (bcc3212fc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
build.sbt | 65 +++++-----
.../FileUploadDirectivesExamplesTest.java | 4 +-
.../engine/http2/H2ClientServerBenchmark.scala | 8 +-
.../http/shaded/com/twitter/hpack/HpackUtil.java | 3 +-
.../http2-rapid-reset-configs.backwards.excludes | 22 ++++
http-core/src/main/resources/reference.conf | 12 ++
.../http/impl/engine/http2/Http2Blueprint.scala | 55 +++++++-
.../impl/engine/ws/MessageToFrameRenderer.scala | 4 +-
.../org/apache/pekko/http/impl/util/package.scala | 8 +-
.../javadsl/settings/Http2ServerSettings.scala | 9 ++
.../scaladsl/settings/Http2ServerSettings.scala | 22 ++++
.../impl/engine/http2/Http2BlueprintSpec.scala | 71 +++++++++++
.../pekko/http/impl/engine/ws/WSTestUtils.scala | 8 +-
.../pekko/http/impl/util/RenderingSpec.scala | 4 +-
.../pekko/http/impl/util/WithLogCapturing.scala | 19 +++
.../directives/FileAndResourceDirectivesSpec.scala | 16 +--
.../scaladsl/unmarshalling/UnmarshallingSpec.scala | 5 +-
.../Http2ServerDisableFrameTypeThrottleSpec.scala | 43 +++++++
.../Http2ServerEnableFrameTypeThrottleSpec.scala | 44 +++++++
.../http/impl/engine/http2/Http2ServerSpec.scala | 129 ++-----------------
.../engine/http2/Http2SpecWithMaterializer.scala | 138 +++++++++++++++++++++
project/Dependencies.scala | 2 +-
.../PekkoCoreDependency.scala | 11 +-
project/VersionGenerator.scala | 3 +-
project/plugins.sbt | 3 +-
25 files changed, 520 insertions(+), 188 deletions(-)
create mode 100644
http-core/src/main/mima-filters/1.0.x.backwards.excludes/http2-rapid-reset-configs.backwards.excludes
create mode 100644
http-core/src/test/scala/org/apache/pekko/http/impl/engine/http2/Http2BlueprintSpec.scala
create mode 100644
http2-tests/src/test/scala/org/apache/pekko/http/impl/engine/http2/Http2ServerDisableFrameTypeThrottleSpec.scala
create mode 100644
http2-tests/src/test/scala/org/apache/pekko/http/impl/engine/http2/Http2ServerEnableFrameTypeThrottleSpec.scala
create mode 100644
http2-tests/src/test/scala/org/apache/pekko/http/impl/engine/http2/Http2SpecWithMaterializer.scala
copy
http-cors/src/main/java/org/apache/pekko/http/cors/javadsl/model/HttpHeaderRanges.java
=> project/PekkoCoreDependency.scala (74%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]