This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from 9f0689f Fix #483 Flatten the integration-tests hierarchy and remove camel-quarkus-test-list.xml from git add 074b969 Document and test referring to beans by name No new revisions were added by this update. Summary of changes: docs/modules/ROOT/pages/cdi.adoc | 40 ++++++++++++++++++++++ .../quarkus/component/bean/CamelResource.java | 8 +++++ .../camel/quarkus/component/bean/CamelRoute.java | 4 +++ .../bean/{Counter.java => NamedBean.java} | 21 ++++++------ .../camel/quarkus/component/bean/BeanTest.java | 10 ++++++ 5 files changed, 73 insertions(+), 10 deletions(-) copy integration-tests/bean/src/main/java/org/apache/camel/quarkus/component/bean/{Counter.java => NamedBean.java} (70%)