John Poth created CAMEL-22137:
---------------------------------
Summary: camel-infinispan not building
Key: CAMEL-22137
URL: https://issues.apache.org/jira/browse/CAMEL-22137
Project: Camel
Issue Type: Bug
Components: camel-infinispan
Reporter: John Poth
camel-infinispan seems to not be building:
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (default-compile)
on project camel-infinispan: Compilation failure: Compilation failure:
[ERROR]
/home/jpoth/dev/git/apache/camel/components/camel-infinispan/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/remote/InfinispanRemoteAggregationRepository.java:[22,64]
cannot find symbol
[ERROR] symbol: class DefaultExchangeHolderContextInitializer
[ERROR] location: package
org.apache.camel.component.infinispan.remote.protostream
[ERROR]
/home/jpoth/dev/git/apache/camel/components/camel-infinispan/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/remote/InfinispanRemoteAggregationRepository.java:[83,56]
cannot find symbol
[ERROR] symbol: class DefaultExchangeHolderContextInitializer
[ERROR] location: class
org.apache.camel.component.infinispan.remote.InfinispanRemoteAggregationRepository
[ERROR]
/home/jpoth/dev/git/apache/camel/components/camel-infinispan/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/remote/InfinispanRemoteAggregationRepository.java:[89,56]
cannot find symbol
[ERROR] symbol: class DefaultExchangeHolderContextInitializer
[ERROR] location: class
org.apache.camel.component.infinispan.remote.InfinispanRemoteAggregationRepository
[ERROR] -> [Help 1]
{code}
It seems the infinispan annotation processor needs to be added to the compiler
plugin
--
This message was sent by Atlassian Jira
(v8.20.10#820010)