This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 1fee2bef16 Ref #4452: Allow to disable build time compilation of jOOR expressions new 6f4228848e Support registry lookups by name for beans annotated with io.smallrye.common.annotation.Identifier new d24458f2e7 Add notes to CDI user guide for usage of @Identifier The 2 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: docs/modules/ROOT/pages/user-guide/cdi.adoc | 33 ++++++++++++++ .../quarkus/core/deployment/CamelProcessor.java | 14 +++--- ...java => CamelBeanLookupWithIdentifierTest.java} | 52 +++++++++++----------- .../camel/quarkus/core/RuntimeBeanRepository.java | 8 +++- .../camel/quarkus/component/bean/BeanRoutes.java | 3 ++ ...AnnotatedParamBean.java => IdentifiedBean.java} | 14 +++--- .../camel/quarkus/component/bean/BeanTest.java | 13 ++++-- 7 files changed, 96 insertions(+), 41 deletions(-) copy extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/{main/CamelMainRoutesExcludeFilterCombinedPropertyTest.java => CamelBeanLookupWithIdentifierTest.java} (65%) copy integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/{CalledFromLanguageAnnotatedParamBean.java => IdentifiedBean.java} (77%)