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 e625a7f (chores) avoid catching Throwable as it can lead to unexpected (#4911) new c8604fd CAMEL-16061 - JSLT-Component: Object-Mapper changes large Decimal-Numbers (to scientific notation) new 8878b36 Regen catalog 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: .../org/apache/camel/catalog/components/jslt.json | 1 + .../apache/camel/catalog/docs/jslt-component.adoc | 3 +- .../component/jslt/JsltEndpointConfigurer.java | 6 ++++ .../component/jslt/JsltEndpointUriFactory.java | 3 +- .../org/apache/camel/component/jslt/jslt.json | 1 + .../camel-jslt/src/main/docs/jslt-component.adoc | 3 +- .../apache/camel/component/jslt/JsltEndpoint.java | 16 ++++++++++ ...jectFilterTest.java => JsltBigDecimalTest.java} | 8 ++--- .../{objectFilter => useBigDecimal}/input.json | 4 +-- .../camel/component/jslt/useBigDecimal/output.json | 10 +++++++ .../jslt/useBigDecimal/transformation.json | 3 ++ .../endpoint/dsl/JsltEndpointBuilderFactory.java | 35 ++++++++++++++++++++++ .../modules/ROOT/pages/jslt-component.adoc | 3 +- 13 files changed, 86 insertions(+), 10 deletions(-) copy components/camel-jslt/src/test/java/org/apache/camel/component/jslt/{JsltObjectFilterTest.java => JsltBigDecimalTest.java} (93%) copy components/camel-jslt/src/test/resources/org/apache/camel/component/jslt/{objectFilter => useBigDecimal}/input.json (56%) create mode 100644 components/camel-jslt/src/test/resources/org/apache/camel/component/jslt/useBigDecimal/output.json create mode 100644 components/camel-jslt/src/test/resources/org/apache/camel/component/jslt/useBigDecimal/transformation.json