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

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.plexus-plexus-cipher-3.0.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 6a0cc6cfe1a chore(deps): Bump org.codehaus.plexus:plexus-cipher from 
2.0 to 3.0.0
     add 350c5fb0f60 CAMEL-22146: camel-pgevent - Re-connect in case of lost 
connection to… (#18305)
     add 62c9982dfc1 chore(deps): Bump huaweicloud-sdk-version from 3.1.150 to 
3.1.151
     add 6003369fa15 chore(deps): Bump maven-version from 3.9.9 to 3.9.10 
(#18291)
     add 26cb3093181 chore(deps): Bump aws-java-sdk2-version from 2.31.57 to 
2.31.58 (#18292)
     add 5f0da63b481 chore(deps): Bump 
com.google.auth:google-auth-library-oauth2-http (#18294)
     add cfe31a44cf7 chore(deps): Bump io.github.ascopes:protobuf-maven-plugin 
(#18298)
     add a93847321fb chore(deps): Bump com.google.cloud:google-cloud-pubsub 
(#18300)
     add 41d43f99ee0 chore(deps): Bump io.camunda:zeebe-client-java from 8.7.4 
to 8.7.5 (#18302)
     add fbb35ca3d35 chore(deps): Bump google-cloud-functions-version from 
2.65.0 to 2.66.0 (#18303)
     add 7c7ab374ae1 chore(deps): Bump 
com.google.cloud:google-cloud-secretmanager (#18306)
     add d7c24c64502 Fix Jackson test on windows normalizing end of line in 
comparison (#18309)
     add 0df3ac5a55a Fix OpenAPI test on windows normalizing end of line in 
comparison (#18310)
     add f087bf1699b chore(deps): Bump org.codehaus.plexus:plexus-interpolation 
(#18301)
     add d6de80dd129 chore(deps): Bump org.eclipse.sisu:org.eclipse.sisu.inject 
(#18299)
     add 9241402d1f0 chore(deps): Bump org.codehaus.plexus:plexus-cipher from 
2.0 to 3.0.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   (6a0cc6cfe1a)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.plexus-plexus-cipher-3.0.0 
(9241402d1f0)

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:
 .../apache/camel/catalog/components/pgevent.json   |  12 +-
 components/camel-jackson/pom.xml                   |   6 +
 .../converter/JacksonJSonNodeConverterTest.java    |   3 +-
 components/camel-openapi-java/pom.xml              |   5 +
 .../org/apache/camel/openapi/ComplexTypesTest.java |   4 +-
 components/camel-pgevent/pom.xml                   |   6 -
 .../pgevent/PgEventEndpointConfigurer.java         |  24 ++++
 .../pgevent/PgEventEndpointUriFactory.java         |   6 +-
 .../apache/camel/component/pgevent/pgevent.json    |  12 +-
 .../camel/component/pgevent/PgEventConsumer.java   | 136 ++++++++++++++-----
 .../camel/component/pgevent/PgEventEndpoint.java   |  59 +++++++++
 .../apache/camel/pgevent/PgEventConsumerTest.java  | 127 ------------------
 .../apache/camel/pgevent/PgEventHelperTest.java    |  65 ----------
 .../apache/camel/pgevent/PgEventProducerTest.java  | 144 ---------------------
 .../dsl/PgEventEndpointBuilderFactory.java         | 130 +++++++++++++++++++
 dsl/camel-jbang/camel-launcher/pom.xml             |   6 +-
 parent/pom.xml                                     |  18 +--
 17 files changed, 367 insertions(+), 396 deletions(-)
 delete mode 100644 
components/camel-pgevent/src/test/java/org/apache/camel/pgevent/PgEventConsumerTest.java
 delete mode 100644 
components/camel-pgevent/src/test/java/org/apache/camel/pgevent/PgEventHelperTest.java
 delete mode 100644 
components/camel-pgevent/src/test/java/org/apache/camel/pgevent/PgEventProducerTest.java

Reply via email to