This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch update/influxdb-java-2.25
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
discard bef16c466 Update influxdb-java to 2.25
add df5b10550 Update amazon-kinesis-client to 3.1.1 (#1117)
add ad2cc9595 Update auth, dynamodb, eventbridge, firehose, ... to 2.31.78
(#1116)
add d0639a50f Update log4j-to-slf4j to 2.25.1 (#1115)
add 1feda82cd Update jimfs to 1.3.1 (#1113)
add c545b04cd Update proto-google-cloud-bigquerystorage-v1 to 3.16.0
(#1112)
add 04c7825a3 Update sbt-pekko-build to 0.4.5 (#1111)
add 401da8b68 Rename none credentials to access-token and remove token
from none (#1021)
add 43804028b Update kudu-client to 1.18.0 (#1114)
add 43428eccc Update influxdb-java to 2.25
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 (bef16c466)
\
N -- N -- N refs/heads/update/influxdb-java-2.25 (43428eccc)
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:
.../src/main/resources/reference.conf | 1 -
.../bigquery/scaladsl/BigQueryQueriesSpec.scala | 2 +-
.../src/test/resources/application.conf | 1 -
.../google/AuthorizationHeaderSpec.scala | 97 ++++++++++++++++++++++
.../googlecloud/pubsub/PubSubMockSpec.scala | 70 ++++++++++++++++
.../googlecloud/pubsub/impl/PubSubApiSpec.scala | 77 ++++-------------
google-common/src/main/resources/reference.conf | 10 ++-
...dentials.scala => AccessTokenCredentials.scala} | 18 ++--
.../connectors/google/auth/Credentials.scala | 28 +++++--
.../connectors/google/auth/NoCredentials.scala | 10 +--
.../connectors/google/auth/OAuth2Credentials.scala | 3 +-
.../stream/connectors/google/http/GoogleHttp.scala | 16 ++--
google-common/src/test/resources/application.conf | 4 +-
.../connectors/google/http/GoogleHttpSpec.scala | 7 +-
.../firebase/fcm/v1/impl/FcmSenderSpec.scala | 2 -
project/Dependencies.scala | 17 ++--
project/plugins.sbt | 2 +-
17 files changed, 251 insertions(+), 114 deletions(-)
create mode 100644
google-cloud-pub-sub/src/test/scala/org/apache/pekko/stream/connectors/google/AuthorizationHeaderSpec.scala
create mode 100644
google-cloud-pub-sub/src/test/scala/org/apache/pekko/stream/connectors/googlecloud/pubsub/PubSubMockSpec.scala
copy
google-common/src/main/scala/org/apache/pekko/stream/connectors/google/auth/{NoCredentials.scala
=> AccessTokenCredentials.scala} (69%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]