James Netherton created CAMEL-18044:
---------------------------------------
Summary: camel-infinispan: Avoid usage of JBossUserMarshaller in
InfinispanRemoteAggregationRepository
Key: CAMEL-18044
URL: https://issues.apache.org/jira/browse/CAMEL-18044
Project: Camel
Issue Type: Improvement
Components: camel-infinispan
Reporter: James Netherton
Fix For: 3.18.0
Dependency infinispan-jboss-marshalling and therefore usage of
JBossUserMarshaller is deprecated for removal in Infinispan 14, so we should
look to see if there are better alternatives.
Probably the simplest replacement would be to use JavaSerializationMarshaller.
But as per the comment linked to below, it should perhaps be considered whether
Java serialization is the correct approach.
https://github.com/apache/camel/blob/main/components/camel-infinispan/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/remote/InfinispanRemoteAggregationRepository.java#L57-L77
--
This message was sent by Atlassian Jira
(v8.20.7#820007)