Skip to content

v0.64.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 20:10
· 160 commits to master since this release

Changes

This version fixes an issue with the Eclipse JDT dependency (used to pretty-print generated Java code). Recent releases of some of the transitive dependencies of the JDT have been compiled with Java 11, breaking code generation for users who are building with a JDK8 (or 9 or 10) distribution. Worse, these transitive dependencies are not version-pinned in the JDT POM except to declare a range of acceptable versions (including future versions), so even older versions of guardrail will start to exhibit this behavior as build systems re-check dependencies and pull in newer versions. This release pins all JDT transitive dependencies to known-working, Java-8-compatible versions.

🧰 Maintenance

Contributors

Thanks to @blast-hardcheese, @dependabot, @dependabot[bot], @kelnos, @scala-steward and @sullis for your contributions to this release!