[
https://issues.apache.org/jira/browse/CAMEL-18132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karen Lease resolved CAMEL-18132.
---------------------------------
Resolution: Fixed
Minor changes to several examples to make them work with 3.17 and 3.18-SNAPSHOT
(kamelet-main).
> Some camel-examples fail with 3.17.0
> ------------------------------------
>
> Key: CAMEL-18132
> URL: https://issues.apache.org/jira/browse/CAMEL-18132
> Project: Camel
> Issue Type: Task
> Components: examples
> Affects Versions: 3.17.0
> Reporter: Karen Lease
> Assignee: Karen Lease
> Priority: Minor
> Fix For: 3.18.0
>
>
> With Came 3.17.0 the following test cases in camel-examples fail consistently:
> * Camel :: Example :: ActiveMQ Artemis :: Large messages
> * Camel :: Example :: Resume API :: Common
> * Camel :: Example :: Spring :: Pulsar
> * Camel :: Example :: Transformer :: Demo
> Resume-API had an incorrect package for Resumables: Fixed
> Spring-Pulsar fails to use the custom type converter from byte array to int.
> This appears to be a regression caused by CAMEL-18104. (commit
> f9346ac691e1b58b4bb858deb0a2eb48986141f7).
> Artemis test fails with an OutOfMemory error at
> org.apache.camel.converter.stream.CachedOutputStream.write.
> Transformer-demo failure is related to stream caching on the response body in
> combination with validation. The validator reads the stream and doesn't reset
> it. The validator does make a copy of the Message but it doesn't copy the
> InputStreamCache so it's modified.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)