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 5f5cd36 Updated CHANGELOG.md
add 6322999 property attribute with @Consume does not work #3021
No new revisions were added by this update.
Summary of changes:
.../quarkus/core/deployment/ConsumeProcessor.java | 69 ++++++++++++++++++----
.../apache/camel/quarkus/core/ConsumeRecorder.java | 55 ++++++++++++++++-
...ConsumeAnnotationWithExplicitPropertyBean.java} | 15 ++---
...eAnnotationWithImplicitEndpointGetterBean.java} | 24 +++++---
...> ConsumeAnnotationWithImplicitGetterBean.java} | 17 +++---
...ConsumeAnnotationWithImplicitOnGetterBean.java} | 18 +++---
.../component/bean/ConsumeAnnotationTest.java | 40 +++++++++++++
7 files changed, 195 insertions(+), 43 deletions(-)
copy
integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/consume/{CustomNamedConsumeAnnotationBean.java
=> ConsumeAnnotationWithExplicitPropertyBean.java} (70%)
copy
integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/consume/{CustomNamedConsumeAnnotationBean.java
=> ConsumeAnnotationWithImplicitEndpointGetterBean.java} (53%)
copy
integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/consume/{CustomNamedConsumeAnnotationBean.java
=> ConsumeAnnotationWithImplicitGetterBean.java} (69%)
copy
integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/consume/{SingletonAnnotationBean.java
=> ConsumeAnnotationWithImplicitOnGetterBean.java} (64%)