This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch 3.27.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 08efcb33688fe9ba70278846d792e441318a8d79
Author: James Netherton <[email protected]>
AuthorDate: Thu Oct 30 14:14:57 2025 +0000

    Configure Protostream annotation processor for maven-compiler-plugin in 
infnispan-common test module
    
    Fixes #7893
---
 integration-tests/infinispan-common/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/integration-tests/infinispan-common/pom.xml 
b/integration-tests/infinispan-common/pom.xml
index f72a964ba0..6e5c549a56 100644
--- a/integration-tests/infinispan-common/pom.xml
+++ b/integration-tests/infinispan-common/pom.xml
@@ -87,6 +87,18 @@
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <annotationProcessorPaths>
+                        <path>
+                            <groupId>org.infinispan.protostream</groupId>
+                            <artifactId>protostream-processor</artifactId>
+                        </path>
+                    </annotationProcessorPaths>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>io.smallrye</groupId>
                 <artifactId>jandex-maven-plugin</artifactId>

Reply via email to