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

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


    from 97db0a63ba8 Fix camel-itest-spring-boot tests
     add d780ee7231b Regen
     add 11d102bd3de [create-pull-request] automated change (#1649)
     add 6f60828bc8e Bump org.apache.maven.plugins:maven-compiler-plugin (#1648)
     add a1776c428af Regen
     add ddbb39698d5 Regen
     add 421a3b0b990 CAMEL-14470 - Camel-github2: Introduce a Github component 
supporting Kohsuke Github-api - Spring Boot starter (#1651)
     add 200ad28277c Regen
     add 04f71d2c691 Regen
     add f57aabb9687 [create-pull-request] automated change (#1653)
     add 0f52a544db5 CAMEL-22964 SB platform-http: undertow access log managed 
by camel logging (#1652)
     add 11db2099cf3 CAMEL-22379: Add Mina Sftp Component Starter (#1654)
     add b7304bce533 Regen
     add 5d25add6f7d Regen
     add 3f87023a605 [create-pull-request] automated change (#1655)
     add 84bf9b4a6c2 Regen
     add a409d340edd [create-pull-request] automated change (#1656)
     new 5c28156659e Merge remote-tracking branch 'upstream/main' into 
spring-boot-4.0

The 1 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:
 camel-spring-boot-sbom/camel-spring-boot-sbom.json | 20938 ++++++++++---------
 camel-spring-boot-sbom/camel-spring-boot-sbom.xml  | 16005 +++++++-------
 .../beans/LevelDBAggregationRepository.json        |     4 +-
 .../camel/springboot/catalog/components.properties |     2 +
 .../catalog/components/azure-storage-blob.json     |   140 +-
 .../springboot/catalog/components/coap+tcp.json    |    24 +-
 .../camel/springboot/catalog/components/coap.json  |    24 +-
 .../springboot/catalog/components/coaps+tcp.json   |    24 +-
 .../camel/springboot/catalog/components/coaps.json |    24 +-
 .../springboot/catalog/components/github.json      |     2 +-
 .../components/{github.json => github2.json}       |    80 +-
 .../catalog/components/langchain4j-tools.json      |    17 +-
 .../components/{sftp.json => mina-sftp.json}       |   281 +-
 .../springboot/catalog/components/vertx-http.json  |    60 +-
 .../springboot/catalog/dev-consoles.properties     |     1 +
 .../{route-controller.json => eval-language.json}  |     8 +-
 .../catalog/dev-consoles/simple-language.json      |     2 +-
 .../camel/springboot/catalog/languages/file.json   |    35 +-
 .../camel/springboot/catalog/languages/simple.json |   231 +-
 .../camel/springboot/catalog/others.properties     |     1 +
 .../camel/springboot/catalog/others/github2.json   |    14 +
 .../camel/springboot/catalog/others/leveldb.json   |     2 +-
 .../camel/springboot/catalog/others/yaml-dsl.json  |     2 +-
 .../src/main/docs/azure-storage-blob.json          |    39 +
 .../springboot/BlobComponentConfiguration.java     |    89 +
 .../camel-coap-starter/src/main/docs/coap.json     |     6 +
 .../springboot/CoAPComponentAutoConfiguration.java |     2 +-
 .../springboot/CoAPComponentConfiguration.java     |    14 +
 .../coap/springboot/CoAPComponentConverter.java}   |     8 +-
 ...rk.boot.autoconfigure.AutoConfiguration.imports |     3 +-
 .../camel-core-starter/src/main/docs/core.json     |    14 +
 .../springboot/FileLanguageConfiguration.java      |    13 +
 .../springboot/SimpleLanguageConfiguration.java    |    13 +
 .../pom.xml                                        |     6 +-
 .../src/main/docs/github2.json}                    |    48 +-
 .../GitHub2ComponentAutoConfiguration.java}        |    20 +-
 .../springboot/GitHub2ComponentConfiguration.java} |    20 +-
 .../src/main/resources/META-INF/LICENSE.txt        |     0
 .../src/main/resources/META-INF/NOTICE.txt         |     0
 ...rk.boot.autoconfigure.AutoConfiguration.imports |     3 +-
 .../camel-google-vertexai-starter/pom.xml          |     8 -
 .../pom.xml                                        |    11 +-
 .../src/main/docs/mina-sftp.json}                  |    38 +-
 .../MinaSftpComponentAutoConfiguration.java}       |    20 +-
 .../MinaSftpComponentConfiguration.java}           |    10 +-
 .../src/main/resources/META-INF/LICENSE.txt        |     0
 .../src/main/resources/META-INF/NOTICE.txt         |     0
 ...rk.boot.autoconfigure.AutoConfiguration.imports |     3 +-
 .../file/remote/mina/springboot/BaseMinaSftp.java} |    52 +-
 .../MinaSftpComponentAutoConfigurationTest.java    |    59 +
 .../MinaSftpConfigurationPropertiesTest.java       |    67 +
 .../mina/springboot/MinaSftpEmbeddedService.java}  |    46 +-
 .../springboot/MinaSftpEndpointOptionsTest.java    |   112 +
 .../springboot/MinaSftpSimpleProducerTest.java     |    83 +
 .../src/test/resources/hostkey.pem                 |     0
 .../src/test/resources/log4j2.properties           |    15 +-
 .../src/main/docs/platform-http.adoc               |    63 +
 .../src/main/docs/platform-http.json               |    12 +
 .../customizer/UndertowAccessLogConfiguration.java |    61 +
 .../customizer/UndertowAccessLogProperties.java}   |    21 +-
 ...rk.boot.autoconfigure.AutoConfiguration.imports |     3 +-
 .../src/main/docs/vertx-http.json                  |     6 +
 .../VertxHttpComponentConfiguration.java           |    15 +
 components-starter/pom.xml                         |     2 +
 pom.xml                                            |     2 +-
 tooling/camel-spring-boot-bom/pom.xml              |    10 +
 tooling/camel-spring-boot-dependencies/pom.xml     |    88 +-
 67 files changed, 20267 insertions(+), 18759 deletions(-)
 copy 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{github.json
 => github2.json} (82%)
 copy 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{sftp.json
 => mina-sftp.json} (74%)
 copy 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/{route-controller.json
 => eval-language.json} (54%)
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/github2.json
 copy 
components-starter/{camel-kudu-starter/src/main/java/org/apache/camel/component/kudu/springboot/KuduComponentConverter.java
 => 
camel-coap-starter/src/main/java/org/apache/camel/coap/springboot/CoAPComponentConverter.java}
 (85%)
 copy components-starter/{camel-clickup-starter => 
camel-github2-starter}/pom.xml (93%)
 copy components-starter/{camel-github-starter/src/main/docs/github.json => 
camel-github2-starter/src/main/docs/github2.json} (62%)
 copy 
components-starter/{camel-bean-starter/src/main/java/org/apache/camel/component/beanclass/springboot/ClassComponentAutoConfiguration.java
 => 
camel-github2-starter/src/main/java/org/apache/camel/component/github2/springboot/GitHub2ComponentAutoConfiguration.java}
 (85%)
 copy 
components-starter/{camel-github-starter/src/main/java/org/apache/camel/component/github/springboot/GitHubComponentConfiguration.java
 => 
camel-github2-starter/src/main/java/org/apache/camel/component/github2/springboot/GitHub2ComponentConfiguration.java}
 (91%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-github2-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-github2-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-jolokia-starter => 
camel-github2-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 (93%)
 copy components-starter/{camel-vertx-http-starter => 
camel-mina-sftp-starter}/pom.xml (87%)
 copy components-starter/{camel-couchbase-starter/src/main/docs/couchbase.json 
=> camel-mina-sftp-starter/src/main/docs/mina-sftp.json} (66%)
 copy 
components-starter/{camel-grpc-starter/src/main/java/org/apache/camel/component/grpc/springboot/GrpcComponentAutoConfiguration.java
 => 
camel-mina-sftp-starter/src/main/java/org/apache/camel/component/file/remote/mina/springboot/MinaSftpComponentAutoConfiguration.java}
 (85%)
 copy 
components-starter/{camel-ftp-starter/src/main/java/org/apache/camel/component/file/remote/springboot/SftpComponentConfiguration.java
 => 
camel-mina-sftp-starter/src/main/java/org/apache/camel/component/file/remote/mina/springboot/MinaSftpComponentConfiguration.java}
 (93%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-mina-sftp-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-mina-sftp-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-asn1-starter => 
camel-mina-sftp-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 (91%)
 copy 
components-starter/{camel-ftp-starter/src/test/java/org/apache/camel/component/file/remote/springboot/AbstractBaseFtp.java
 => 
camel-mina-sftp-starter/src/test/java/org/apache/camel/component/file/remote/mina/springboot/BaseMinaSftp.java}
 (78%)
 create mode 100644 
components-starter/camel-mina-sftp-starter/src/test/java/org/apache/camel/component/file/remote/mina/springboot/MinaSftpComponentAutoConfigurationTest.java
 create mode 100644 
components-starter/camel-mina-sftp-starter/src/test/java/org/apache/camel/component/file/remote/mina/springboot/MinaSftpConfigurationPropertiesTest.java
 copy 
components-starter/{camel-ftp-starter/src/test/java/org/apache/camel/component/file/remote/springboot/sftp/SftpEmbeddedService.java
 => 
camel-mina-sftp-starter/src/test/java/org/apache/camel/component/file/remote/mina/springboot/MinaSftpEmbeddedService.java}
 (87%)
 create mode 100644 
components-starter/camel-mina-sftp-starter/src/test/java/org/apache/camel/component/file/remote/mina/springboot/MinaSftpEndpointOptionsTest.java
 create mode 100644 
components-starter/camel-mina-sftp-starter/src/test/java/org/apache/camel/component/file/remote/mina/springboot/MinaSftpSimpleProducerTest.java
 copy components-starter/{camel-ftp-starter => 
camel-mina-sftp-starter}/src/test/resources/hostkey.pem (100%)
 copy docs/local-build.sh => 
components-starter/camel-mina-sftp-starter/src/test/resources/log4j2.properties 
(77%)
 mode change 100755 => 100644
 create mode 100644 
components-starter/camel-platform-http-starter/src/main/docs/platform-http.adoc
 create mode 100644 
components-starter/camel-platform-http-starter/src/main/java/org/apache/camel/component/platform/http/springboot/customizer/UndertowAccessLogConfiguration.java
 copy 
components-starter/{camel-openapi-java-starter/src/main/java/org/apache/camel/springboot/openapi/OpenApiConfiguration.java
 => 
camel-platform-http-starter/src/main/java/org/apache/camel/component/platform/http/springboot/customizer/UndertowAccessLogProperties.java}
 (61%)

Reply via email to