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

hepin pushed a change to branch dropFutureSourceInJava
in repository https://gitbox.apache.org/repos/asf/pekko.git


 discard 5fb7cd790c chore: Remove Source#future in javadsl
     add 80faf8bb31 Update protobuf-java to 4.33.2 (#2557)
     add a536fe38ed chore: Optimize Source.from iterable. (#2556)
     add 56de5a10cf Release notes for 2.0.0-M1 (#2532)
     add a869875329 add Source.apply that is optimised for Seq (#2562)
     add 92f74b5044 chore(deps): bump scalacenter/sbt-dependency-submission 
(#2564)
     add 22ce39e3a5 dependabot: update GitHub Actions only weekly (#2565)
     add f7531ca69d docs: document the Agrona update may need `--add-opens` 
(#2566)
     add 2968fc699e chore: only run link validator weekly (#2571)
     add 509b18e200 add job to publish 2.0 docs and add note about agrona 
(#2567)
     add 7c1af3d783 docs: build 2.x docs on Java 17 (#2572)
     add 63d65378c8 release notes for 1.4.0 (#2549)
     add e5ccc2e70f Update netty-handler, netty-transport to 4.2.8.Final (#2578)
     add 41d0a831c5 Update sbt-develocity to 1.4.2 (#2577)
     add 3e2fe81bff Update sbt-pekko-build to 0.4.7 (#2576)
     add f6f9f00849 Update logback-classic to 1.5.22 (#2575)
     add f62c66c129 Add required status checks for 1.5.x branch (#2580)
     add 2ecc64c11f Update sbt-boilerplate to 0.8.0 (#2581)
     add 89bd15c778 chore: Remove Source#future in javadsl

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   (5fb7cd790c)
            \
             N -- N -- N   refs/heads/dropFutureSourceInJava (89bd15c778)

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                             |  2 +-
 .github/workflows/dependency-graph.yml             |  2 +-
 .github/workflows/link-validator.yml               |  2 +-
 .../{publish-1.2-docs.yml => publish-1.4-docs.yml} | 28 ++++++++---------
 .../{publish-1.2-docs.yml => publish-2.0-docs.yml} | 31 +++++++++----------
 docs/src/main/paradox/release-notes/index.md       |  2 ++
 .../src/main/paradox/release-notes/releases-1.4.md | 16 ++++++++++
 .../src/main/paradox/release-notes/releases-2.0.md | 22 +++++++++++++
 project/Dependencies.scala                         |  6 ++--
 project/JdkOptions.scala                           |  3 +-
 project/plugins.sbt                                |  6 ++--
 .../apache/pekko/stream/javadsl/SourceTest.java    | 15 +++++++++
 .../pekko/stream/DslFactoriesConsistencySpec.scala |  8 +++++
 .../pekko/stream/impl/TraversalBuilderSpec.scala   | 15 ++++++++-
 .../stream/scaladsl/FlowFlatMapPrefixSpec.scala    |  4 +--
 .../apache/pekko/stream/scaladsl/SourceSpec.scala  |  9 ++++++
 .../org/apache/pekko/stream/javadsl/Source.scala   | 11 +++++--
 .../org/apache/pekko/stream/scaladsl/Source.scala  | 36 +++++++++++++++++++---
 19 files changed, 180 insertions(+), 50 deletions(-)
 copy .github/workflows/{publish-1.2-docs.yml => publish-1.4-docs.yml} (89%)
 copy .github/workflows/{publish-1.2-docs.yml => publish-2.0-docs.yml} (86%)
 create mode 100644 docs/src/main/paradox/release-notes/releases-1.4.md
 create mode 100644 docs/src/main/paradox/release-notes/releases-2.0.md


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

Reply via email to