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 565e95a CAMEL-16661: Fixed camel-spring may create multiple
SpringCamelContext instance during spring startup due to many
ContextRefreshedEvents triggered. Ensure the constructor is simple and move
creating the event component to build phase.
add b70a0b5 CAMEL-16682: Fixed potential ConcurrentModificationException
in camel-mock when asserting endpoints.
add 270bee0 Upgrade Kubernetes Client and model to version 5.4.1
add 41a7d2b Camel-Kubernetes: Aligned to 5.4.1
add ddb30b4 Camel-Kubernetes: Aligned to 5.4.1
add ad4157a Sync deps
No new revisions were added by this update.
Summary of changes:
camel-dependencies/pom.xml | 4 ++--
.../kubernetes/job/KubernetesJobProducer.java | 8 +++----
.../producer/KubernetesJobProducerTest.java | 6 ++---
.../main/java/org/apache/camel/CamelContext.java | 3 ++-
.../org/apache/camel/spi/EndpointRegistry.java | 6 +++++
.../camel/impl/engine/AbstractCamelContext.java | 2 +-
.../camel/impl/engine/AbstractDynamicRegistry.java | 27 +++++++++++++++++++++
.../impl/engine/ProvisionalEndpointRegistry.java | 28 ++++++++++++++++++++++
parent/pom.xml | 4 ++--
9 files changed, 75 insertions(+), 13 deletions(-)