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
omit f316e50d3797 Additional alignments for spring-boot 4.0.3
omit ecdf4f363ac9 Upgrade to spring-boot 4.0.3
omit ff548a249774 Document, disable or fix tests on JDK25
omit 47e37bccaf39 Additional JUnit 6 changes
omit 6508cc5c72af Align to spring-boot 4.0.2, upgrade jackson to 2.20.2,
API changes for jackson upgrade
omit 068c3c7c5e5b Upgrade to spring-boot 4.0.2
omit 5da8493e7618 Update rest-assured to 6.0.0
omit 3654334b6625 RegisterExtension not needed in AMQPRouteTraceFrameTest -
it duplicates the ones in AMQPTestSupport and causes conflict
omit 595b800b36a1 Netty 4.2 enables hostname verification by default -
override with io.netty.handler.ssl.defaultEndpointVerificationAlgorithm=NONE
for the test
omit de08ba7f1ad0 JUnit 6 changes after rebase
omit 35dbe6a0559d Update rabbitmq image version; refresh
omit 947876776607 Upgrade netty to 4.2.7.Final
omit 87786c0cdaf7 Add jackson-databind dependency (inherited spring-vault
dependencies have changed)
omit 48dfe3a428b1 Remove LaunchScript (deprecated in spring-boot 4)
omit a5d85786744a API changes to match spring-boot 4.0.0
omit 6f5ef73fd957 API changes for spring-security upgrade to 7.0.0
omit 4dd6f33eabde spring-amqp changes upgrading to 4.0.0
omit 9783addc7c09 Spring util API changes
omit c10b8dbe2640 API changes for spring-batch upgrade to 6.0.0
omit f4d18bc4a722 Update versions to align to spring-boot 4.0.0
omit 87cf35664ff3 CAMEL-22780 Update camel from JUnit 5 to Junit 6
add 698c947d3084 CAMEL-16861: Update docs
add 4fa7d6ed65fe Fix catalog wrong for github2
add 891a0cd77c15 Update Q
add 1bc7f2ff8ce4 CAMEL-16861: Update docs
add 0671a219f8bb CAMEL-23031: Fix regression with csvFormat initialization
(#21535)
add b4fc1486624f chore(deps): Bump actions/github-script from 7 to 8
(#21537)
add d52da261b2b7 chore(deps): Bump actions/checkout from 4 to 6 (#21536)
add a12942bc3cfc feat(ci): new PR commenter
add 3b7183f31659 chore(ci): proper comment formatting
add 866883ad6464 chore(ci): comment just once
add 346f55c51a3a CAMEL-23030: avoid stack overflow with synchronous
aggregate executor (#21538)
add 1af05c076a67 CAMEL-16861: Update docs
add 45c22ffb59e7 CAMEL-23033: camel-yaml-dsl - Setting routePolicy on
route should be routePolicyRef. Also polished docs, and made onException route
dumper correct for handled/continued
add 15151e373579 CAMEL-16861: Update docs
add 2313b59d59e4 CAMEL-23035: camel-core - Simple language using colon or
question mark can conflict with ternary operator
add baaafd8eaacc CAMEL-22780 Update camel from JUnit 5 to Junit 6
add 79d61121ffc3 Update versions to align to spring-boot 4.0.0
add 4291f1623280 API changes for spring-batch upgrade to 6.0.0
add 1e7be3a664c4 Spring util API changes
add e28371ca989c spring-amqp changes upgrading to 4.0.0
add e7037cb0dc82 API changes for spring-security upgrade to 7.0.0
add 172545bc7b50 API changes to match spring-boot 4.0.0
add eaaba443c21b Remove LaunchScript (deprecated in spring-boot 4)
add 2b8a19219227 Add jackson-databind dependency (inherited spring-vault
dependencies have changed)
add f63f5b7e124b Upgrade netty to 4.2.7.Final
add b1622f59aaf2 Update rabbitmq image version; refresh
add a8ec81e55a2c JUnit 6 changes after rebase
add 1f4490e6c0f8 Netty 4.2 enables hostname verification by default -
override with io.netty.handler.ssl.defaultEndpointVerificationAlgorithm=NONE
for the test
add 0f4069bd2ae1 RegisterExtension not needed in AMQPRouteTraceFrameTest -
it duplicates the ones in AMQPTestSupport and causes conflict
add 3adbf05d879f Update rest-assured to 6.0.0
add 9c992c1faafb Upgrade to spring-boot 4.0.2
add 422577a6cee4 Align to spring-boot 4.0.2, upgrade jackson to 2.20.2,
API changes for jackson upgrade
add aa7d67761588 Additional JUnit 6 changes
add 665db38bd1fe Document, disable or fix tests on JDK25
add 59bb989a22e7 Upgrade to spring-boot 4.0.3
add 0bdbe83f8a29 Additional alignments for spring-boot 4.0.3
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 (f316e50d3797)
\
N -- N -- N refs/heads/spring-boot-4.0 (0bdbe83f8a29)
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:
.../workflows/{pr-labeler.yml => pr-commenter.yml} | 51 ++-
.github/workflows/pr-id.yml | 2 +-
.github/workflows/pr-labeler.yml | 6 +-
.../org/apache/camel/catalog/others.properties | 1 -
.../org/apache/camel/catalog/others/github2.json | 14 -
.../csimple/joor/OriginalSimpleOperatorTest.java | 18 +
.../language/csimple/joor/OriginalSimpleTest.java | 14 +-
.../apache/camel/dataformat/csv/CsvDataFormat.java | 9 +-
.../services/org/apache/camel/other.properties | 7 -
.../src/generated/resources/github2.json | 14 -
.../src/main/docs/modules/eips/nav.adoc | 1 +
.../pages/enterprise-integration-patterns.adoc | 3 +
.../main/docs/modules/eips/pages/intercept.adoc | 401 +++++++++++++++++----
.../src/main/docs/modules/eips/pages/stop-eip.adoc | 4 +
.../modules/eips/pages/throwException-eip.adoc | 111 ++++++
.../language/simple/SimpleExpressionParser.java | 52 +--
.../apache/camel/model/OnExceptionDefinition.java | 21 +-
.../processor/aggregate/AggregateProcessor.java | 3 +
.../camel/language/simple/SimpleOperatorTest.java | 11 +
...SynchronousExecutorStackOverflowIssueTest.java} | 10 +-
.../modules/others/examples/json/github2.json | 1 -
.../modules/ROOT/pages/architecture.adoc | 21 ++
.../modules/ROOT/pages/bean-injection.adoc | 9 +
.../ROOT/pages/camel-4x-upgrade-guide-4_18.adoc | 6 +
.../ROOT/pages/camel-4x-upgrade-guide-4_19.adoc | 3 +
.../modules/ROOT/pages/camel-catalog.adoc | 2 +-
.../modules/ROOT/pages/camel-maven-archetypes.adoc | 13 +-
.../ROOT/pages/camel-upgrade-recipes-tool.adoc | 2 +-
.../ROOT/pages/camelcontext-autoconfigure.adoc | 8 +-
.../modules/ROOT/pages/camelcontext.adoc | 43 ++-
...ing-route-startup-ordering-and-autostartup.adoc | 236 ++++++++++--
.../ROOT/pages/cronscheduledroutepolicy.adoc | 46 ++-
docs/user-manual/modules/ROOT/pages/debugger.adoc | 12 +-
.../modules/ROOT/pages/defaulterrorhandler.adoc | 87 ++++-
.../modules/ROOT/pages/delay-interceptor.adoc | 48 ++-
docs/user-manual/modules/ROOT/pages/endpoint.adoc | 22 +-
.../apache/camel/main/stub/StubBeanRepository.java | 7 +
.../deserializers/RouteDefinitionDeserializer.java | 4 +-
.../generated/resources/schema/camelYamlDsl.json | 2 +-
.../org/apache/camel/dsl/yaml/InterceptTest.groovy | 50 ++-
.../apache/camel/dsl/yaml/PipeLoaderTest.groovy | 4 -
.../org/apache/camel/dsl/yaml/RoutesTest.groovy | 2 +-
parent/pom.xml | 2 +-
43 files changed, 1069 insertions(+), 314 deletions(-)
copy .github/workflows/{pr-labeler.yml => pr-commenter.yml} (53%)
delete mode 100644
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/github2.json
delete mode 100644
components/camel-github2/src/generated/resources/META-INF/services/org/apache/camel/other.properties
delete mode 100644
components/camel-github2/src/generated/resources/github2.json
create mode 100644
core/camel-core-engine/src/main/docs/modules/eips/pages/throwException-eip.adoc
copy
core/camel-core/src/test/java/org/apache/camel/processor/aggregator/{SplitAggregateStackOverflowIssueTest.java
=> SplitAggregateSynchronousExecutorStackOverflowIssueTest.java} (88%)
delete mode 120000 docs/components/modules/others/examples/json/github2.json