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

aldettinger pushed a change to branch CAMEL-13965
in repository https://gitbox.apache.org/repos/asf/camel.git.


 discard a8b896d  CAMEL-14037: Migrated camel-consul to 
camel-testcontainers-junit5
 discard ef60e10  CAMEL-14037: Created camel-testcontainers-junit5 from 
camel-test-containers
     add ff78fe7  Upgrade Zipkin to version 2.17.1
     add ad6a1a6  Upgrade Brave Zipkin to version 5.8.0
     add af1e37e  Fixed Camel-Salesforce Karaf feature
     add 000938a  CAMEL-14033: Fixed NPE in camel-sjms when doing request/reply 
and recieving a message that cannot be correlated. Using similar logging as 
camel-jms does.
     add 8a2f44d  Polished
     add 4f85af1  CAMEL-14033: Update doc to say queues should be used for 
request/response.
     add 54e103a  Upgrade Hazelcast to version 3.12.3
     add 30affd0  CAMEL-14031: Move command line stuff from MainSupport to 
special class.
     add 582a576  Regen
     add c57ec10  CAMEL-14034: RouteBuilder should be Ordered so we can sort 
the routes loaded.
     add f56206a  CAMEL-14031: Move stuff into BaseMainSupport for easier reuse 
in camel-quarkus and others
     add 64b8c1d  CAMEL-13965: Restored JUnit 4 based tests in camel-spring-boot
     add c1ef085  CAMEL-13270: camel-rabbitmq allow headers that RabbitMQ 
accepts. Also allow all x- header types.
     add 93a535d  CAMEL-12885: We have upgraded to spring data 2
     add db3e119  CAMEL-12885: We have upgraded to spring data 2
     add 42b0a18  CAMEL-14039: Remove deprecated features in karaf.
     add f0917e0  Regen
     add 50664da  CAMEL-14031: Move stuff into BaseMainSupport for easier reuse 
in camel-quarkus and others
     add d985743  Replace MainSupport with BaseMainSupport in MainListener 
(#3222)
     add 7203fcd  chore(main): use RoutesBuilder instad of RouteBuilder (#3223)
     add 451afaa  Add XML schemas for release 3.0.0-RC2
     add d7be7b0  CAMEL-14035: JDBC StreamList and outputClass does not work
     add 88be34c  Advice-with add more validation of inputs
     add 1f51a8c  CAMEL-13849 camel-atmos - Upgrade to Atmos client 3.x
     add 6fa2579  CAMEL-14040: DefaultRegistry - findByType should return 
merged result incl fallback
     add c18610a  Update migration guide
     add e63e40e  CAMEL-13122: Added unit tests.
     add f5a65a3  Upgrade vertx
     add 784928f  Upgrade Jgroups to version 4.1.6.Final
     add ff244e0  CAMEL-14036 - Added camel-maven-plugin link to user manual
     add 30fdeae  CAMEL-14036 - Added camel-maven-archetypes link to user manual
     add 24d69a7  CAMEL-14036 - Added creating-a-new-spring-based-camel-route 
link to user manual
     add f31679d  CAMEL-13955: camel-sjms batch now supports aggregation 
strategy completion aware. Also add exchange property with detail how it was 
completed like the Aggregate EIP does.
     add 12956e5  CAMEL-14036 - There is no RouteBuilder java in the 
camel-archetype-spring
     add bcd67f7  CAMEL-14036 - Added link to jmx-component in user manual
     add 81aad1f  CAMEL-14036 - Added team link to user-manual
     add b64749b  CAMEL-14036 - Fixed camel-extra link
     add dc83be5  CAMEL-14036 - Added endpoint annotations link to user manual
     new e90f5cf  CAMEL-14037: Created camel-testcontainers-junit5 from 
camel-test-containers
     new 677cbfa  CAMEL-14037: Migrated camel-consul to 
camel-testcontainers-junit5

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   (a8b896d)
            \
             N -- N -- N   refs/heads/CAMEL-13965 (677cbfa)

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.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-atmos/pom.xml                     |    2 +-
 .../src/main/java/org/apache/camel/cdi/Main.java   |    4 +-
 .../src/main/resources/META-INF/spring.schemas     |    2 +
 .../apache/camel/component/jdbc/JdbcHelper.java    |   58 +
 .../apache/camel/component/jdbc/JdbcProducer.java  |   33 +-
 .../camel/component/jdbc/StreamListIterator.java   |   73 ++
 ...roducerOutputTypeStreamListOutputClassTest.java |   69 ++
 .../component/jms/reply/QueueReplyManager.java     |    2 +-
 .../src/main/docs/rabbitmq-component.adoc          |   15 +-
 .../rabbitmq/RabbitMQMessageConverter.java         |   16 +-
 .../camel-salesforce-component/pom.xml             |    6 +
 .../component/servlet/ServletChoiceBeanTest.java   |   86 ++
 .../ServletSetExchangePropertyBeanTest.java        |   57 +
 .../src/main/docs/sjms-batch-component.adoc        |    2 +-
 .../camel-sjms/src/main/docs/sjms-component.adoc   |    4 +-
 .../component/sjms/batch/SjmsBatchConsumer.java    |   21 +-
 .../component/sjms/producer/InOutProducer.java     |   13 +-
 .../sjms/batch/SjmsBatchConsumerTest.java          |   54 +
 components/camel-spring-boot/pom.xml               |    5 +
 .../apache/camel/spring/boot/RoutesCollector.java  |   21 +-
 .../src/main/resources/META-INF/spring.schemas     |    1 +
 components/camel-spring-redis/pom.xml              |    6 +-
 .../src/main/resources/META-INF/spring.schemas     |    1 +
 .../main/java/org/apache/camel/spring/Main.java    |    2 +-
 .../src/main/resources/META-INF/spring.schemas     |    1 +
 .../java/org/apache/camel/test/blueprint/Main.java |    4 +-
 .../camel/builder/AdviceWithRouteBuilder.java      |   34 +-
 .../org/apache/camel/builder/RouteBuilder.java     |   16 +-
 .../org/apache/camel/reifier/RouteReifier.java     |    7 +
 .../interceptor/AdviceWithLambdaTest.java          |   28 +
 .../processor/interceptor/AdviceWithTest.java      |   16 +
 .../apache/camel/support/DefaultRegistryTest.java  |   88 ++
 .../{MainSupport.java => BaseMainSupport.java}     |  662 ++----------
 .../src/main/java/org/apache/camel/main/Main.java  |    2 +-
 .../apache/camel/main/MainCommandLineSupport.java  |  190 ++++
 .../java/org/apache/camel/main/MainListener.java   |    8 +-
 .../org/apache/camel/main/MainListenerSupport.java |    8 +-
 .../java/org/apache/camel/main/MainSupport.java    | 1119 +-------------------
 .../java/org/apache/camel/main/MainExample.java    |    6 +-
 .../main/MainIoCNewRouteBuilderComplexTest.java    |    2 +-
 .../camel/main/MainIoCNewRouteBuilderTest.java     |    2 +-
 ...MainSedaTest.java => MainRouteOrderedTest.java} |   42 +-
 .../java/org/apache/camel/main/MainSedaTest.java   |    2 +-
 .../camel/main/MainSupportCommandLineTest.java     |    2 +-
 .../test/java/org/apache/camel/main/MainTest.java  |    8 +-
 .../java/org/apache/camel/main/MainVetoTest.java   |    6 +-
 .../org/apache/camel/support/DefaultRegistry.java  |   35 +-
 .../modules/ROOT/pages/rabbitmq-component.adoc     |   15 +-
 .../modules/ROOT/pages/sjms-batch-component.adoc   |    2 +-
 .../modules/ROOT/pages/sjms-component.adoc         |    4 +-
 .../ROOT/pages/camel-3-migration-guide.adoc        |   11 +-
 .../creating-a-new-spring-based-camel-route.adoc   |    2 -
 docs/user-manual/modules/ROOT/pages/index.adoc     |   14 +-
 parent/pom.xml                                     |   12 +-
 .../karaf/features/src/main/resources/features.xml |   30 -
 .../camel/itest/karaf/CamelSparkRestTest.java      |   34 -
 56 files changed, 1092 insertions(+), 1873 deletions(-)
 create mode 100644 
components/camel-jdbc/src/main/java/org/apache/camel/component/jdbc/JdbcHelper.java
 create mode 100644 
components/camel-jdbc/src/main/java/org/apache/camel/component/jdbc/StreamListIterator.java
 create mode 100644 
components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/JdbcProducerOutputTypeStreamListOutputClassTest.java
 create mode 100644 
components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletChoiceBeanTest.java
 create mode 100644 
components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletSetExchangePropertyBeanTest.java
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/support/DefaultRegistryTest.java
 copy core/camel-main/src/main/java/org/apache/camel/main/{MainSupport.java => 
BaseMainSupport.java} (72%)
 create mode 100644 
core/camel-main/src/main/java/org/apache/camel/main/MainCommandLineSupport.java
 copy core/camel-main/src/test/java/org/apache/camel/main/{MainSedaTest.java => 
MainRouteOrderedTest.java} (54%)
 delete mode 100644 
tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelSparkRestTest.java

Reply via email to