This is an automated email from the ASF dual-hosted git repository.
engelen pushed a change to branch update/scala-library-2.13.15
in repository https://gitbox.apache.org/repos/asf/pekko.git
discard 0c44c3b922 Update link-validator.conf
discard 202b6bc294 Update scala-library to 2.13.15
add 4f95c405e6 Update netty-handler, netty-transport to 4.1.114.Final
(#1514)
add 41dbdc48bf Update junit-jupiter-engine to 5.11.2 (#1517)
add 6e1e06e650 Update metrics-core, metrics-jvm to 4.2.28 (#1516)
add b8c3dbe1e4 release 1.1.2 (#1515)
add fd9a0a4fc0 Update scala3-library to 3.3.4 (#1506)
add 242145821f v1.1.2 docs (#1520)
add 107c17f68a Fix determining log class by stack on JDK21 (#1522)
add 95e8355c4c remove old resolver support (#1523)
add 614b36257b Update sbt-pekko-build to 0.4.1 (#1529)
add d20f1028ff Update sbt-dynver to 5.1.0 (#1530)
add bbbcaccd2c revert zipWithIndex changes (#1526)
add 726ddbfd43 CI: setup-sbt (#1531)
add 9230df8b06 Implement EventsByTagQuery in PersistenceTestKitReadJournal
(#1532)
add 0e10d291db Implement events by slice in testkit (#1533)
add 4afe7cf331 Configuring persistence plugins at runtime for
EventSourcedBehavior (#1518)
add 52ab09bec3 try to link to right protobuf-java pom (#1535)
add de1de409c6 Make CycloneDX SBOM artifact easier to recognize (#1536)
add 2854a007f9 Update sbt to 1.10.3 (#1544)
add 7ba918136c Update junit-jupiter-engine to 5.11.3 (#1543)
add 4a16486a42 Update aeron-client, aeron-driver to 1.45.1 (#1542)
add 9736194e7a Update sbt-develocity to 1.1.2 (#1541)
add 68d93f79ae Update sbt-license-report to 1.7.0 (#1540)
add 7602ac3315 Update jackson-core to 2.17.3 (#1545)
add ece409a4aa Update sbt to 1.10.4 (#1547)
add bcd44ee31d Update bcpkix-jdk18on, bcprov-jdk18on, ... to 1.79 (#1546)
add 686ba872be chore: add dependabot for github-actions (#1548)
add 7c03e37fee fix alignment in dependabot.yml (#1549)
add a91be2656c another attempt to fix schedule in dependabot.yml (#1550)
add c55423a446 Bump scalacenter/sbt-dependency-submission from 2 to 3
(#1551)
add e21fa9eb7b fix: link to GitHub for Hyperic Sigar (#1552)
add 7f6ce90423 Update sbt, scripted-plugin to 1.10.5 (#1557)
add e2b5e70597 minor documentation fix (#1558)
add df8062a989 Update netty-handler, netty-transport to 4.1.115.Final
(#1559)
add 8138ef2c8a Update commons-io to 2.18.0 (#1561)
add 3dd4e18021 broken link in release docs (#1563)
add e004814731 Fix Address ordering bug (#1562)
add e4fa6f5ea1 Allow cluster formation with mixed protocols (#1567)
add f1dab32a89 Update metrics-core, metrics-jvm to 4.2.29 (#1569)
add 5a76a172c0 Update sbt, scripted-plugin to 1.10.6 (#1570)
add 11d7bc49d9 chore: bump tinybundles related things too when upgrade to
4.0.0 (#1575)
add 5d4e8283c3 add back brackets in logging (ClusterDaemon) (#1576)
add f815b471de Update pax-exam, pax-exam-cm, ... to 4.13.5 (#1584)
add 0a0ffd870c Update docker-java-core, ... to 3.4.1 (#1583)
add 2e473abf1c Update scala-library to 2.13.15
add bcf1c27eb3 Update link-validator.conf
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 (0c44c3b922)
\
N -- N -- N refs/heads/update/scala-library-2.13.15 (bcf1c27eb3)
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:
.github/dependabot.yml | 6 +
.github/workflows/binary-compatibility-checks.yml | 5 +-
.github/workflows/build-test-prValidation.yml | 13 +-
.github/workflows/dependency-graph.yml | 5 +-
.github/workflows/generate-doc-check.yml | 5 +-
.github/workflows/headers.yml | 5 +-
.github/workflows/link-validator.yml | 7 +-
.github/workflows/nightly-1.0-builds.yml | 15 +-
.github/workflows/nightly-builds-aeron.yml | 5 +-
.github/workflows/nightly-builds.yml | 15 +-
.github/workflows/publish-1.0-docs.yml | 5 +-
.github/workflows/publish-1.0-nightly.yml | 5 +-
.github/workflows/publish-1.1-docs.yml | 17 +-
.github/workflows/publish-nightly.yml | 5 +-
.github/workflows/scala3-build.yml | 5 +-
.github/workflows/timing-tests.yml | 5 +-
.../AddressSpec.scala} | 24 +--
.../pekko/actor/typed/internal/LoggerClass.scala | 16 +-
.../scala/org/apache/pekko/actor/Address.scala | 2 +-
build.sbt | 2 +-
.../org/apache/pekko/cluster/ClusterDaemon.scala | 14 +-
.../pekko/cluster/MixedProtocolClusterSpec.scala | 92 ++++++++
docs/src/main/paradox/cluster-metrics.md | 2 +-
.../src/main/paradox/release-notes/releases-1.0.md | 2 +-
.../src/main/paradox/release-notes/releases-1.1.md | 20 +-
.../typed/handling-actor-responses-with-scala3.md | 2 +-
.../org/apache/pekko/osgi/PojoSRTestSupport.scala | 8 +-
.../testkit/PersistenceTestKitPlugin.scala | 42 +++-
.../SnapshotStorageEmulatorExtension.scala | 35 ++-
.../query/internal/EventsBySliceStage.scala | 128 +++++++++++
.../testkit/query/internal/EventsByTagStage.scala | 123 +++++++++++
.../scaladsl/PersistenceTestKitReadJournal.scala | 26 ++-
.../testkit/scaladsl/PersistenceTestKit.scala | 3 +-
.../testkit/query/EventsBySliceSpec.scala | 234 +++++++++++++++++++++
.../testkit/query/EventsByTagSpec.scala | 220 +++++++++++++++++++
.../testkit/scaladsl/RuntimeJournalsSpec.scala | 141 +++++++++++++
.../eventsourcedbehavior.excludes | 6 +-
.../persistence/typed/internal/BehaviorSetup.scala | 18 +-
.../typed/internal/EventSourcedBehaviorImpl.scala | 14 +-
.../typed/internal/EventSourcedSettings.scala | 57 +++--
.../typed/internal/ReplayingEvents.scala | 2 +-
.../typed/internal/ReplayingSnapshot.scala | 2 +-
.../typed/javadsl/EventSourcedBehavior.scala | 14 ++
.../typed/scaladsl/EventSourcedBehavior.scala | 15 ++
.../typed/internal/StashStateSpec.scala | 3 +-
project/Dependencies.scala | 30 ++-
project/PekkoBuild.scala | 10 +-
project/build.properties | 2 +-
project/plugins.sbt | 8 +-
.../stream/scaladsl/FlowZipWithIndexSpec.scala | 36 +++-
.../org/apache/pekko/stream/scaladsl/Flow.scala | 14 +-
51 files changed, 1351 insertions(+), 139 deletions(-)
create mode 100644 .github/dependabot.yml
copy actor-tests/src/test/scala/org/apache/pekko/{io/dns/IdGeneratorSpec.scala
=> actor/AddressSpec.scala} (57%)
create mode 100644
cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala
create mode 100644
persistence-testkit/src/main/scala/org/apache/pekko/persistence/testkit/query/internal/EventsBySliceStage.scala
create mode 100644
persistence-testkit/src/main/scala/org/apache/pekko/persistence/testkit/query/internal/EventsByTagStage.scala
create mode 100644
persistence-testkit/src/test/scala/org/apache/pekko/persistence/testkit/query/EventsBySliceSpec.scala
create mode 100644
persistence-testkit/src/test/scala/org/apache/pekko/persistence/testkit/query/EventsByTagSpec.scala
create mode 100644
persistence-testkit/src/test/scala/org/apache/pekko/persistence/testkit/scaladsl/RuntimeJournalsSpec.scala
copy
stream/src/main/mima-filters/1.0.x.backwards.excludes/pr-1374-boundedsourcequeue-iscompleted-classes.backwards.excludes
=>
persistence-typed/src/main/mima-filters/1.1.x.backwards.excludes/eventsourcedbehavior.excludes
(72%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]