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 1dd31f04459 (chores) camel-cassandra: prevent a few potential NPEs new e91b40ae96e CAMEL-19223: camel-core - StreamCache to have position method new e3719648b60 camel-jbang - Trace to show read position of stream cache body The 2 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/StreamCache.java | 7 +++++ .../stream/ByteArrayInputStreamCacheTest.java | 13 ++++++-- .../org/apache/camel/util/MessageHelperTest.java | 5 ++++ .../stream/ByteArrayInputStreamCache.java | 7 +++++ .../converter/stream/FileInputStreamCache.java | 5 ++++ .../camel/converter/stream/InputStreamCache.java | 4 +++ .../apache/camel/converter/stream/ReaderCache.java | 5 ++++ .../org/apache/camel/support/MessageHelper.java | 19 ++++++++++-- .../org/apache/camel/util/xml/SourceCache.java | 5 ++++ .../apache/camel/util/xml/StreamSourceCache.java | 4 +++ .../core/commands/action/CamelTraceAction.java | 35 ++++++++++++++++++++-- 11 files changed, 102 insertions(+), 7 deletions(-)