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

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


 discard 4f61513df2 Update Java version to 26
     add d256b765cb Stabilize flaky tests on Java 25 (#2821)
     add d548313a4b Add fine-grained stream error logging control (#2805)
     add 292e4cf665 Fix EventSourcedBehaviorRetentionSpec non-determinism 
(#2803)
     add 741e8fc120 no need to run every parallelism value (#2829)
     add 1c8ceb8cd3 release notes for 1.5.0 (#2753)
     add 49e74d32ab Update sbt-java-formatter to 0.11.0 (#2835)
     add 38e7217727 Only one retention cycle in progress at a time (#2797)
     add de4d91951d get rid of scala dependent versions of ScalaBatchable 
(#2837)
     add 16de1600e3 use swar methods in a few more places (#2839)
     add 3fb282fb3b chore(deps): bump coursier/cache-action from 8.0.1 to 8.1.0 
(#2843)
     add cde574aef3 chore(deps): bump jrouly/scalafmt-native-action from 4 to 5 
(#2841)
     add abdc2d2b85 chore(deps): bump sbt/setup-sbt from 1.1.19 to 1.1.22 
(#2842)
     add 994c72dd63 Remove non-deterministic SnapshotSerializeSpec test case 
(#2802)
     add e4d65c7eb6 Update sbt, scripted-plugin to 1.12.9 (#2849)
     add f193ec111e move readLong, readInt, readShort from ByteStringParser to 
ByteString so they can be optimized (#2847)
     add f207a1761f cache bytestring hashcode (#2836)
     add 2b0f6b8214 add jspecify nullable annotations on streams Java DSL 
(#2617)
     add 7b4db77ca0 protect 1.6.x branch (#2851)
     add 185f5097a9 Remove 1.5.x branch entry in dependabot.yml (#2852)
     add e2a4bc4e50 Update Java version to 26
     add 04a478424c test with zulu jdk because temurin does not yet have a 26 
release

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   (4f61513df2)
            \
             N -- N -- N   refs/heads/pjfanning-patch-2 (04a478424c)

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:
 .asf.yaml                                          |  12 ++
 .github/dependabot.yml                             |   5 -
 .github/workflows/build-test-prValidation.yml      |   8 +-
 .github/workflows/format.yml                       |   2 +-
 .github/workflows/nightly-1.5-builds.yml           |   2 -
 ...ghtly-1.5-builds.yml => nightly-1.6-builds.yml} |   8 +-
 .../{publish-1.2-docs.yml => publish-1.5-docs.yml} |  28 +--
 .github/workflows/publish-1.5-nightly.yml          |   2 -
 ...ish-1.4-nightly.yml => publish-1.6-nightly.yml} |   6 +-
 .../org/apache/pekko/util/ByteStringSpec.scala     | 149 ++++++++++++++-
 .../scala/org/apache/pekko/util/SWARUtilSpec.scala |  62 +++++++
 .../org/apache/pekko/util/ByteIterator.scala       |  21 +++
 .../pekko/dispatch/internal/ScalaBatchable.scala   |  32 ----
 .../org/apache/pekko/util/ByteIterator.scala       |  21 +++
 .../pekko/dispatch/internal/ScalaBatchable.scala   |   0
 .../scala/org/apache/pekko/util/ByteString.scala   | 188 ++++++++++++++++++-
 .../scala/org/apache/pekko/util/SWARUtil.scala     | 201 +++++++++++++++++++--
 .../util/ByteStringParser_readNum_Benchmark.scala  |  86 +++++++++
 build.sbt                                          |   1 +
 docs/src/main/paradox/release-notes/index.md       |   1 +
 .../src/main/paradox/release-notes/releases-1.5.md |  31 ++++
 .../testkit/scaladsl/CommonSnapshotTests.scala     |  30 ---
 .../EventSourcedBehaviorRetentionSpec.scala        |  73 ++++----
 .../scaladsl/EventSourcedBehaviorWatchSpec.scala   |   3 +-
 .../persistence/typed/internal/BehaviorSetup.scala | 108 ++++++++++-
 .../typed/internal/EventSourcedBehaviorImpl.scala  |   3 +-
 .../typed/internal/ExternalInteractions.scala      |  12 +-
 .../typed/internal/RetentionCriteriaImpl.scala     |  10 -
 .../pekko/persistence/typed/internal/Running.scala |  37 +++-
 .../typed/internal/RetentionCriteriaSpec.scala     |  27 ++-
 .../serialization/SnapshotSerializer.scala         |  25 +--
 project/Dependencies.scala                         |   7 +-
 project/build.properties                           |   2 +-
 project/plugins.sbt                                |   2 +-
 .../remote/artery/compress/CountMinSketch.java     |   8 +-
 .../ssl/RotatingKeysSSLEngineProviderSpec.scala    |  43 ++++-
 .../pekko/stream/testkit/javadsl/package-info.java |  22 +--
 .../impl/fusing/GraphInterpreterSpecKit.scala      |   7 +-
 .../FlowFlatMapConcatParallelismSpec.scala         |  11 +-
 .../org/apache/pekko/stream/scaladsl/HubSpec.scala |   2 +-
 .../pekko/stream/MapAsyncPartitionedSpec.scala     |  22 ++-
 .../pekko/stream/typed/javadsl/package-info.java   |  14 +-
 .../apache/pekko/stream/javadsl/package-info.java  |  14 +-
 stream/src/main/resources/reference.conf           |   5 +
 .../scala/org/apache/pekko/stream/Attributes.scala |  19 ++
 .../stream/impl/fusing/GraphInterpreter.scala      |  22 ++-
 .../pekko/stream/impl/io/ByteStringParser.scala    |  42 ++++-
 .../org/apache/pekko/stream/javadsl/Flow.scala     |  14 +-
 .../pekko/stream/javadsl/FlowWithContext.scala     |  10 +-
 .../org/apache/pekko/stream/javadsl/Sink.scala     |   5 +-
 .../org/apache/pekko/stream/javadsl/Source.scala   |  23 +--
 .../pekko/stream/javadsl/SourceWithContext.scala   |  11 +-
 .../org/apache/pekko/stream/javadsl/SubFlow.scala  |  14 +-
 .../apache/pekko/stream/javadsl/SubSource.scala    |  14 +-
 .../apache/pekko/stream/scaladsl/RestartFlow.scala |   4 +-
 55 files changed, 1218 insertions(+), 313 deletions(-)
 copy .github/workflows/{nightly-1.5-builds.yml => nightly-1.6-builds.yml} (98%)
 copy .github/workflows/{publish-1.2-docs.yml => publish-1.5-docs.yml} (89%)
 copy .github/workflows/{publish-1.4-nightly.yml => publish-1.6-nightly.yml} 
(96%)
 create mode 100644 
actor-tests/src/test/scala/org/apache/pekko/util/SWARUtilSpec.scala
 delete mode 100644 
actor/src/main/scala-3/org/apache/pekko/dispatch/internal/ScalaBatchable.scala
 rename actor/src/main/{scala-2.13 => 
scala}/org/apache/pekko/dispatch/internal/ScalaBatchable.scala (100%)
 create mode 100644 
bench-jmh/src/main/scala/org/apache/pekko/util/ByteStringParser_readNum_Benchmark.scala
 create mode 100644 docs/src/main/paradox/release-notes/releases-1.5.md
 copy docs/src/test/scala/docs/stream/operators/source/Iterate.scala => 
stream-testkit/src/main/java/org/apache/pekko/stream/testkit/javadsl/package-info.java
 (74%)
 copy 
actor/src/main/scala/org/apache/pekko/dispatch/ForkJoinPoolConstants.scala => 
stream-typed/src/main/java/org/apache/pekko/stream/typed/javadsl/package-info.java
 (74%)
 copy 
actor/src/main/scala/org/apache/pekko/dispatch/ForkJoinPoolConstants.scala => 
stream/src/main/java/org/apache/pekko/stream/javadsl/package-info.java (76%)


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

Reply via email to