This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 4828bc23d4d chore: Included githubactions in the dependabot config
new f0d22792803 camel-infinispan-common: Replace redundant dependency on
infinispan-core with infinispan-commons
new e4ee53a0a74 CAMEL-18045: Remove redundant
infinispan-marshaller-protostuff dependency
new 7fe73207fbb CAMEL-18044: Switch from deprecated JBossUserMarshaller to
JavaSerializationMarshaller
The 3 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:
camel-dependencies/pom.xml | 2 +-
.../camel-infinispan-common/pom.xml | 2 +-
.../InfinispanIdempotentRepositoryTestSupport.java | 4 +-
.../camel-infinispan/camel-infinispan/pom.xml | 12 ++---
.../InfinispanRemoteAggregationRepository.java | 15 ++----
.../DefaultExchangeHolderInitializer.java | 29 ++++--------
.../DefaultExchangeHolderProtoAdapter.java | 40 +++++++---------
.../protostream/DefaultExchangeHolderUtils.java | 54 ++++++++++++++++++++++
parent/pom.xml | 2 +-
9 files changed, 90 insertions(+), 70 deletions(-)
copy
core/camel-core-model/src/main/java/org/apache/camel/model/AdviceWithDefinition.java
=>
components/camel-infinispan/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/remote/protostream/DefaultExchangeHolderInitializer.java
(59%)
copy
core/camel-api/src/main/java/org/apache/camel/spi/CamelBeanPostProcessorInjector.java
=>
components/camel-infinispan/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/remote/protostream/DefaultExchangeHolderProtoAdapter.java
(51%)
create mode 100644
components/camel-infinispan/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/remote/protostream/DefaultExchangeHolderUtils.java