This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from dd02663 Fix syntax in the kt examples
add 388c022 Fix formatting and missing license headers
add 92df9f7 Disable debezium-mongodb until mongodb extension is enabled
again
add 4895109 Use version property for threetenbp
add 5256065 Align Spring version with Camel
add 1f3c138 Avoid adding the mongo itest to camel-quarkus-test-list.xml
used by Quarkus Platform
add 0e112f2 Properly avoid adding the mongo itest to
camel-quarkus-test-list.xml used by Quarkus Platform
add e3c0961 Re-enable build steps to register discovered services for
reflection
add a896d50 Add workaround for kotlin.reflect.KCallable
add 8e3e529 Temporary disable mongo ITs
add 9825196 Workaround for ActiveMQ broker JMX
add a58312c Use testcontainers to test activemq to reduce dependencies
add 70ac49c Add workaround for kotlin.reflect.KFunction
add f2afc47 Register both fields and methods from RoutesBuilder as need
to be accessible by the bean post processor to properly support camel's DI
add 5007659 chore(build): remove duplicated groovy-maven-plugin definition
add e2fd08c chore(build): cleanup infinispan integration test pom after
the switch to testcontainers
add 19878fa Add workaround for kotlin.reflect.KFunction
No new revisions were added by this update.
Summary of changes:
.github/workflows/pr-build.yaml | 2 +-
.../core/deployment/NativeImageProcessor.java | 22 ++------
.../camel/quarkus/component/avro/AvroRecorder.java | 16 ++++++
extensions-jvm/pom.xml | 2 +-
.../support/spring/deployment/SpringProcessor.java | 45 ++++++++++++----
.../support/spring/graal/SpringSubstitutions.java | 20 ++++++++
extensions/activemq/runtime/pom.xml | 8 +++
extensions/pom.xml | 3 +-
integration-tests/activemq/pom.xml | 7 +--
.../activemq/it/ActiveMQTestResource.java | 60 +++++++++-------------
integration-tests/infinispan/pom.xml | 46 -----------------
.../{pom.xml => pom-disabled-issue-1064.xml} | 0
integration-tests/pom.xml | 3 +-
pom.xml | 11 +++-
poms/bom-test/pom.xml | 6 ---
poms/bom/pom.xml | 10 ++--
poms/build-parent/pom.xml | 13 -----
17 files changed, 128 insertions(+), 146 deletions(-)
rename integration-tests/mongodb/{pom.xml => pom-disabled-issue-1064.xml}
(100%)