This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from 9efdccd Fixes health example #1500 new fd60bbc CAMEL-14297: Introduce RouteBuilderConfigurer. new b8cb6f4 CAMEL-14297: Introduce RouteBuilderConfigurer. Thanks Luca new 85cb9c2 CAMEL-14297: Introduce RouteBuilderConfigurer. Check route names in test, thanks Peter. The 3 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: .../camel/quarkus/core/deployment/CamelProcessor.java | 3 +++ .../camel/quarkus/core/CamelContextRecorder.java | 10 ++++++++++ .../camel/quarkus/core/RegistryRoutesLoaders.java | 13 +++++++++++++ ...CamelMainRouteBuilderConfigurerDiscoveryTest.java} | 19 +++++++++---------- .../org/apache/camel/quarkus/core/CoreResource.java | 15 +++++++++++++++ .../org/apache/camel/quarkus/core/CoreRoutes.java | 2 +- .../java/org/apache/camel/quarkus/core/CoreTest.java | 6 ++++++ 7 files changed, 57 insertions(+), 11 deletions(-) copy extensions-core/main/deployment/src/test/java/org/apache/camel/quarkus/main/deployment/{CamelMainRoutesDiscoveryTest.java => CamelMainRouteBuilderConfigurerDiscoveryTest.java} (81%)