This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 20a89bc46e5 camel-core - Trigger CamelContextReloadingEvent when context is reloaded. new b26ec68996c Polished dev consoles new e16645b9605 camel-core - Trigger CamelContextReloadFailure when context failed reload. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../aws/secretsmanager/SecretsDevConsole.java | 2 +- .../main/java/org/apache/camel/spi/CamelEvent.java | 8 +++++ .../java/org/apache/camel/spi/EventFactory.java | 10 ++++++ .../impl/engine/DefaultContextReloadStrategy.java | 1 + ...nt.java => CamelContextReloadFailureEvent.java} | 17 +++++++--- .../camel/impl/event/DefaultEventFactory.java | 9 +++++ .../apache/camel/impl/console/EventConsole.java | 33 +++++++++++++++++- .../java/org/apache/camel/support/EventHelper.java | 39 ++++++++++++++++++++++ 8 files changed, 112 insertions(+), 7 deletions(-) copy core/camel-base/src/main/java/org/apache/camel/impl/event/{CamelContextReloadedEvent.java => CamelContextReloadFailureEvent.java} (71%)