This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch
fix-camel-24227-add-volatile-to-jmx-writable-fiel
in repository https://gitbox.apache.org/repos/asf/camel.git
from d167dea01087 Merge branch 'main' into
fix-camel-24227-add-volatile-to-jmx-writable-fiel
add d999aab0c959 CAMEL-24227: Address review feedback — complete volatile
sweep and add test
No new revisions were added by this update.
Summary of changes:
.../impl/engine/DefaultStreamCachingStrategy.java | 2 +-
.../processor/BaseDelegateProcessorSupport.java | 2 +-
.../org/apache/camel/processor/WrapProcessor.java | 2 +-
.../management/BacklogTracerFilterClearTest.java | 116 +++++++++++++++++++++
.../camel/support/ScheduledPollConsumer.java | 6 +-
5 files changed, 122 insertions(+), 6 deletions(-)
create mode 100644
core/camel-management/src/test/java/org/apache/camel/management/BacklogTracerFilterClearTest.java