This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 17fa7056b88 Fix multicast iterator to be lazy again (#14169)
new 84838b5e1a5 Make model field final in DefaultCamelContext, deprecate
the disposeModel method which was used with the lightweight mode
new f8f4ebcfa9d Fix wrong synchronization pattern
new 11427c11b9b Do not synchronize on non final fields
new 86de8cb2620 Remove unwanted warning for regex
The 4 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:
.../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(-)