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

nfilotto pushed a change to branch 
5067/expression-extractor-with-properties-to-set
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard 00d8161b0f Ref #5067: Make expression extractor supports properties
    omit eb2636d2d8 Ref #5056: Replace the deprecated RecorderContext#classProxy
     add bcf6bd4a82 Updated CHANGELOG.md
     add 279944f957 Ref #5056: Replace the deprecated RecorderContext#classProxy
     add 65a5ce1617 Fix #5068 to add a pooling test with quarkus-qpid-jms 
(#5069)
     add 9a5790022e Restrict downloading of com.atlassian dependencies to 
packages.atlassian.com
     add 039b8e5a19 Bump htmlunit-driver from 4.9.1 to 4.10.0
     add e97f3885c2 Bump os-maven-plugin from 1.7.0 to 1.7.1
     add a57ae34b5a Use NativeImageFeatureBuildItem instead of deprecated 
AutomaticFeature annotation
     add da6b251c87 Register additional JDK classes for serialization required 
by Nitrite
     new 0b28954624 Ref #5067: Make expression extractor supports properties

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   (00d8161b0f)
            \
             N -- N -- N   
refs/heads/5067/expression-extractor-with-properties-to-set (0b28954624)

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 1 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:
 .mvn/maven.config                                   |  2 ++
 .mvn/rrf/groupId-atlassian.txt                      |  6 ++++++
 CHANGELOG.md                                        |  3 +++
 .../ROOT/pages/reference/extensions/amqp.adoc       | 21 ++++++++++++++++-----
 .../deployment/CamelSerializationProcessor.java     |  8 ++++++--
 .../xalan/deployment/XalanNativeImageProcessor.java |  9 ++++++---
 .../amqp/runtime/src/main/doc/limitations.adoc      |  3 ---
 extensions/amqp/runtime/src/main/doc/usage.adoc     | 19 +++++++++++++++++++
 integration-tests/amqp/pom.xml                      |  6 ++++++
 .../src/main/resources/application.properties       |  2 +-
 .../amqp/it/{AmqpIT.java => AmqpPoolingIT.java}     |  2 +-
 .../amqp/it/{AmqpTest.java => AmqpPoolingTest.java} |  9 ++++++++-
 .../component/amqp}/it/JmsPoolingEnabled.java       |  3 ++-
 integration-tests/jms-qpid-amqp-client/pom.xml      | 13 +++++++------
 .../src/main/resources/application.properties       |  2 +-
 .../component/jms/qpid}/it/JmsPoolingEnabled.java   |  3 ++-
 .../it/{JmsQpidIT.java => JmsQpidPoolingIT.java}    |  2 +-
 .../{JmsQpidTest.java => JmsQpidPoolingTest.java}   | 10 +++++++++-
 pom.xml                                             |  4 ++--
 19 files changed, 98 insertions(+), 29 deletions(-)
 create mode 100644 .mvn/maven.config
 create mode 100644 .mvn/rrf/groupId-atlassian.txt
 delete mode 100644 extensions/amqp/runtime/src/main/doc/limitations.adoc
 copy integration-tests/{jms-ibmmq-client => 
amqp}/src/main/resources/application.properties (96%)
 copy 
integration-tests/amqp/src/test/java/org/apache/camel/quarkus/component/amqp/it/{AmqpIT.java
 => AmqpPoolingIT.java} (95%)
 copy 
integration-tests/amqp/src/test/java/org/apache/camel/quarkus/component/amqp/it/{AmqpTest.java
 => AmqpPoolingTest.java} (85%)
 copy 
integration-tests/{jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis
 => 
amqp/src/test/java/org/apache/camel/quarkus/component/amqp}/it/JmsPoolingEnabled.java
 (92%)
 copy integration-tests/{jms-ibmmq-client => 
jms-qpid-amqp-client}/src/main/resources/application.properties (96%)
 copy 
integration-tests/{jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis
 => 
jms-qpid-amqp-client/src/test/java/org/apache/camel/quarkus/component/jms/qpid}/it/JmsPoolingEnabled.java
 (92%)
 copy 
integration-tests/jms-qpid-amqp-client/src/test/java/org/apache/camel/quarkus/component/jms/qpid/it/{JmsQpidIT.java
 => JmsQpidPoolingIT.java} (94%)
 copy 
integration-tests/jms-qpid-amqp-client/src/test/java/org/apache/camel/quarkus/component/jms/qpid/it/{JmsQpidTest.java
 => JmsQpidPoolingTest.java} (88%)

Reply via email to