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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from e625a7f  (chores) avoid catching Throwable as it can lead to 
unexpected (#4911)
     add c8604fd  CAMEL-16061 - JSLT-Component: Object-Mapper changes large 
Decimal-Numbers (to scientific notation)
     add 8878b36  Regen catalog

No new revisions were added by this update.

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

Reply via email to