SammyVimes commented on code in PR #782:
URL: https://github.com/apache/ignite-3/pull/782#discussion_r851985159
##########
modules/raft/pom.xml:
##########
@@ -189,6 +158,20 @@
<version>${jmh.framework.version}</version>
</dependency>
</dependencies>
+ <configuration>
+ <annotationProcessorPaths>
+ <path>
+ <groupId>org.apache.ignite</groupId>
+
<artifactId>ignite-network-annotation-processor</artifactId>
+ <version>${project.version}</version>
+ </path>
+ <path>
+ <groupId>org.openjdk.jmh</groupId>
+ <artifactId>jmh-generator-annprocess</artifactId>
Review Comment:
IDEA doesn't know about different executions, so it doesn't execute
annotation processor at all for raft module. It's also inconsistent with other
modules, which use jmh.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]