This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24863
in repository https://gitbox.apache.org/repos/asf/camel.git
from 8af514294e92 CAMEL-24863: Address review feedback: markHandled() on
BacklogErrorEventMessage instead of a cast to the registry's entry class
add 3989606f99b0 CAMEL-24854: the validator reports an include/exclude
regex with a doubled backslash, which matches no file
add 100afa698552 CAMEL-24856: the properties validator reports a nested
segment under an option group, which fails at startup
add 04cfe8066ea3 CAMEL-24860: a failed route reload restores the routes
that ran before, instead of leaving the application without routes
add d0f1bf976ac8 Merge remote-tracking branch 'origin/main' into
fix/CAMEL-24863
No new revisions were added by this update.
Summary of changes:
.../camel/support/RouteWatcherReloadStrategy.java | 43 ++++++++
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 8 ++
.../dsl/jbang/core/commands/ai/EndpointChecks.java | 16 +++
.../jbang/core/commands/ai/PropertiesChecks.java | 57 ++++++++++
.../dsl/jbang/core/commands/ai/YamlLines.java | 17 ++-
.../commands/ai/SourceValidatorEndpointTest.java | 31 ++++++
.../commands/ai/SourceValidatorPropertiesTest.java | 19 ++++
.../camel/dsl/yaml/RouteReloadRollbackTest.groovy | 115 +++++++++++++++++++++
8 files changed, 305 insertions(+), 1 deletion(-)
create mode 100644
dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/RouteReloadRollbackTest.groovy