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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from 2f30752d03f Regen
     new 5716778adb3 Regen
     new 2a24f464bb6 CAMEL-20378: Languages should be thread-safe and be 
configured only via properties array, all in the same way.

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:
 .../springboot/catalog/components/aws2-kms.json    | 16 ++++--
 .../springboot/catalog/components/aws2-lambda.json | 16 ++++--
 .../springboot/catalog/components/coap+tcp.json    | 23 ++++----
 .../camel/springboot/catalog/components/coap.json  | 23 ++++----
 .../springboot/catalog/components/coaps+tcp.json   | 23 ++++----
 .../camel/springboot/catalog/components/coaps.json | 23 ++++----
 .../camel/springboot/catalog/components/kudu.json  |  3 +-
 .../springboot/catalog/components/xquery.json      | 64 +++++++++++-----------
 .../springboot/catalog/languages/datasonnet.json   |  8 +--
 .../springboot/catalog/languages/hl7terser.json    |  8 +--
 .../camel/springboot/catalog/languages/jq.json     |  8 +--
 .../springboot/catalog/languages/jsonpath.json     |  8 +--
 .../camel/springboot/catalog/languages/xpath.json  |  8 +--
 .../camel/springboot/catalog/languages/xquery.json |  8 +--
 .../springboot/catalog/languages/xtokenize.json    |  8 +--
 .../src/main/docs/aws2-kms.json                    | 13 +++++
 .../kms/springboot/KMS2ComponentConfiguration.java | 26 +++++++++
 .../src/main/docs/aws2-lambda.json                 | 13 +++++
 .../springboot/Lambda2ComponentConfiguration.java  | 26 +++++++++
 .../camel-core-starter/src/main/docs/core.json     | 10 +---
 .../springboot/TokenizeLanguageConfiguration.java  | 27 +++------
 .../src/main/docs/datasonnet.json                  | 16 +-----
 .../DatasonnetLanguageConfiguration.java           | 39 +++----------
 .../camel-hl7-starter/src/main/docs/hl7.json       | 16 +-----
 .../springboot/Hl7TerserLanguageConfiguration.java | 39 +++----------
 .../camel-jq-starter/src/main/docs/jq.json         | 16 +-----
 .../jq/springboot/JqLanguageConfiguration.java     | 39 +++----------
 .../src/main/docs/jsonpath.json                    | 16 +-----
 .../springboot/JsonPathLanguageConfiguration.java  | 39 +++----------
 .../springboot/test/JsonPathHeaderNameTest.java    |  5 +-
 .../test/JsonPathTransformHeaderNameTest.java      |  4 +-
 .../SpringJsonPathTransformHeaderNameTest.xml      |  2 +-
 .../camel-kudu-starter/src/main/docs/kudu.json     |  6 ++
 .../springboot/KuduComponentAutoConfiguration.java |  2 +-
 .../springboot/KuduComponentConfiguration.java     | 15 +++++
 .../kudu/springboot/KuduComponentConverter.java}   |  8 +--
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  3 +-
 .../camel-saxon-starter/src/main/docs/saxon.json   | 10 +---
 .../springboot/XQueryLanguageConfiguration.java    | 27 +++------
 ...XQueryHeaderNameResultTypeAndNamespaceTest.java |  4 +-
 .../xquery/springboot/XQueryHeaderNameTest.java    |  9 ++-
 .../camel-stax-starter/src/main/docs/stax.json     | 10 +---
 .../XMLTokenizeLanguageConfiguration.java          | 27 +++------
 .../camel-xpath-starter/src/main/docs/xpath.json   | 18 ++----
 .../springboot/XPathLanguageConfiguration.java     | 27 +++------
 45 files changed, 334 insertions(+), 425 deletions(-)
 copy 
components-starter/{camel-mock-starter/src/main/java/org/apache/camel/component/mock/springboot/MockComponentConverter.java
 => 
camel-kudu-starter/src/main/java/org/apache/camel/component/kudu/springboot/KuduComponentConverter.java}
 (88%)

Reply via email to