Modernize build, fix warnings, add eclipseFactoryPath#6
Merged
Conversation
- Add eclipseFactoryPath Gradle task to generate .factorypath for Eclipse annotation processing - Fix 16 errorprone PatternMatchingInstanceof warnings using Java 16+ pattern-matching instanceof - Fix 1 errorprone RedundantControlFlow warning by removing redundant continue statement - Add 32 javadoc comments: package-level, enum constants, and 21 public methods - Create gradle/libs.versions.toml version catalog centralizing dependency versions - Replace hardcoded plugin versions with version catalog references using alias() - Apply Log4j and JUnit BOMs to manage transitive dependency versions - Add Java toolchain declaration to replace per-task sourceCompatibility/targetCompatibility - Replace Ant-based readme task with native Groovy String.replaceAll() - Replace macro/task-name-rewriting system with proper Gradle lifecycle tasks - Remove configuration cache incompatibilities These changes improve code quality, maintainability, and build performance while remaining fully backward compatible. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- actions/checkout v4 -> v6 - actions/setup-java v4 -> v5 - gradle/actions/setup-gradle v4 -> v5 - Add explicit permissions block for least-privilege Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
eclipseFactoryPathGradle task to generate.factorypathfor Eclipse annotation processingChanges
All changes maintain backward compatibility and improve code quality, maintainability, and build performance.
🤖 Generated with Claude Code