This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
from 20a89bc46e5 camel-core - Trigger CamelContextReloadingEvent when
context is reloaded.
add b26ec68996c Polished dev consoles
add e16645b9605 camel-core - Trigger CamelContextReloadFailure when
context failed reload.
No new revisions were added by this update.
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%)