This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 1fa7369 CAMEL-16185 - AWS S3: improve multipart support - streaming upload new 64c5464 CAMEL-16419: camel-maven-plugin - Add prepare-fatjar goal for better support of packaging Camel JARs to a fat-jar new df11cff CAMEL-16419: camel-maven-plugin - Add prepare-fatjar goal for better support of packaging Camel JARs to a fat-jar 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: .../impl/converter/BaseTypeConverterRegistry.java | 22 +- .../src/main/docs/camel-maven-plugin.adoc | 74 ++++++ .../org/apache/camel/maven/DynamicClassLoader.java | 25 +- .../org/apache/camel/maven/PrepareFatJarMojo.java | 262 +++++++++++++++++++++ 4 files changed, 366 insertions(+), 17 deletions(-) copy components/camel-salesforce/camel-salesforce-maven-plugin/src/main/java/org/apache/camel/maven/Defaults.java => tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/DynamicClassLoader.java (56%) create mode 100644 tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/PrepareFatJarMojo.java