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

zregvart pushed a change to branch java-10-test
in repository https://gitbox.apache.org/repos/asf/camel.git.


 discard 4ab7aea  CAMEL-12618: Additional dependencies needed on ...
 discard 304e65f  CAMEL-12618: Use Groovy 3.0.0-SNAPSHOT for gmav...
 discard bc8cc58  CAMEL-12618: Use fork of maven-plugin-plugin th...
 discard eb04ed2  CAMEL-12618: Use fork of MVEL that supports Jav...
 discard 859506a  Temporary disable JDK 9 and karaf-itest builds
     add ba94b89  CAMEL-12598: camel-validate maven tool can now also report 
error when using deprecated options.
     add 6e1fb4e  [CAMEL-12605] Refactored name and package of AS2 utilities 
(#2481)
     add 80a0313  Revert "[CAMEL-12605] Refactored name and package of AS2 
utilities (#2481)"
     add 389aa81  [CAMEL-12605] Refactored name and package of AS2 utilities 
(#2482)
     add 5b660b5  Fixed CS
     add db13b40  Upgrade AWS Java SDK and related bundle to version 1.11.373
     add 3f9c928  Upgrade InfluxDB Java and related bundle to version 2.11
     add 828485b  Upgrade Saxon and related bundle to version 9.8.0-14
     add 6bf7136  Upgrade Kafka and related bundle to version 2.0.0
     add bdc97ee  Upgrade Spring-Data-Commons and related bundle to version 
2.0.9.RELEASE
     add 242747b  Upgrade Spring-Data-KeyValue and related bundle to version 
2.0.9.RELEASE
     add 8e952de  Upgrade Spring-Data-Redis and related bundle to version 
2.0.9.RELEASE
     add 40f31bb  Upgrade gRPC and related bundle to version 1.14.0
     add cdb3584  Upgrade Snmp4j and related bundle to version 2.6.3_1
     add e204dcf  Upgrade Libphonenumber and related bundle to version 8.9.10
     add e51059a  CAMEL-12709: Splitter aggregation strategy should also deal 
with delegate strategy and have share unit of work set on both conditions. 
Thanks to Matthias Humbert for reporting.
     add be221a0  Upgrade Chronicle Wire to version 1.16.16
     add c28de98  Upgrade Chronicle Bytes to version 1.16.23
     add 6bfcdf1  Upgrade Chronicle Core to version 1.16.21
     add 431f90c  Upgrade Chronicle Network to version 1.16.4
     add 7fb42de  Upgrade Brave Zipkin to version 5.2.0
     add 229e994  Upgrade Zipkin to version 2.11.2
     add ec36e53  Upgrade Zipkin Reporter to version 2.7.7
     new e576088  Temporary disable JDK 9 and karaf-itest builds
     new 89ecfa0  CAMEL-12618: Use fork of MVEL that supports Jav...
     new 3386d01  CAMEL-12618: Use fork of maven-plugin-plugin th...
     new d2278b0  CAMEL-12618: Use Groovy 3.0.0-SNAPSHOT for gmav...
     new 231910bc CAMEL-12618: Additional dependencies needed on ...

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   (4ab7aea)
            \
             N -- N -- N   refs/heads/java-10-test (231910bc)

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 5 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:
 .../java/org/apache/camel/processor/Splitter.java  |  12 +-
 .../camel/runtimecatalog/AbstractCamelCatalog.java |  13 ++
 .../runtimecatalog/EndpointValidationResult.java   |  41 +++-
 .../camel/runtimecatalog/JSonSchemaHelper.java     |  17 ++
 .../component/as2/api/protocol/RequestAS2.java     |   8 +-
 .../as2/api/protocol/RequestAsynchronousMDN.java   |   4 +-
 .../component/as2/api/protocol/ResponseMDN.java    |  10 +-
 .../as2/api/{Util.java => util/AS2Utils.java}      |   7 +-
 .../camel/component/as2/api/AS2MessageTest.java    |   7 +-
 .../as2/AS2ClientManagerIntegrationTest.java       |   4 +-
 .../component/aws/iam/AmazonIAMClientMock.java     | 250 ++++++++++++++++++++-
 .../elsql/ElSqlConsumerDynamicParameterTest.java   |   2 +-
 .../camel/component/web3j/Web3jConstants.java      |   4 +-
 .../component/web3j/Web3jQuorumProducerTest.java   |  20 +-
 parent/pom.xml                                     |  54 ++---
 .../apache/camel/catalog/AbstractCamelCatalog.java |  13 ++
 .../camel/catalog/EndpointValidationResult.java    |  41 +++-
 .../org/apache/camel/catalog/JSonSchemaHelper.java |  17 ++
 .../src/main/docs/camel-maven-plugin.adoc          |   9 +-
 .../java/org/apache/camel/maven/ValidateMojo.java  |  25 ++-
 tooling/maven/camel-package-maven-plugin/pom.xml   |   5 -
 .../packaging/SpringBootAutoConfigurationMojo.java |  16 +-
 22 files changed, 495 insertions(+), 84 deletions(-)
 rename 
components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/{Util.java
 => util/AS2Utils.java} (97%)

Reply via email to