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
discard a2722c7a58e Upgrade: Spring Boot 4.0
discard a8b259eeedd Upgrade to JUnit 6
add 445ba8eb821 regen
add f9d6c0d47e3 Polished
add 6008ecc581e Upgrade to JUnit 6
add cc579f43fbb Upgrade: Spring Boot 4.0
add 7a097cbb548 Related to spring boot 4.0 upgrade - search through
directories for jaxb.index
add 3f3378d8690 Add jackson-databind dependency needed by spring boot 4
add d77f63adf1a Fix RuntimeHints pattern to respond to Spring Boot 4
changes
add 9af712d98d2 Add pom template for spring-boot 4
add 50c5aa08fa8 spring-boot 4 changes for camel-platfrom-http-starter
tests - TestRestTemplate has been deprecated in spring-boot 4, need to use
RestTestClient
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a2722c7a58e)
\
N -- N -- N refs/heads/spring-boot-4.0 (50c5aa08fa8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../camel/springboot/catalog/components.properties | 1 +
.../springboot/catalog/components/docling.json | 96 ++++++---------
.../components/{lumberjack.json => once.json} | 37 +++---
.../src/main/docs/aws-secrets-manager.json | 2 +-
.../src/main/docs/aws2-athena.json | 20 ++++
.../src/main/docs/aws2-timestream.json | 13 ++
.../src/main/docs/aws2-transcribe.json | 4 +-
.../src/main/docs/docling.json | 77 ------------
.../springboot/DoclingComponentConfiguration.java | 133 ---------------------
components-starter/camel-fory-starter/pom.xml | 2 +-
.../camel-groovy-xml-starter/pom.xml | 2 +-
.../camel-hashicorp-vault-starter/pom.xml | 5 +
components-starter/camel-iggy-starter/pom.xml | 2 +-
components-starter/camel-jandex-starter/pom.xml | 2 +-
.../pom.xml | 6 +-
.../src/main/docs/once.json} | 41 ++++---
.../OnceComponentAutoConfiguration.java} | 20 ++--
.../springboot/OnceComponentConfiguration.java} | 37 ++++--
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
...rk.boot.autoconfigure.AutoConfiguration.imports | 2 +-
.../camel-platform-http-starter/pom.xml | 16 +++
.../springboot/SpringBootPlatformHttpConsumer.java | 2 +-
.../PlatformHttpAsyncRequestHandlingTest.java | 14 ++-
.../platform/http/springboot/PlatformHttpBase.java | 20 +++-
.../http/springboot/PlatformHttpStreamingTest.java | 14 ++-
.../SpringBootPlatformHttpBridgedEndpointTest.java | 15 ++-
...pringBootPlatformHttpCamelIntegrationsTest.java | 19 ++-
...ingBootPlatformHttpCamelVirtualThreadsTest.java | 13 +-
.../SpringBootPlatformHttpCertificationTest.java | 26 +++-
.../SpringBootPlatformHttpCookiesTest.java | 21 +++-
.../SpringBootPlatformHttpCorsCredentialsTest.java | 14 ++-
.../springboot/SpringBootPlatformHttpCorsTest.java | 14 ++-
.../SpringBootPlatformHttpEngineTest.java | 19 ++-
...SpringBootPlatformHttpHandleWriteErrorTest.java | 25 +++-
...SpringBootPlatformHttpJacksonConverterTest.java | 19 ++-
...pringBootPlatformHttpMultipleExecutorsTest.java | 25 +++-
...ormHttpMultipleExecutorsVirtualThreadsTest.java | 25 +++-
.../SpringBootPlatformHttpOptionsTest.java | 14 ++-
.../SpringBootPlatformHttpProxyTest.java | 21 +++-
.../SpringBootPlatformHttpRequestTimeoutTest.java | 27 +++--
.../SpringBootPlatformHttpRestDSLTest.java | 15 ++-
.../SpringBootPlatformHttpSessionTest.java | 6 +-
.../springboot/SpringBootPlatformHttpTest.java | 13 +-
.../SpringBootPlatformHttpTypeConverterTest.java | 19 ++-
.../SpringBootPlatformHttpValidationTest.java | 19 ++-
...ootPlatformHttpVirtualThreadsOptimizedTest.java | 13 +-
.../SpringBootPlatformHttpVirtualThreadsTest.java | 13 +-
components-starter/camel-pqc-starter/pom.xml | 2 +-
components-starter/camel-smb-starter/pom.xml | 2 +-
components-starter/camel-solr-starter/pom.xml | 2 +-
.../camel-torchserve-starter/pom.xml | 2 +-
components-starter/camel-wasm-starter/pom.xml | 2 +-
.../xml/jaxb/springboot/JAXBRuntimeHints.java | 2 +-
components-starter/pom.xml | 1 +
.../camel/spring/boot/aot/CamelRuntimeHints.java | 2 +-
...ication-pom-sb3.xml => application-pom-sb4.xml} | 0
tooling/camel-spring-boot-bom/pom.xml | 5 +
tooling/camel-spring-boot-dependencies/pom.xml | 14 ++-
59 files changed, 546 insertions(+), 451 deletions(-)
copy
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{lumberjack.json
=> once.json} (53%)
copy components-starter/{camel-dapr-starter => camel-once-starter}/pom.xml
(93%)
copy components-starter/{camel-timer-starter/src/main/docs/timer.json =>
camel-once-starter/src/main/docs/once.json} (55%)
copy
components-starter/{camel-cm-sms-starter/src/main/java/org/apache/camel/component/cm/springboot/CMComponentAutoConfiguration.java
=>
camel-once-starter/src/main/java/org/apache/camel/component/once/springboot/OnceComponentAutoConfiguration.java}
(86%)
copy
components-starter/{camel-cron-starter/src/main/java/org/apache/camel/component/cron/springboot/CronComponentConfiguration.java
=>
camel-once-starter/src/main/java/org/apache/camel/component/once/springboot/OnceComponentConfiguration.java}
(78%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-once-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-once-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-cron-starter =>
camel-once-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
(92%)
copy tests/camel-itest-spring-boot/src/test/resources/{application-pom-sb3.xml
=> application-pom-sb4.xml} (100%)