This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
omit 373c9fde511 [create-pull-request] automated change
add 157cdd970a6 Fix SpringBootPlatformHttpVirtualThreadsOptimizedTest for
Spring Boot 4.0.4
add 4a525a39dc1 CAMEL-23001: camel-groovy-xml was merged into
camel-groovy, adds json format
add 7331b170932 Adds IT for the new starters
add 1be7d2a11a4 [create-pull-request] automated change
add ebbaad596a1 CAMEL-23261 Remove usage of ProjectDependenciesResolver
(deprecated)
add d8410979a11 [create-pull-request] automated change
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 (373c9fde511)
\
N -- N -- N refs/heads/automatic-periodic-sync (d8410979a11)
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-google-pubsub-starter/pom.xml | 8 -
...ootPlatformHttpVirtualThreadsOptimizedTest.java | 6 +
...overyIT.java => CamelGoogleSpeechToTextIT.java} | 2 +-
...overyIT.java => CamelGoogleTextToSpeechIT.java} | 2 +-
...ws2TextractIT.java => CamelGoogleVisionIT.java} | 2 +-
.../camel/itest/springboot/CamelGroovyIT.java | 6 +
.../camel/itest/springboot/CamelGroovyXmlIT.java | 28 ---
...2S3VectorsIT.java => CamelSpringAiImageIT.java} | 2 +-
.../pom.xml | 12 ++
.../springboot/maven/SpringBootStarterMojo.java | 18 +-
.../maven/SpringBootStarterMojoTest.java | 196 +++++++++++++++++++++
11 files changed, 235 insertions(+), 47 deletions(-)
copy
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelIbmWatsonDiscoveryIT.java
=> CamelGoogleSpeechToTextIT.java} (94%)
copy
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelIbmWatsonDiscoveryIT.java
=> CamelGoogleTextToSpeechIT.java} (94%)
copy
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelAws2TextractIT.java
=> CamelGoogleVisionIT.java} (94%)
delete mode 100644
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGroovyXmlIT.java
copy
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelAws2S3VectorsIT.java
=> CamelSpringAiImageIT.java} (94%)
create mode 100644
tooling/camel-spring-boot-generator-maven-plugin/src/test/java/org/apache/camel/springboot/maven/SpringBootStarterMojoTest.java