You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling the Helidon 4 MP quickstart application (and the Helidon project itself) you see the following message:
Annotation processing is enabled because one or more processors were found
on the class path. A future release of javac may disable annotation processing
unless at least one processor is specified by name (-processor), or a search
path is specified (--processor-path, --processor-module-path), or annotation
processing is enabled explicitly (-proc:only, -proc:full).
Use -Xlint:-options to suppress this message.
Use -proc:none to disable annotation processing.
Environment Details
Problem Description
When compiling the Helidon 4 MP quickstart application (and the Helidon project itself) you see the following message:
This is due to a change in Java 21. See:
We should explicitly configure javac to eliminate this message.
The text was updated successfully, but these errors were encountered: