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 8dfc58f9dd Mongodb: native build fails because of
CredentialsProviderFinder
add 33f9bfd2b4 Add basic test coverage for xml-jaxp type converters
No new revisions were added by this update.
Summary of changes:
integration-tests/pom.xml | 1 +
integration-tests/{vertx => xml-jaxp}/pom.xml | 14 +-
.../component/xml/jaxp/XmlJaxpResource.java | 63 +++++++
.../quarkus/component/xml/jaxp/XmlJaxpRoutes.java | 148 ++++++++++++++++
.../quarkus/component/xml/jaxp/XmlJaxpIT.java | 5 +-
.../quarkus/component/xml/jaxp/XmlJaxpTest.java | 192 +++++++++++++++++++++
tooling/scripts/test-categories.yaml | 1 +
7 files changed, 413 insertions(+), 11 deletions(-)
copy integration-tests/{vertx => xml-jaxp}/pom.xml (93%)
create mode 100644
integration-tests/xml-jaxp/src/main/java/apache/camel/quarkus/component/xml/jaxp/XmlJaxpResource.java
create mode 100644
integration-tests/xml-jaxp/src/main/java/apache/camel/quarkus/component/xml/jaxp/XmlJaxpRoutes.java
copy
integration-test-groups/foundation/mock/src/test/java/org/apache/camel/quarkus/component/mock/it/MockIT.java
=>
integration-tests/xml-jaxp/src/test/java/apache/camel/quarkus/component/xml/jaxp/XmlJaxpIT.java
(91%)
create mode 100644
integration-tests/xml-jaxp/src/test/java/apache/camel/quarkus/component/xml/jaxp/XmlJaxpTest.java