The Maven build produces several warnings that threaten build stability:
JaCoCo 0.8.11 incompatible with JDK 25 — Unsupported class file major version 69 errors during instrumentation. Upgrade to 0.8.13+.
slf4j-api and logback-classic use deprecated RELEASE version — Pin to fixed versions for reproducible builds.
maven-compiler-plugin missing <version> tag — Add explicit version.
These are non-blocking warnings but future Maven versions may reject the build.
The Maven build produces several warnings that threaten build stability:
1. **JaCoCo 0.8.11 incompatible with JDK 25** — `Unsupported class file major version 69` errors during instrumentation. Upgrade to 0.8.13+.
2. **slf4j-api and logback-classic use deprecated `RELEASE` version** — Pin to fixed versions for reproducible builds.
3. **maven-compiler-plugin missing `<version>` tag** — Add explicit version.
These are non-blocking warnings but future Maven versions may reject the build.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The Maven build produces several warnings that threaten build stability:
Unsupported class file major version 69errors during instrumentation. Upgrade to 0.8.13+.RELEASEversion — Pin to fixed versions for reproducible builds.<version>tag — Add explicit version.These are non-blocking warnings but future Maven versions may reject the build.