Skip to content

Reduce noise on build#275

Merged
geoand merged 1 commit into
snowdrop:mainfrom
graben:cleanup
Jun 15, 2026
Merged

Reduce noise on build#275
geoand merged 1 commit into
snowdrop:mainfrom
graben:cleanup

Conversation

@graben

@graben graben commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

@geoand : Reduce noise in log files at build time

@geoand geoand left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

I just added one question

Comment thread pom.xml
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<proc>none</proc>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It disables annotation processing on earlier JDKs like 17 it produces "ugly" logging messages.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What sort of log messages are we talking about?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread pom.xml

@geoand geoand left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@geoand geoand merged commit efbd8af into snowdrop:main Jun 15, 2026
3 checks passed
@graben graben deleted the cleanup branch June 15, 2026 05:59
@graben

graben commented Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Hi @aureamunoz,

may you please cut a 4.1.0 release from main branch.

Thx Benjamin

@aureamunoz

Copy link
Copy Markdown
Contributor

Hi Benjamin, I will asap.

@aureamunoz

Copy link
Copy Markdown
Contributor

Done https://repo.maven.apache.org/maven2/dev/snowdrop/narayana-spring-boot-parent/4.1.0/

@graben

graben commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

@aureamunoz Thanks a lot 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants