Releases: ascopes/java-compiler-testing
v6.0.0
What's Changed
- Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.25.1 by @dependabot[bot] in #822
- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.9.0 to 3.9.1 by @dependabot[bot] in #823
- Bump org.junit:junit-bom from 5.13.1 to 5.13.2 by @dependabot[bot] in #824
- Bump com.puppycrawl.tools:checkstyle from 10.25.1 to 10.26.1 by @dependabot[bot] in #825
- Bump org.junit:junit-bom from 5.13.2 to 5.13.3 by @dependabot[bot] in #826
- Update maven-wrapper.properties to use Maven 3.9.11 by @ascopes in #827
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 by @dependabot[bot] in #821
- Bump org.junit:junit-bom from 5.13.3 to 5.13.4 by @dependabot[bot] in #828
- Bump com.puppycrawl.tools:checkstyle from 10.26.1 to 11.0.0 by @dependabot[bot] in #829
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in #832
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #830
- Bump org.mockito:mockito-bom from 5.18.0 to 5.19.0 by @dependabot[bot] in #831
- Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #833
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #834
- Bump com.puppycrawl.tools:checkstyle from 11.0.0 to 11.0.1 by @dependabot[bot] in #835
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #836
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #837
- Build on Java 25 by @ascopes in #838
- Use v5 codecov action by @ascopes in #839
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #842
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #841
- Bump org.mockito:mockito-bom from 5.19.0 to 5.20.0 by @dependabot[bot] in #840
- Bump com.puppycrawl.tools:checkstyle from 11.0.1 to 11.1.0 by @dependabot[bot] in #843
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 by @dependabot[bot] in #844
- GH-846: Migrate to Junit6 by @ascopes in #847
- Use strict compiler linting settings by @ascopes in #848
Full Changelog: v5.0.4...v6.0.0
v5.0.4
What's Changed
- Bump com.puppycrawl.tools:checkstyle from 10.24.0 to 10.25.0 by @dependabot in #812
- Upgrade to and support JUnit 5.13.x by @ascopes in #817
- Update maven-wrapper.properties to use Maven 3.9.10 by @ascopes in #816
Full Changelog: v5.0.3...v5.0.4
v4.1.1
v5.0.3
What's Changed
- Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 by @dependabot in #807
- Bump advanced-security/maven-dependency-submission-action from 4 to 5 by @dependabot in #810
- Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.24.0 by @dependabot in #809
- Bump org.mockito:mockito-bom from 5.17.0 to 5.18.0 by @dependabot in #808
- Remove spurious dependency on java.desktop in module-info.java by @ascopes in #811
Full Changelog: v5.0.2...v5.0.3
v4.1.0
This release incorporates required build changes from the v5.0.3-SNAPSHOT codebase on the main branch to support the new Maven Central
release process, as well as bumping dependencies to the appropriate Java 11-comaptible latest versions.
The plan is to provide continued support for Java 11 users via the v4.x line of releases for the forseeable future until such a time that Java 11 is no longer supported by the main distributors of OpenJDK.
If you are only using Java 17 or newer to build your projects, consider switching to the v5.x line of releases instead.
Full Changelog: v4.0.3...v4.1.0
v5.0.2
What's Changed
Full Changelog: v5.0.1...v5.0.2
v5.0.1
What's Changed
- Bump org.junit:junit-bom from 5.12.0 to 5.12.1 by @dependabot in #793
- Bump org.mockito:mockito-bom from 5.16.0 to 5.16.1 by @dependabot in #794
- Bump com.mycila:license-maven-plugin from 4.6 to 5.0.0 by @dependabot in #795
- Use edge Lombok for JDK24 support by @ascopes in #796
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3 by @dependabot in #797
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot in #798
- Bump com.puppycrawl.tools:checkstyle from 10.21.4 to 10.22.0 by @dependabot in #799
- Bump com.puppycrawl.tools:checkstyle from 10.22.0 to 10.23.0 by @dependabot in #800
- Bump org.mockito:mockito-bom from 5.16.1 to 5.17.0 by @dependabot in #802
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot in #801
- Bump org.junit:junit-bom from 5.12.1 to 5.12.2 by @dependabot in #803
- Replace Nexus staging scripts with the Nexus staging plugin by @ascopes in #804
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
- Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 by @dependabot in #780
- Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 by @dependabot in #782
- Defer coverage reports to the end of the CI pipeline by @ascopes in #781
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot in #784
- Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 by @dependabot in #783
- Bump org.junit:junit-bom from 5.11.4 to 5.12.0 by @dependabot in #785
- Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.3 by @dependabot in #786
- Bump slf4j.version from 2.0.16 to 2.0.17 by @dependabot in #788
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 by @dependabot in #787
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 by @dependabot in #789
- v5.0.0 API changes and features by @ascopes in #776
- Bump org.mockito:mockito-bom from 5.15.2 to 5.16.0 by @dependabot in #792
- Bump com.puppycrawl.tools:checkstyle from 10.21.3 to 10.21.4 by @dependabot in #791
Full Changelog: v4.0.3...v5.0.0
v4.0.3
What's Changed
- Remove JPMS from unit tests as a simplification by @ascopes in #763
- Remove EOL Java versions from build pipeline by @ascopes in #764
- Add GA/EA versions to build pipeline by @SentryMan in #765
- Fix GA/EA action by @SentryMan in #766
- Bump org.junit:junit-bom from 5.11.3 to 5.11.4 by @dependabot in #767
- Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.0 by @dependabot in #768
- Configure builds for JDK EA by @ascopes in #769
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 by @dependabot in #771
- Update integration tests by @ascopes in #772
- Bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1 by @dependabot in #777
- Update license headers to 2025 by @ascopes in #775
- Bump org.assertj:assertj-core from 3.27.0 to 3.27.2 by @dependabot in #778
- Bump org.mockito:mockito-bom from 5.14.2 to 5.15.2 by @dependabot in #779
New Contributors
- @SentryMan made their first contribution in #765
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- Bump org.junit:junit-bom from 5.11.1 to 5.11.2 by @dependabot in #748
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #747
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #746
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 by @dependabot in #745
- Bump org.junit:junit-bom from 5.11.2 to 5.11.3 by @dependabot in #749
- Bump org.mockito:mockito-bom from 5.14.1 to 5.14.2 by @dependabot in #750
- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.8.1 by @dependabot in #751
- Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0 by @dependabot in #752
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 by @dependabot in #753
- Bump com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0 by @dependabot in #757
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2 by @dependabot in #756
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #755
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #754
- Bump com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1 by @dependabot in #758
- Bump me.fabriciorby:maven-surefire-junit5-tree-reporter from 1.3.0 to 1.4.0 by @dependabot in #759
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #760
- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.1 to 3.9.0 by @dependabot in #762
- Bump com.puppycrawl.tools:checkstyle from 10.20.1 to 10.20.2 by @dependabot in #761
Full Changelog: v4.0.1...v4.0.2