Skip to content
Builds

Loading builds...

Changes

#121 (May 3, 2025, 3:28:10 AM)

  1. Moved resource cleanup to install for support of unversioned-mode — be.koenig / githubweb
  2. Ability to handle java version with period sign instead of underscore like JAVA_VERSION="17.0.8.1" and not only JAVA_VERSION="17.0.8_1" — brska / githubweb
  3. Add a link to bekoenig's fork. — mdb / githubweb

#120 (Jun 22, 2022, 3:28:06 AM)

  1. Make fields final. Remove redundant modifier on final-class — anosh / githubweb
  2. Make fields final. Remove protected-modifier in final class — anosh / githubweb
  3. Remove protected-modifier in final class — anosh / githubweb
  4. Remove redundant throws clause — anosh / githubweb
  5. Type inference. Use autoboxing for int — anosh / githubweb
  6. Use factory method for creating FileInputStream — anosh / githubweb
  7. Replace string concatenation in loop with StringBuilder — anosh / githubweb
  8. Simplify assertions — anosh / githubweb
  9. Replace deprecated Mockito-class — anosh / githubweb

#119 (May 25, 2022, 3:28:10 AM)

  1. Upgrade Proguard to a version that supports Java 18. — mdb / githubweb
  2. Fix Javadoc error. — mdb / githubweb
  3. Update nexus-staging-maven-plugin to 1.6.13. — mdb / githubweb
  4. [maven-release-plugin] prepare release getdown-1.8.7 — mdb / githubweb
  5. [maven-release-plugin] prepare for next development iteration — mdb / githubweb
  6. Update the CHANGELOG with the shipped changes. — mdb / githubweb

#118 (Mar 28, 2022, 3:28:10 AM)

  1. Bump ant from 1.10.9 to 1.10.11 in /ant — noreply / githubweb
  2. Bump Mockito to 3.12.4 so we can build on Java 17/18. — mdb / githubweb

#117 (Mar 27, 2022, 3:28:07 AM)

  1. Use relative paths in classpath to shorten execution line on large apps — be.koenig / githubweb