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 34ee3f501e8 [create-pull-request] automated change (#1894)
new fe84880cd15 Regen
new 885cdb2ebb1 Add python3
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/language.json | 2 +-
.../camel/springboot/catalog/languages.properties | 1 +
.../languages/{python.json => python3.json} | 18 +++++-----
.../pom.xml | 6 ++--
.../src/main/docs/python3.json | 39 ++++++++++++++++++++++
.../Python3LanguageAutoConfiguration.java} | 22 ++++++------
.../springboot/Python3LanguageConfiguration.java} | 10 +++---
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
...rk.boot.autoconfigure.AutoConfiguration.imports | 3 +-
components-starter/pom.xml | 1 +
docs/spring-boot/modules/ROOT/nav.adoc | 1 +
.../pages/starters/{ognl.adoc => python3.adoc} | 14 ++++----
tooling/camel-spring-boot-bom/pom.xml | 5 +++
tooling/camel-spring-boot-dependencies/pom.xml | 10 ++++++
15 files changed, 94 insertions(+), 38 deletions(-)
copy
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/{python.json
=> python3.json} (79%)
copy components-starter/{camel-beanio-starter =>
camel-python3-starter}/pom.xml (93%)
create mode 100644
components-starter/camel-python3-starter/src/main/docs/python3.json
copy
components-starter/{camel-python-starter/src/main/java/org/apache/camel/language/python/springboot/PythonLanguageAutoConfiguration.java
=>
camel-python3-starter/src/main/java/org/apache/camel/language/python3/springboot/Python3LanguageAutoConfiguration.java}
(85%)
copy
components-starter/{camel-core-starter/src/main/java/org/apache/camel/language/variable/springboot/VariableLanguageConfiguration.java
=>
camel-python3-starter/src/main/java/org/apache/camel/language/python3/springboot/Python3LanguageConfiguration.java}
(84%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-python3-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-python3-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-bonita-starter =>
camel-python3-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
(92%)
copy docs/spring-boot/modules/ROOT/pages/starters/{ognl.adoc => python3.adoc}
(51%)