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

davsclaus pushed a change to branch worktree-more-tui-2
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard efadd8e22982 camel-jbang - Enhance TUI circuit breaker and processor 
panels
 discard c22c6f144b86 camel-jbang - Add live circuit breaker chart to TUI with 
failure rate bar, throughput sparkline, and metrics
 discard a117ec8433c1 camel-jbang - Fix badge indices for HTTP and circuit 
breaker tabs in TUI
 discard 45c9ff33120f camel-jbang - Add circuit breaker state machine diagram 
to TUI
 discard 1b9149e4542e camel-jbang - Right-align ELAPSED and STEPS columns in 
TUI trace tables
 discard edcbd8335dda camel-core - Mark synthetic backlog tracer events as done 
so elapsed does not keep growing
 discard 3d66db215ca3 camel-jbang - Unescape JSON values in TUI inspect tab to 
avoid rendering garbage characters
     add a1f57e60041b Fix main branch by reverting requirements on message for 
log to not be null
     add 907dc0cb3bef Fix main branch ResumeStrategyConfiguration - revert 
requirements for non null resume cache
     add 08df8bdc7bba CAMEL-23528: document camel-neo4j property name 
validation in the 4.14 upgrade guide (#23324)
     add 4b45e4bf0d9f CAMEL-23532: docs - sync camel-vertx-websocket / 
camel-atmosphere-websocket / camel-iggy 4.18 upgrade-guide entry to main 
(#23315)
     add 114be4a0d2ff chore(deps): Bump aws-java-sdk2-version from 2.44.6 to 
2.44.8
     add 4166cfad86d1 CAMEL-23499 - Disable again several FileToFtps* tests
     add 060f16e091b5 CAMEL-23535: camel-api - enhance class-level javadoc for 
messaging core types (#23330)
     add 70ae21b6f516 chore: add --enable-native-access=ALL-UNNAMED to 
CamelJBang launcher
     add 28a23f375f12 TUI and REST metrics improvements (#23329)
     add 8d49aff58b35 camel-jbang - Unescape JSON values in TUI inspect tab to 
avoid rendering garbage characters
     add c2e9680e2a0a camel-core - Mark synthetic backlog tracer events as done 
so elapsed does not keep growing
     add 3ccde3eac9ac camel-jbang - Right-align ELAPSED and STEPS columns in 
TUI trace tables
     add 85f43308ca9e camel-jbang - Add circuit breaker state machine diagram 
to TUI
     add 4c60282c3c9d camel-jbang - Add live circuit breaker chart to TUI with 
failure rate bar, throughput sparkline, and metrics
     add 905d318eeee0 camel-jbang - Enhance TUI circuit breaker and processor 
panels

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (efadd8e22982)
            \
             N -- N -- N   refs/heads/worktree-more-tui-2 (905d318eeee0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ...SSLWithClientAuthAndSSLContextParametersIT.java |  2 +
 ...tClientAuthAndGlobalSSLContextParametersIT.java |  2 +
 .../FileToFtpsExplicitSSLWithoutClientAuthIT.java  |  2 +
 .../FileToFtpsImplicitSSLWithClientAuthIT.java     |  2 +
 ...WithoutClientAuthAndSSLContextParametersIT.java |  2 +
 ...FtpsWithCustomKeyAndTrustStorePropertiesIT.java |  2 +
 ...FileToFtpsWithCustomTrustStorePropertiesIT.java |  2 +
 .../FileToFtpsWithFtpClientConfigRefIT.java        |  2 +
 .../rest/openapi/RestOpenApiProcessor.java         |  6 ++
 .../camel/component/rest/DefaultRestRegistry.java  | 97 +++++++++++++++++++---
 .../src/main/java/org/apache/camel/Exchange.java   |  5 ++
 .../java/org/apache/camel/ExchangeExtension.java   | 17 ++--
 .../java/org/apache/camel/ExchangePattern.java     | 11 ++-
 .../java/org/apache/camel/ExchangePropertyKey.java |  7 +-
 .../org/apache/camel/InvalidPayloadException.java  |  8 +-
 .../camel/InvalidPayloadRuntimeException.java      |  9 +-
 .../src/main/java/org/apache/camel/Message.java    |  3 +
 .../main/java/org/apache/camel/MessageHistory.java | 10 ++-
 .../org/apache/camel/NoSuchHeaderException.java    |  7 +-
 .../camel/NoSuchHeaderOrPropertyException.java     |  8 ++
 .../org/apache/camel/NoSuchPropertyException.java  |  6 +-
 .../camel/NoTypeConversionAvailableException.java  |  8 +-
 .../apache/camel/RollbackExchangeException.java    |  9 +-
 .../org/apache/camel/RuntimeExchangeException.java |  8 +-
 .../main/java/org/apache/camel/StreamCache.java    |  2 +
 .../org/apache/camel/TypeConversionException.java  |  7 +-
 .../java/org/apache/camel/ValidationException.java |  8 +-
 .../main/java/org/apache/camel/WrappedFile.java    | 10 ++-
 .../camel/resume/ResumeStrategyConfiguration.java  |  4 +-
 .../java/org/apache/camel/spi/CamelLogger.java     | 27 ++----
 .../java/org/apache/camel/spi/RestRegistry.java    | 17 ++++
 .../engine/DefaultRuntimeEndpointRegistry.java     | 27 ++++++
 .../apache/camel/impl/console/RestDevConsole.java  |  4 +
 .../ROOT/pages/camel-4x-upgrade-guide-4_14.adoc    | 10 +++
 .../ROOT/pages/camel-4x-upgrade-guide-4_18.adoc    | 29 +++++++
 .../camel-jbang-main/dist/CamelJBang.java          |  1 +
 .../src/main/jbang/main/CamelJBang.java            |  1 +
 .../dsl/jbang/core/commands/tui/CamelMonitor.java  | 42 ++++++----
 parent/pom.xml                                     |  2 +-
 39 files changed, 356 insertions(+), 70 deletions(-)

Reply via email to