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

He-Pin pushed a change to branch feature/java17-unmodifiable-collections
in repository https://gitbox.apache.org/repos/asf/pekko.git


    omit 41633f23fa refactor: migrate Collections.unmodifiable* to 
List.copyOf/Set.copyOf/Map.copyOf (Java 10+)
     add b50f8a6991 refactor: migrate String.format to String.formatted (Java 
15+) (#3190)
     add 4c4d0b7665 refactor: replace .collect(Collectors.toList()) with 
.toList() (#3189)
     add 35b42ad177 refactor: migrate Collections.unmodifiable* to 
List.copyOf/Set.copyOf/Map.copyOf (Java 10+)
     add 6bfbd9c546 refactor: migrate Collections.singletonList to List.of per 
review feedback

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   (41633f23fa)
            \
             N -- N -- N   refs/heads/feature/java17-unmodifiable-collections 
(6bfbd9c546)

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:
 .../org/apache/pekko/typed/AggregatorTest.java     |  3 +-
 .../java/jdocs/actor/FaultHandlingDocSample.java   | 14 +++++-----
 .../persistence/LambdaPersistenceDocTest.java      | 32 +++++++++++-----------
 .../test/java/jdocs/stream/FlowErrorDocTest.java   |  2 +-
 .../test/java/jdocs/stream/QuickStartDocTest.java  |  2 +-
 .../jdocs/stream/RateTransformationDocTest.java    |  5 ++--
 .../javadsl/cookbook/RecipeMultiGroupByTest.java   |  8 ++----
 .../jdocs/stream/operators/flow/StatefulMap.java   |  3 +-
 .../pekko/stream/io/SinkAsJavaSourceTest.java      |  3 +-
 .../org/apache/pekko/stream/javadsl/FlowTest.java  |  2 +-
 .../apache/pekko/stream/javadsl/SourceTest.java    |  2 +-
 11 files changed, 34 insertions(+), 42 deletions(-)


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

Reply via email to