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.git


 discard 0ead732f7603 Upgrade to spring-boot 4.0.2
 discard f1f051d6860a Update rest-assured to 6.0.0
 discard 587a0bb70131 RegisterExtension not needed in AMQPRouteTraceFrameTest - 
it duplicates the ones in AMQPTestSupport and causes conflict
 discard 7aa7fc67cb62 Netty 4.2 enables hostname verification by default - 
override with io.netty.handler.ssl.defaultEndpointVerificationAlgorithm=NONE 
for the test
 discard 6c8b74ddd381 JUnit 6 changes after rebase
 discard 0d8dcac3e16b Update rabbitmq image version; refresh
 discard 5efa8a6e907a Upgrade netty to 4.2.7.Final
 discard b06ba9cff12a Add jackson-databind dependency (inherited spring-vault 
dependencies have changed)
 discard a2d7e1f3c8c4 Remove LaunchScript (deprecated in spring-boot 4)
 discard 7936f15e8354 API changes to match spring-boot 4.0.0
 discard 713de2be4c34 API changes for spring-security upgrade to 7.0.0
 discard f09c18f725cb spring-amqp changes upgrading to 4.0.0
 discard f0d2c079734f Spring util API changes
 discard 33284c459672 API changes for spring-batch upgrade to 6.0.0
 discard c3caba72c2da Update versions to align to spring-boot 4.0.0
 discard a09971ed1664 CAMEL-22780 Update camel from JUnit 5 to Junit 6
     add 1b0fca17c045 CAMEL-22949: Migrate components from Thread.sleep() to 
Camel's Task API (#21215)
     add 531e44822f4b CAMEL-22951: Fix fallback resource loader for 
camel-groovy to look inside classpath in special camel-groovy folder
     add b3512c3ab27c CAMEL-22920: added unit test
     add 21e5dc0cc27b CAMEL-22937 - camel-jbang: using different custom ports 
for both embedded and management server runs into an error (#21216)
     add 3958010ff25c chore(deps): Bump 
com.google.cloud:google-cloud-secretmanager (#21221)
     add eaf9391f0df7 chore(deps): Bump aws-java-sdk2-version from 2.41.19 to 
2.41.20 (#21222)
     add 0dba7e1382f0 chore(deps): Bump huaweicloud-sdk-version from 3.1.184 to 
3.1.185 (#21223)
     add a7cb8a1eccac chore(deps): Bump com.cedarsoftware:java-util from 4.88.0 
to 4.90.0
     add a6fc418a2c31 chore(deps): Bump 
org.l2x6.cq:cq-alias-fastinstall-quickly-extension
     add c9fdf45c7846 chore(deps): Bump io.github.ascopes:protobuf-maven-plugin
     add 51ff78f534f4 chore(deps): Bump commons-codec:commons-codec from 1.20.0 
to 1.21.0
     add 0242fcd77b3e chore(deps-dev): Bump 
org.jsonschema2pojo:jsonschema2pojo-maven-plugin (#21226)
     add 9a85aed7139e CAMEL-22780 Update camel from JUnit 5 to Junit 6
     add 876ea99c2c22 Update versions to align to spring-boot 4.0.0
     add a9d80e765f8c API changes for spring-batch upgrade to 6.0.0
     add 63ddb04af6c7 Spring util API changes
     add 582c6bd5b1fe spring-amqp changes upgrading to 4.0.0
     add f624ca326248 API changes for spring-security upgrade to 7.0.0
     add 8937d57dc5bf API changes to match spring-boot 4.0.0
     add 246291d27de8 Remove LaunchScript (deprecated in spring-boot 4)
     add 55aa1644c69c Add jackson-databind dependency (inherited spring-vault 
dependencies have changed)
     add 54093b9a0216 Upgrade netty to 4.2.7.Final
     add c62cd60d9160 Update rabbitmq image version; refresh
     add b4087130b86b JUnit 6 changes after rebase
     add 2d936233abaa Netty 4.2 enables hostname verification by default - 
override with io.netty.handler.ssl.defaultEndpointVerificationAlgorithm=NONE 
for the test
     add c268fe0ce4ac RegisterExtension not needed in AMQPRouteTraceFrameTest - 
it duplicates the ones in AMQPTestSupport and causes conflict
     add e72cbc233d60 Update rest-assured to 6.0.0
     add 61138d8e45c6 Upgrade to spring-boot 4.0.2

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   (0ead732f7603)
            \
             N -- N -- N   refs/heads/spring-boot-4.0 (61138d8e45c6)

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:
 .mvn/extensions.xml                                |   2 +-
 .../component/aws2/athena/Athena2QueryHelper.java  |  24 ++--
 .../hazelcast/seda/HazelcastSedaConsumer.java      |  19 ++-
 .../camel/component/iggy/IggyFetchRecords.java     |  19 ++-
 ...ameletEipTest.java => KameletEipSplitTest.java} |  28 ++---
 components/camel-ocsf/pom.xml                      |   2 +-
 .../platform/http/main/MainHttpServer.java         |   3 +
 .../platform/http/main/ManagementHttpServer.java   |   3 +
 .../http/vertx/VertxPlatformHttpEngine.java        |  32 +++++
 .../http/vertx/VertxPlatformHttpRouter.java        |  34 ++++++
 .../http/vertx/VertxPlatformHttpServer.java        |   3 +-
 .../VertxPlatformHttpServerConfiguration.java      |  20 ++++
 .../http/vertx/VertxPlatformHttpEngineTest.java    | 129 +++++++++++++++++++++
 .../internal/streaming/SubscriptionHelper.java     |  26 +++--
 .../component/zookeeper/ZooKeeperConsumer.java     |  18 ++-
 .../engine/DefaultFallbackResourceResolver.java    |   5 +-
 dsl/camel-jbang/camel-launcher/pom.xml             |   2 +-
 ...vertBodyTest.groovy => SplitKameletTest.groovy} |  50 ++++----
 ...mySetBody.kamelet.yaml => mySplit.kamelet.yaml} |  15 ++-
 parent/pom.xml                                     |  14 +--
 20 files changed, 359 insertions(+), 89 deletions(-)
 copy 
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/{KameletEipTest.java
 => KameletEipSplitTest.java} (74%)
 copy 
dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/{ConvertBodyTest.groovy
 => SplitKameletTest.groovy} (59%)
 copy 
dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/resources/kamelets/{mySetBody.kamelet.yaml
 => mySplit.kamelet.yaml} (79%)

Reply via email to