This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 090cc1e CAMEL-16419: camel-maven-plugin - Add prepare-fatjar goal for better support of packaging Camel JARs to a fat-jar 090cc1e is described below commit 090cc1ef798cc1d4de3e4912340bb5edb7892005 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Apr 1 15:52:12 2021 +0200 CAMEL-16419: camel-maven-plugin - Add prepare-fatjar goal for better support of packaging Camel JARs to a fat-jar --- .../java/org/apache/camel/impl/converter/BaseTypeConverterRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-base/src/main/java/org/apache/camel/impl/converter/BaseTypeConverterRegistry.java b/core/camel-base/src/main/java/org/apache/camel/impl/converter/BaseTypeConverterRegistry.java index 3c0396b..be827d2 100644 --- a/core/camel-base/src/main/java/org/apache/camel/impl/converter/BaseTypeConverterRegistry.java +++ b/core/camel-base/src/main/java/org/apache/camel/impl/converter/BaseTypeConverterRegistry.java @@ -51,7 +51,7 @@ import org.slf4j.LoggerFactory; */ public abstract class BaseTypeConverterRegistry extends CoreTypeConverterRegistry { - private static final String META_INF_SERVICES_UBER_TYPE_CONVERTER_LOADER + public static final String META_INF_SERVICES_UBER_TYPE_CONVERTER_LOADER = "META-INF/services/org/apache/camel/UberTypeConverterLoader"; public static final String META_INF_SERVICES_TYPE_CONVERTER_LOADER = "META-INF/services/org/apache/camel/TypeConverterLoader";