This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch update/sbt-assembly-2.3.1
in repository https://gitbox.apache.org/repos/asf/pekko.git
discard cc2d91a4f4 Update sbt-assembly to 2.3.1
add 733ab5dd90 Update docker-java-core, ... to 3.5.1 (#1851)
add e308cf5e10 Update protobuf-java to 4.31.0 (#1852)
add f905240114 use scacap action (#1853)
add 1035de65ec CI: github actions use sha instead of version (#1858)
add c44dc07ed8 Issue forming mixed Akka/Pekko cluster when classic
remoting with SSL/TLS is used (#1857)
add fdbd1b3569 CI: increase publish retries (#1862)
add 9ab6856965 support jackson enum features (#1845)
add c54b9a8a96 Update sbt-assembly to 2.3.1
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 (cc2d91a4f4)
\
N -- N -- N refs/heads/update/sbt-assembly-2.3.1 (c54b9a8a96)
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/workflows/binary-compatibility-checks.yml | 4 +-
.github/workflows/build-test-prValidation.yml | 16 ++--
.github/workflows/dependency-graph.yml | 4 +-
.github/workflows/format.yml | 2 +-
.github/workflows/generate-doc-check.yml | 4 +-
.github/workflows/headers.yml | 4 +-
.github/workflows/link-validator.yml | 6 +-
.github/workflows/nightly-1.0-builds.yml | 12 +--
.github/workflows/nightly-1.1-builds.yml | 12 +--
.github/workflows/nightly-builds-aeron.yml | 4 +-
.github/workflows/nightly-builds.yml | 12 +--
.github/workflows/publish-1.0-docs.yml | 4 +-
.github/workflows/publish-1.0-nightly.yml | 6 +-
.github/workflows/publish-1.1-docs.yml | 4 +-
.github/workflows/publish-1.1-nightly.yml | 6 +-
.github/workflows/publish-nightly.yml | 6 +-
.github/workflows/scala-steward.yml | 2 +-
.github/workflows/scala3-build.yml | 4 +-
.github/workflows/timing-tests.yml | 6 +-
cluster/src/main/resources/reference.conf | 2 +-
.../org/apache/pekko/cluster/ClusterDaemon.scala | 5 +-
{remote => cluster}/src/test/resources/keystore | Bin
cluster/src/test/resources/keystore.readme | 4 +
{remote => cluster}/src/test/resources/truststore | Bin
.../pekko/cluster/MixedProtocolClusterSpec.scala | 106 +++++++++++++++++++--
.../migration/migration-guide-akka-1.0.x.md | 1 +
project/Dependencies.scala | 4 +-
.../scala/org/apache/pekko/remote/Remoting.scala | 9 +-
.../src/main/resources/reference.conf | 10 ++
.../jackson/JacksonObjectMapperProvider.scala | 27 ++++++
.../jackson/JacksonSerializerSpec.scala | 18 +++-
31 files changed, 226 insertions(+), 78 deletions(-)
copy {remote => cluster}/src/test/resources/keystore (100%)
create mode 100644 cluster/src/test/resources/keystore.readme
copy {remote => cluster}/src/test/resources/truststore (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]