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

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


    from 7e8472723e Register SimpleSearchTerm for reflection
     new a4882108bc Support resolving beans by name and qualifiers
     new 29937fbd35 Fallback to resolving bean names from @Identifier for 
RuntimeBeanRepository.findByTypeWithName

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:
 .../core/deployment/CamelRegistryProcessor.java    |   8 +-
 .../spi/CamelBeanQualifierResolverBuildItem.java   |  11 +
 .../CamelBeanLookupWithIdentifierTest.java         |   9 +
 .../CamelRegistryBeanQualifierResolutionTest.java  |  82 ++++++--
 .../core/BeanQualifierResolverIdentifier.java      |  49 +++--
 .../quarkus/core/CamelBeanQualifierResolver.java   |  32 ++-
 .../apache/camel/quarkus/core/CamelRecorder.java   |  15 +-
 .../camel/quarkus/core/RuntimeBeanRepository.java  | 223 ++++++++++-----------
 .../apache/camel/quarkus/core/RuntimeRegistry.java |   2 +-
 .../camel/quarkus/component/bean/BeanTest.java     |   3 +-
 10 files changed, 262 insertions(+), 172 deletions(-)
 copy 
extensions-support/language/deployment/src/main/java/org/apache/camel/quarkus/support/language/deployment/dm/ScriptHolder.java
 => 
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/BeanQualifierResolverIdentifier.java
 (50%)

Reply via email to