This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch add-git-diff
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard efa9b443be chore: Add git diff when there are uncommitted changes
omit 63a235219b Add uncommitted files
omit 9103b930c6 sync versions
omit 78bc38d90c Re-sync with main
omit 994c02bd0c Upgrade Quarkus to 3.3.0.CR1
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 e123ab61eb chore: Add git diff when there are uncommitted changes
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 (efa9b443be)
\
N -- N -- N refs/heads/add-git-diff (e123ab61eb)
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:
.mvn/maven.config | 2 +
.mvn/rrf/groupId-atlassian.txt | 6 +
CHANGELOG.md | 3 +
docs/antora.yml | 2 +-
.../ROOT/pages/reference/extensions/amqp.adoc | 21 ++-
.../language/runtime/LanguageSupportRecorder.java | 10 +-
.../amqp/runtime/src/main/doc/limitations.adoc | 3 -
extensions/amqp/runtime/src/main/doc/usage.adoc | 19 ++
.../groovy/deployment/GroovyProcessor.java | 9 +-
.../groovy/runtime/GroovyExpressionRecorder.java | 4 +-
.../component/joor/deployment/JoorProcessor.java | 13 +-
.../joor/runtime/JoorExpressionRecorder.java | 13 +-
integration-tests/amqp/pom.xml | 6 +
.../src/main/resources/application.properties | 2 +-
.../amqp/it/{AmqpIT.java => AmqpPoolingIT.java} | 2 +-
.../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 | 18 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 196 ++++++++++++++++-----
.../src/main/generated/flattened-reduced-pom.xml | 12 +-
.../generated/flattened-reduced-verbose-pom.xml | 12 +-
26 files changed, 281 insertions(+), 114 deletions(-)
create mode 100644 .mvn/maven.config
create mode 100644 .mvn/rrf/groupId-atlassian.txt
copy
integration-tests-support/custom-main-listener/runtime/src/main/java/org/apache/camel/quarkus/it/support/mainlistener/CustomMainListenerRecorder.java
=>
extensions-support/language/runtime/src/main/java/org/apache/camel/quarkus/support/language/runtime/LanguageSupportRecorder.java
(75%)
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%)