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

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


    from 0cc341a  camel-cxf - Flaky test on JDK11 for SSL
     new 30b7cd2  [CAMEL-14444] Build speed: Use dependency extract instead of 
shade plugin to grab javamail providers
     new c88130f  [CAMEL-14444] Build speed: Use custom plugin for filtering 
resources

The 2 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-jbpm/pom.xml                      |  44 +++++++-
 components/camel-mail/pom.xml                      |  49 ++++-----
 .../META-INF/javamail.default.address.map          |   1 +
 .../resources/META-INF/javamail.default.providers  |   9 ++
 components/camel-spring-integration/pom.xml        |  36 +++++-
 .../maven/camel-resources-plugin}/pom.xml          |  17 ++-
 .../camel/maven/resources/CopyResources.java       | 121 +++++++++++++++++++++
 .../apache/camel/maven/resources/Resource.java}    |  22 +++-
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/MANIFEST.MF        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 tooling/maven/pom.xml                              |   1 +
 12 files changed, 254 insertions(+), 46 deletions(-)
 create mode 100644 
components/camel-mail/src/generated/resources/META-INF/javamail.default.address.map
 create mode 100644 
components/camel-mail/src/generated/resources/META-INF/javamail.default.providers
 copy {init/camel-bundle-plugin => 
tooling/maven/camel-resources-plugin}/pom.xml (76%)
 create mode 100644 
tooling/maven/camel-resources-plugin/src/main/java/org/apache/camel/maven/resources/CopyResources.java
 copy 
tooling/{camel-tooling-util/src/test/java/org/apache/camel/tooling/util/ResourceUtils.java
 => 
maven/camel-resources-plugin/src/main/java/org/apache/camel/maven/resources/Resource.java}
 (67%)
 copy tooling/{swagger-rest-dsl-generator => 
maven/camel-resources-plugin}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {init/camel-bundle-plugin => 
tooling/maven/camel-resources-plugin}/src/main/resources/META-INF/MANIFEST.MF 
(100%)
 copy tooling/maven/{camel-package-maven-plugin => 
camel-resources-plugin}/src/main/resources/META-INF/NOTICE.txt (100%)

Reply via email to