Reduce noise on build#275
Merged
Merged
Conversation
geoand
reviewed
Jun 14, 2026
geoand
left a comment
Member
There was a problem hiding this comment.
Thanks!
I just added one question
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <version>${maven-compiler-plugin.version}</version> | ||
| <configuration> | ||
| <proc>none</proc> |
Contributor
Author
There was a problem hiding this comment.
It disables annotation processing on earlier JDKs like 17 it produces "ugly" logging messages.
Member
There was a problem hiding this comment.
What sort of log messages are we talking about?
Contributor
Author
There was a problem hiding this comment.
It's going in this direction. You might remember quarkusio/quarkus#37532. Full log in German looks like that:
[INFO] Die Annotationsverarbeitung ist aktiviert, da mindestens ein Prozessor im
Classpath gefunden wurde. In einem zukünftigen Release von javac kann die Annotationsverarbeitung deaktiviert werden,
es sei denn, mindestens ein Prozessor ist namentlich angegeben (-processor), oder ein Suchpfad
ist angegeben (--processor-path, --processor-module-path), oder die Annotationsverarbeitung
wurde explizit aktiviert (-proc:only, -proc:full).
Verwenden Sie "-Xlint:-options", um diese Meldung zu unterdrücken.
Verwenden Sie "-proc:none", um die Annotationsverarbeitung zu deaktivieren.
geoand
reviewed
Jun 15, 2026
Contributor
Author
|
Hi @aureamunoz, may you please cut a 4.1.0 release from main branch. Thx Benjamin |
Contributor
|
Hi Benjamin, I will asap. |
Contributor
Contributor
Author
|
@aureamunoz Thanks a lot 😀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@geoand : Reduce noise in log files at build time