Releases: GoogleCloudPlatform/java-repo-tools
Releases · GoogleCloudPlatform/java-repo-tools
Release v1.0.17
- require -P lint
Lets not burden customers with our development rules.- Move Checkstyle, ErrorProne, PMD, and SpotBugs to only run w/ -P lint
- Update the Readme
- spotbugs-annotations 4.0.2
Release v1.0.16
Add a few SpotBugs exclusions:
RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
- existing - codegen bugUPM_UNCALLED_PRIVATE_METHOD
- probably SpotBug issueNP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
- likely SpotBug issueCLI_CONSTANT_LIST_INDEX
- style issue particular to our samplesOBL_UNSATISFIED_OBLIGATION
- issue for SQL clients
Release v1.0.15
- Move some stuff around (in prep for a change to release process) pom.xml's
- Add an exclude filter for SpotBugs. (disable the Java 11 surprise)
- Don't fail on SpotBugs issues for now
- add PMD reporting
- Don't fail on PMD issues for now.
Release v1.0.14
- Update CheckStyle to 8.31
- Add SpotBugs
Release v1.0.13
Fix some issues w/ Checkstyle configuration. We left the option to turn it off out.
Release v1.0.12
Updates Checkstyle to latest.
Updates many plugins to latest including Checkstyle.
Release v1.0.11
Release Notes
- Add failsafe report name suffix to write sponge logs for fusion.
- Update plugin dependencies for Java 11
- Update checkstyle rules
Release v1.0.10
Release v1.0.10 (#98) * Cleanup RELEASING. * Release v1.0.10
Latest from Dane
Merge pull request #95 from dzlier-gcp/master Add dzlier as developer to project pom's.
More checkstyle improvements
v1.0.8 Prepare for a new release (#91)