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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1cb7c699fd Configure Protostream annotation processor for 
maven-compiler-plugin in infnispan-common test module
1cb7c699fd is described below

commit 1cb7c699fd73da61f16abfe364c03c71b673f8e9
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 ff327ce844..ed3e7a58de 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