This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from fd2adec0294a CAMEL-23892: Fix flaky camel-sql JDBC aggregate tests by 
replacing Thread.sleep with Awaitility (#24391)
     new 8627338fde57 CAMEL-23831: Detect integration reload and show 
notification in camel-tui
     new 757428f59007 CAMEL-23831: Unify notifications through WaveText effect 
in camel-tui
     new 85feda501e3c CAMEL-23831: Fix flaky render tests by resetting Theme 
state in setUp

The 3 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:
 .../dsl/jbang/core/commands/tui/ActionsPopup.java  | 46 +++++-----------
 .../dsl/jbang/core/commands/tui/CamelMonitor.java  | 63 +++++++++++++++++-----
 .../core/commands/tui/DataRefreshService.java      | 21 ++++++++
 .../commands/tui/CircuitBreakerTabRenderTest.java  |  1 +
 .../commands/tui/ConfigurationTabRenderTest.java   |  1 +
 .../core/commands/tui/ConsumersTabRenderTest.java  |  1 +
 .../core/commands/tui/DataSourceTabRenderTest.java |  1 +
 .../core/commands/tui/EndpointsTabRenderTest.java  |  1 +
 .../core/commands/tui/ErrorsTabRenderTest.java     |  1 +
 .../core/commands/tui/HistoryTabRenderTest.java    |  1 +
 .../jbang/core/commands/tui/HttpTabRenderTest.java |  1 +
 .../core/commands/tui/InflightTabRenderTest.java   |  1 +
 .../core/commands/tui/MetricsTabRenderTest.java    |  1 +
 .../core/commands/tui/OverviewTabRenderTest.java   |  2 +
 .../core/commands/tui/RoutesTabRenderTest.java     |  1 +
 .../core/commands/tui/SpansTabRenderTest.java      |  1 +
 .../core/commands/tui/SqlTraceTabRenderTest.java   |  1 +
 17 files changed, 99 insertions(+), 46 deletions(-)

Reply via email to