We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02aab3 commit 074b974Copy full SHA for 074b974
pom.xml
@@ -474,7 +474,9 @@
474
<artifactId>maven-compiler-plugin</artifactId>
475
<configuration>
476
<compilerArgs>
477
- <arg>-Aorg.jboss.logging.tools.addGeneratedAnnotation=false</arg>
+ <!-- Needed since Java 23 to enable annotation processors (JBoss Logging) -->
478
+ <!-- 'full' means that annotation processing happens alongside source code compilation -->
479
+ <arg>-proc:full</arg>
480
</compilerArgs>
481
</configuration>
482
</plugin>
0 commit comments