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

jamesnetherton pushed a change to branch 3.27.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from 0f127b8e32 [maven-release-plugin] Set next development version 
3.27.2-SNAPSHOT
     new fe4a854ab9 Update generated files after release
     new cb6d2caee9 Fixes #7860: more logging and tweaking timouts for jt400 
real tests
     new 6933d2e39f [relates #4259] Refactor Kudu testcontainer
     new 041ccf179d Switch Quartz clustering job store database to MySQL
     new 349c63c368 Improve master-openshift test to capture log of child 
process
     new 6dd85da394 Remove QuarkusContextServiceLoaderPlugin and use the 
default impl
     new 91f94d52cf Switch to io.smallrye jandex-maven-plugin
     new 08efcb3368 Configure Protostream annotation processor for 
maven-compiler-plugin in infnispan-common test module
     new 8ca7cda619 Make JolokiaKubernetesClientSSLTest.clientSSLAuthentication 
check for expected exception type on JDK 25
     new d2646ae805 Remove redundant parallel invocations of JsonbBuilder in 
JpaTestBase
     new fbb7e8ccfd Add Maven Wrapper to source zip

The 11 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:
 .github/dependabot.yml                             |    2 +
 docs/antora.yml                                    |    2 +-
 .../camel/quarkus/core/FastCamelContext.java       |    6 -
 .../core/QuarkusContextServiceLoaderPlugin.java    |   86 --
 ...ltContextServiceLoaderPluginSubstitutions.java} |   16 +-
 .../org/apache/camel/component/qute/qute.json      |    2 +-
 .../certificate-generator/pom.xml                  |    2 +-
 .../custom-dataformat/pom.xml                      |    2 +-
 integration-tests-support/http/pom.xml             |    2 +-
 integration-tests-support/kafka/pom.xml            |    2 +-
 integration-tests-support/messaging/pom.xml        |    2 +-
 integration-tests/infinispan-common/pom.xml        |   14 +-
 .../jolokia/it/JolokiaKubernetesClientSSLTest.java |    7 +-
 .../quarkus/component/jpa/it/JpaTestBase.java      |   19 +-
 .../quarkus/component/jt400/it/Jt400Resource.java  |   13 +-
 .../quarkus/component/jt400/it/Jt400Test.java      |    4 +-
 integration-tests/kudu/pom.xml                     |    7 -
 .../kudu/it/KuduInfrastructureTestHelper.java      |   98 --
 .../component/kudu/it/KuduTestResource.java        |   71 +-
 .../component/master/it/MasterOpenShiftTest.java   |   74 +-
 integration-tests/quartz-clustered/pom.xml         |    4 +-
 .../src/main/resources/application.properties      |    4 +-
 .../db/migration/V1.0.1__QuarkusQuartz.sql         |  208 ++-
 .../component/quartz/it/QuartzClusteredTest.java   |    5 +-
 .../quartz/it/QuartzClusteredTestResource.java     |   37 -
 pom.xml                                            |    6 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 1418 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   | 1418 ++++++++++----------
 .../generated/flattened-reduced-verbose-pom.xml    | 1418 ++++++++++----------
 poms/build-parent/pom.xml                          |    2 +-
 tooling/descriptors/src.xml                        |    5 +-
 31 files changed, 2399 insertions(+), 2557 deletions(-)
 delete mode 100644 
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/QuarkusContextServiceLoaderPlugin.java
 copy 
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/graal/{SubstituteIntrospectionSupport.java
 => DefaultContextServiceLoaderPluginSubstitutions.java} (66%)
 delete mode 100644 
integration-tests/kudu/src/main/java/org/apache/camel/quarkus/component/kudu/it/KuduInfrastructureTestHelper.java
 delete mode 100644 
integration-tests/quartz-clustered/src/test/java/org/apache/camel/quarkus/component/quartz/it/QuartzClusteredTestResource.java

Reply via email to