This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from 96cf416 Merge pull request #86 from ppalaga/190724-nett4 new b805f69 chore(test): add camel core cdi test new 74e1da3 Merge pull request #87 from lburgazzoli/cdi-test The 147 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: integration-tests/{jdbc => core-cdi}/pom.xml | 31 ++++------ .../it/camel/core/cdi/CamelApplication.java | 71 ++++++++++++++++++++++ .../quarkus/it/camel/core/cdi}/CamelServlet.java | 11 +++- .../src/main/resources/application.properties | 7 +-- .../core-cdi/src/main/resources/hello.xml | 30 +++------ .../io/quarkus/it/camel/core/cdi}/CamelITCase.java | 2 +- .../io/quarkus/it/camel/core/cdi}/CamelTest.java | 12 +++- integration-tests/pom.xml | 1 + 8 files changed, 115 insertions(+), 50 deletions(-) copy integration-tests/{jdbc => core-cdi}/pom.xml (84%) create mode 100644 integration-tests/core-cdi/src/main/java/io/quarkus/it/camel/core/cdi/CamelApplication.java copy integration-tests/{core/src/main/java/io/quarkus/it/camel/core => core-cdi/src/main/java/io/quarkus/it/camel/core/cdi}/CamelServlet.java (86%) copy integration-tests/{core => core-cdi}/src/main/resources/application.properties (91%) copy extensions/core/pom.xml => integration-tests/core-cdi/src/main/resources/hello.xml (53%) copy integration-tests/{core/src/test/java/io/quarkus/it/camel/core => core-cdi/src/test/java/io/quarkus/it/camel/core/cdi}/CamelITCase.java (95%) copy integration-tests/{core/src/test/java/io/quarkus/it/camel/core => core-cdi/src/test/java/io/quarkus/it/camel/core/cdi}/CamelTest.java (76%)