This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git
from 94341e41899 Bump aws-java-sdk2-version from 2.23.5 to 2.23.6 (#12834) add 6fd8161edae Bump groovy-version from 4.0.17 to 4.0.18 (#12835) add 10e0443df6a CAMEL-20346: Comparison with type converters and stream caching should ensure the stream cache is reset so its re-readable afterwards. The contains function should also support file and stream cached input types (#12833) No new revisions were added by this update. Summary of changes: .../camel/processor/StreamCachingChoiceTest.java | 68 +++++++++++++++++++++ .../StreamCachingChoiceWithVariableTest.java | 69 ++++++++++++++++++++++ .../camel/processor/ThrottlerMethodCallTest.java | 2 +- .../org/apache/camel/util/ObjectHelperTest.java | 50 ++++++++++++++++ .../test/resources/org/apache/camel/util/foo.txt | 1 + .../test/resources/org/apache/camel/util/quote.txt | 2 + .../org/apache/camel/support/ObjectHelper.java | 57 ++++++++++++++---- pom.xml | 2 +- 8 files changed, 238 insertions(+), 13 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/StreamCachingChoiceTest.java create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/StreamCachingChoiceWithVariableTest.java create mode 100644 core/camel-core/src/test/resources/org/apache/camel/util/foo.txt create mode 100644 core/camel-core/src/test/resources/org/apache/camel/util/quote.txt