10.6.0
This minor release contains several small changes to the build pipeline.
Most notably it bans wildcard imports from source code, which will require expanding those imports before upgrading logging-parent
.
Added
- Add JSpecify to dependency management. (#88)
- Add enforcer rule to ban wildcard imports. All imports must be expanded to provide better comparison of branches. (#63)
Changed
- Merge Dependabot PRs instead of closing them. (#82)
- Disable
-jpms-multi-release
BND option. (#93) - Clean up residual
module-info.class
before compilation. (#90)