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 1d7c13e07eb7 chore(deps): Bump com.dropbox.core:dropbox-core-sdk from
7.1.0 to 7.1.1
add 2cfd21541c5c Fix ConcurrentModificationException in TUI MemoryTab
sparkline rendering
new 705b5c7384ff Merge pull request #24349 from
gnodet/fix/tui-concurrent-modification
The 1 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:
.../jbang/core/commands/tui/MetricsCollector.java | 58 +++----
.../tui/MetricsCollectorConcurrencyTest.java | 178 +++++++++++++++++++++
2 files changed, 201 insertions(+), 35 deletions(-)
create mode 100644
dsl/camel-jbang/camel-jbang-plugin-tui/src/test/java/org/apache/camel/dsl/jbang/core/commands/tui/MetricsCollectorConcurrencyTest.java