What
Upgrade the project Java version to 25. As a minimum, update all modules that use Lombok so they include Lombok as an annotation processor; ensure all build scripts and configurations are compatible with Java 25.
Why
Java 25 introduces new language features and performance improvements. Ensuring Lombok works as an annotation processor is essential for compatibility, code quality, and maintaining build reliability across modules using Lombok.
Notes
Consider reviewing build tools and CI configuration to ensure they support Java 25.
Verify annotation processor settings for all modules using Lombok.
There may be additional dependency or plugin updates required related to the Java version upgrade.
What
Upgrade the project Java version to 25. As a minimum, update all modules that use Lombok so they include Lombok as an annotation processor; ensure all build scripts and configurations are compatible with Java 25.
Why
Java 25 introduces new language features and performance improvements. Ensuring Lombok works as an annotation processor is essential for compatibility, code quality, and maintaining build reliability across modules using Lombok.
Notes
Consider reviewing build tools and CI configuration to ensure they support Java 25.
Verify annotation processor settings for all modules using Lombok.
There may be additional dependency or plugin updates required related to the Java version upgrade.