This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 435fc79 Sync deps new 1477661 CAMEL-16061 - Added custom Object mapper option to endpoint new dd72090 CAMEL-16061 - Added test for custom object mapper new f5907c4 CAMEL-16061 - Regen configurers and documentation for camel-jslt new 03b29cd Regen The 4 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: .../org/apache/camel/catalog/components/jslt.json | 5 +- .../apache/camel/catalog/docs/jslt-component.adoc | 5 +- .../apache/camel/catalog/schemas/camel-spring.xsd | 8 -- .../component/jslt/JsltEndpointConfigurer.java | 6 ++ .../component/jslt/JsltEndpointUriFactory.java | 3 +- .../org/apache/camel/component/jslt/jslt.json | 5 +- .../camel-jslt/src/main/docs/jslt-component.adoc | 5 +- .../apache/camel/component/jslt/JsltEndpoint.java | 20 +++- ...a => JsltBigDecimalCustomObjectMapperTest.java} | 10 +- .../endpoint/dsl/JsltEndpointBuilderFactory.java | 112 +++++++++++++-------- .../modules/ROOT/pages/jslt-component.adoc | 5 +- 11 files changed, 122 insertions(+), 62 deletions(-) copy components/camel-jslt/src/test/java/org/apache/camel/component/jslt/{JsltBigDecimalTest.java => JsltBigDecimalCustomObjectMapperTest.java} (86%)