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

ningjiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 8b16b96  CAMEL-13249 Fixed the build of camel-http4
     new 34cc9aa  CAMEL-13240 Removed the camel-validator-test-resources jar
     new 0328ceb  CAMEL-13240 Removed the test jars from camel-spring components

The 35649 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:
 components/camel-spring/pom.xml                    |  16 ++++++
 .../camel-spring/src/test/java/a/b/c/Test.java     |  24 +++++++++
 .../scan/DefaultPackageScanClassResolverTest.java  |   6 ++-
 .../src/test/resources/package+scan+test.jar       | Bin 1041 -> 0 bytes
 .../src/test/resources/package_scan_test.jar       | Bin 1041 -> 0 bytes
 .../1.0.0/camel-validator-test-resources-1.0.0.jar | Bin 17660 -> 0 bytes
 .../1.0.0/camel-validator-test-resources-1.0.0.pom |  25 ----------
 tests/camel-itest/pom.xml                          |  14 +-----
 .../camel-validator-test-resources/pom.xml         |  55 +++++++++++++++++++++
 .../camel/component/validator/dotslash/child.xsd   |  33 +++++++++++++
 .../camel/component/validator/dotslash/parent.xsd  |  34 +++++++++++++
 .../component/validator/doubleslash/child.xsd      |  33 +++++++++++++
 .../component/validator/doubleslash/parent.xsd     |  34 +++++++++++++
 .../validator/relativeparent/child/child.xsd       |  33 +++++++++++++
 .../component/validator/relativeparent/parent.xsd  |  34 +++++++++++++
 tests/test-bundles/pom.xml                         |   3 +-
 16 files changed, 305 insertions(+), 39 deletions(-)
 create mode 100644 components/camel-spring/src/test/java/a/b/c/Test.java
 delete mode 100644 
components/camel-spring/src/test/resources/package+scan+test.jar
 delete mode 100644 
components/camel-spring/src/test/resources/package_scan_test.jar
 delete mode 100644 
tests/camel-itest/lib/org/apache/camel/camel-validator-test-resources/1.0.0/camel-validator-test-resources-1.0.0.jar
 delete mode 100644 
tests/camel-itest/lib/org/apache/camel/camel-validator-test-resources/1.0.0/camel-validator-test-resources-1.0.0.pom
 create mode 100644 tests/test-bundles/camel-validator-test-resources/pom.xml
 create mode 100644 
tests/test-bundles/camel-validator-test-resources/src/main/resources/org/apache/camel/component/validator/dotslash/child.xsd
 create mode 100644 
tests/test-bundles/camel-validator-test-resources/src/main/resources/org/apache/camel/component/validator/dotslash/parent.xsd
 create mode 100644 
tests/test-bundles/camel-validator-test-resources/src/main/resources/org/apache/camel/component/validator/doubleslash/child.xsd
 create mode 100644 
tests/test-bundles/camel-validator-test-resources/src/main/resources/org/apache/camel/component/validator/doubleslash/parent.xsd
 create mode 100644 
tests/test-bundles/camel-validator-test-resources/src/main/resources/org/apache/camel/component/validator/relativeparent/child/child.xsd
 create mode 100644 
tests/test-bundles/camel-validator-test-resources/src/main/resources/org/apache/camel/component/validator/relativeparent/parent.xsd

Reply via email to