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

nfilotto pushed a change to branch CAMEL-19481/upgrade-jetty-10
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 3ff722d52e6 CAMEL-19481: Upgrade to Jetty 10
     add 98799b38f39 Regen for commit 7f38011b0fb3ca460e7f6a78d0005950e8b40347 
(#10462)
     add 48b332d1b59 CAMEL-18890: Remove camel-vertx-kafka (#10463)
     add 30ab63e1eb7 CAMEL-19477: camel-micrometer - Use sanitized endpoint uri 
for captured events to avoid showing sensitive data such as passwords from URIs
     add e84c687d018 Rename package name
     add d5bbc6b8f43 Fix release process by skipping tests in surefire-plugin 
in release profile
     add dda9ea4552c CAMEL-19481: Upgrade to Jetty 10

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   (3ff722d52e6)
            \
             N -- N -- N   refs/heads/CAMEL-19481/upgrade-jetty-10 (dda9ea4552c)

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:
 Jenkinsfile.s390x                                  |    2 +-
 bom/camel-bom/pom.xml                              |    5 -
 .../org/apache/camel/catalog/models/multicast.json |    3 +-
 .../apache/camel/catalog/models/recipientList.json |    3 +-
 .../org/apache/camel/catalog/models/split.json     |    3 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  |   54 +-
 components/camel-cometd/pom.xml                    |    2 +-
 components/camel-jetty-common/pom.xml              |    2 +-
 .../component/micrometer/MicrometerEndpoint.java   |    3 +-
 ...rometerExchangeEventNotifierNamingStrategy.java |    3 +-
 .../micrometer/MicrometerEndpointTest.java         |    8 -
 .../AbstractMicrometerEventNotifierTest.java       |    3 +-
 .../MicrometerExchangeEventNotifierTest.java       |    7 +-
 .../MicrometerRouteEventNotifierTest.java          |    4 +-
 .../camel-salesforce-component/pom.xml             |    2 +-
 components/camel-websocket/pom.xml                 |    4 +-
 .../builder/endpoint/EndpointBuilderFactory.java   |    1 -
 .../camel/builder/endpoint/EndpointBuilders.java   |    1 -
 .../builder/endpoint/StaticEndpointBuilders.java   |   49 -
 .../dsl/VertxKafkaEndpointBuilderFactory.java      | 6318 --------------------
 parent/pom.xml                                     |    5 -
 pom.xml                                            |    9 +
 22 files changed, 80 insertions(+), 6411 deletions(-)
 rename 
components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/{eventNotifier
 => eventnotifier}/AbstractMicrometerEventNotifierTest.java (94%)
 rename 
components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/{eventNotifier
 => eventnotifier}/MicrometerExchangeEventNotifierTest.java (92%)
 rename 
components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/{eventNotifier
 => eventnotifier}/MicrometerRouteEventNotifierTest.java (91%)
 delete mode 100644 
dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/VertxKafkaEndpointBuilderFactory.java

Reply via email to