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 358e19f020a Regen
     new 2570c19432f Regen
     new d0a6cff0346 Add quickjs

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/{python3.json => quickjs.json}       | 16 ++++-----
 .../pom.xml                                        |  6 ++--
 .../src/main/docs/quickjs.json                     | 39 ++++++++++++++++++++++
 .../QuickjsLanguageAutoConfiguration.java}         | 22 ++++++------
 .../springboot/QuickjsLanguageConfiguration.java}  | 10 +++---
 .../src/main/resources/META-INF/LICENSE.txt        |  0
 .../src/main/resources/META-INF/NOTICE.txt         |  0
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  2 +-
 components-starter/pom.xml                         |  1 +
 docs/spring-boot/modules/ROOT/nav.adoc             |  1 +
 .../pages/starters/{python3.adoc => quickjs.adoc}  | 14 ++++----
 tooling/camel-spring-boot-bom/pom.xml              |  5 +++
 tooling/camel-spring-boot-dependencies/pom.xml     | 30 ++++++++---------
 15 files changed, 98 insertions(+), 51 deletions(-)
 copy 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/{python3.json
 => quickjs.json} (80%)
 copy components-starter/{camel-beanio-starter => 
camel-quickjs-starter}/pom.xml (93%)
 create mode 100644 
components-starter/camel-quickjs-starter/src/main/docs/quickjs.json
 copy 
components-starter/{camel-python3-starter/src/main/java/org/apache/camel/language/python3/springboot/Python3LanguageAutoConfiguration.java
 => 
camel-quickjs-starter/src/main/java/org/apache/camel/language/quickjs/springboot/QuickjsLanguageAutoConfiguration.java}
 (84%)
 copy 
components-starter/{camel-python3-starter/src/main/java/org/apache/camel/language/python3/springboot/Python3LanguageConfiguration.java
 => 
camel-quickjs-starter/src/main/java/org/apache/camel/language/quickjs/springboot/QuickjsLanguageConfiguration.java}
 (84%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-quickjs-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-quickjs-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-python3-starter => 
camel-quickjs-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 (93%)
 copy docs/spring-boot/modules/ROOT/pages/starters/{python3.adoc => 
quickjs.adoc} (58%)

Reply via email to