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 17fa7056b88 Fix multicast iterator to be lazy again (#14169)
add 84838b5e1a5 Make model field final in DefaultCamelContext, deprecate
the disposeModel method which was used with the lightweight mode
add f8f4ebcfa9d Fix wrong synchronization pattern
add 11427c11b9b Do not synchronize on non final fields
add 86de8cb2620 Remove unwanted warning for regex
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/camel/ExtendedCamelContext.java | 3 +++
.../apache/camel/impl/engine/AbstractCamelContext.java | 1 +
.../camel/impl/engine/DefaultCamelContextExtension.java | 1 -
.../java/org/apache/camel/impl/DefaultCamelContext.java | 8 +-------
.../camel/support/component/AbstractApiEndpoint.java | 13 +++++++------
.../processor/idempotent/FileIdempotentRepository.java | 15 ++++++++-------
.../processor/idempotent/MemoryIdempotentRepository.java | 9 +++++----
.../support/processor/state/FileStateRepository.java | 10 ++++++----
.../src/main/java/org/apache/camel/util/URISupport.java | 1 +
9 files changed, 32 insertions(+), 29 deletions(-)