Skip to content

Releases: GoogleCloudPlatform/java-repo-tools

Release v1.0.17

16 Apr 20:50
d2709cb
Compare
Choose a tag to compare
  • 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

16 Apr 00:14
96f7c66
Compare
Choose a tag to compare

Add a few SpotBugs exclusions:

  • RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE - existing - codegen bug
  • UPM_UNCALLED_PRIVATE_METHOD - probably SpotBug issue
  • NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE - likely SpotBug issue
  • CLI_CONSTANT_LIST_INDEX - style issue particular to our samples
  • OBL_UNSATISFIED_OBLIGATION - issue for SQL clients

Release v1.0.15

03 Apr 21:07
2adc91a
Compare
Choose a tag to compare
  • 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

30 Mar 16:27
98b3756
Compare
Choose a tag to compare
  • Update CheckStyle to 8.31
  • Add SpotBugs

Release v1.0.13

24 Mar 19:38
bbfa9f2
Compare
Choose a tag to compare

Fix some issues w/ Checkstyle configuration. We left the option to turn it off out.

Release v1.0.12

05 Mar 20:52
dd9b03e
Compare
Choose a tag to compare

Updates Checkstyle to latest.
Updates many plugins to latest including Checkstyle.

Release v1.0.11

17 Apr 03:30
1678564
Compare
Choose a tag to compare

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

08 May 22:47
1d35c4e
Compare
Choose a tag to compare
Release v1.0.10 (#98)

* Cleanup RELEASING.

* Release v1.0.10

Latest from Dane

23 Apr 16:01
f0bcc77
Compare
Choose a tag to compare
Merge pull request #95 from dzlier-gcp/master

Add dzlier as developer to project pom's.

More checkstyle improvements

22 Dec 19:12
ac857bb
Compare
Choose a tag to compare
v1.0.8

Prepare for a new release (#91)