This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 9afc6ed Website: Camel3 migration guide: fixup JndiRegistry section
new d7faf7c [CAMEL-15002] Add a beforeInitialize method on the
MainListener and deprecate the configure method
new c5e0f68 Fix github actions
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:
.github/workflows/master-pr-build.yml | 2 +-
.github/workflows/master-push-build.yml | 2 +-
...tomixClientClusteredRoutePolicyFactoryMain.java | 5 ++--
.../ConsulClusteredRoutePolicyFactoryMain.java | 5 ++--
.../ZooKeeperClusteredRoutePolicyFactoryMain.java | 5 ++--
.../zookeeper/cluster/ZooKeeperMasterMain.java | 5 ++--
.../org/apache/camel/main/BaseMainSupport.java | 5 ++++
.../java/org/apache/camel/main/MainListener.java | 16 ++++++++++-
.../org/apache/camel/main/MainListenerSupport.java | 11 ++++++++
.../java/org/apache/camel/main/MainSupport.java | 1 +
.../org/apache/camel/main/MainListenerTest.java | 32 ++++++++++++++++++++++
.../java/org/apache/camel/main/MainVetoTest.java | 4 +--
.../modules/ROOT/pages/camel-3x-upgrade-guide.adoc | 2 ++
13 files changed, 82 insertions(+), 13 deletions(-)