This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch update/sbt-java-formatter-0.8.0
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
omit a7c304f93 Update sbt-java-formatter to 0.8.0
add ff4905f91 use kudu 1.10.1 libs (#444)
add a0a6823cb influxdb client 2.23 (#445)
add 040fb8963 upgrade to solr 8 (#446)
add 6487644aa Update arrow-memory-netty, arrow-vector to 15.0.0 (#370)
add dfe15c1e6 increase Xmx in builds (#448)
add 74e645b91 google-cloud-pubsub 1.122.2 (#447)
add 8cc77e1cc upgrade google-cloud-bigquerystorage (#449)
add 2e86d661e google-pub-sub-grpc, google-cloud-bigquery-storage: Bump
pubsub protos and protobuf-java dep (#277)
add f34a51a2d use apache cassandra driver (#451)
add 3d126481f test with latest orientdb image (#452)
add 23127c7ed Update orientdb-graphdb, orientdb-object to 3.2.27 (#361)
add 57f156257 Update auth, dynamodb, eventbridge, firehose, ... to 2.23.17
(#440)
add 48e7b34cf mqtt-streaming: fix flaky 'duplicate publish given two
client connections' test (#456)
add 7c05e1067 mqtt-streaming: fix flaky 'unsubscribe a client session'
test (#459)
add cfc34828b pekko-http 1.0.1 (#461)
add fc36c8f58 upgrade commons-net to 3.10.0 due to cve (#171)
add 71141e129 Remove Scala 3 type inference workaround
add 43ee6b702 Rename akka reference to pekko (#467)
add 896d8c810 Update sbt-java-formatter to 0.8.0
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 (a7c304f93)
\
N -- N -- N refs/heads/update/sbt-java-formatter-0.8.0
(896d8c810)
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/check-build-test.yml | 6 +-
.github/workflows/nightly-pekko-1.1-builds.yaml | 2 +-
.github/workflows/publish-1.0-docs.yml | 2 +-
.github/workflows/publish-nightly.yml | 2 +-
.gitignore | 1 +
.jvmopts | 3 +-
NOTICE | 5 +
build.sbt | 8 +-
.../java/docs/javadsl/CouchbaseExamplesTest.java | 2 +-
.../src/test/java/docs/javadsl/DiscoveryTest.java | 2 +-
.../scaladsl/CouchbaseSessionExamplesSpec.scala | 2 +-
.../scala/docs/scaladsl/CouchbaseSourceSpec.scala | 2 +-
.../test/scala/docs/scaladsl/DiscoverySpec.scala | 2 +-
.../couchbase/testing/CouchbaseSupport.scala | 4 +-
docker-compose.yml | 8 +-
.../connectors/ftp/impl/LegacyFtpsClient.java | 836 +++++++++++++++++++++
.../ftpsclient.backwards.excludes | 26 +
.../pekko/stream/connectors/ftp/impl/FtpLike.scala | 6 +-
.../connectors/ftp/impl/FtpSourceFactory.scala | 13 +-
.../connectors/ftp/impl/FtpsOperations.scala | 19 +-
.../stream/connectors/ftp/javadsl/FtpApi.scala | 4 +-
.../apache/pekko/stream/connectors/ftp/model.scala | 17 +-
.../stream/connectors/ftp/scaladsl/FtpApi.scala | 4 +-
.../connectors/ftp/FtpsWithProxyStageTest.java | 2 +-
.../google-cloud-pubsub.backwards.excludes | 59 ++
.../test/scala/docs/scaladsl/MqttSessionSpec.scala | 262 ++++---
project/Dependencies.scala | 45 +-
project/PekkoHttpDependency.scala | 2 +-
.../pekko/stream/connectors/s3/impl/S3Stream.scala | 14 +-
solr/src/test/java/docs/javadsl/SolrTest.java | 3 +-
solr/src/test/scala/docs/scaladsl/SolrSpec.scala | 16 +-
31 files changed, 1159 insertions(+), 220 deletions(-)
create mode 100644
ftp/src/main/java/org/apache/pekko/stream/connectors/ftp/impl/LegacyFtpsClient.java
create mode 100644
ftp/src/main/mima-filters/1.1.x.backwards.excludes/ftpsclient.backwards.excludes
create mode 100644
google-cloud-pub-sub-grpc/src/main/mima-filters/1.1.x.backwards.excludes/google-cloud-pubsub.backwards.excludes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]