Skip to content

Releases: spotify/fmt-maven-plugin

2.23

08 Mar 08:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.22.1...2.23

2.22.1

22 Jan 10:16
Compare
Choose a tag to compare

There are no changes in this release and it was done purely for verifying problems with our release process.

Full Changelog: 2.22.0...2.22.1

2.22.0

11 Jan 10:17
Compare
Choose a tag to compare

What's Changed

  • This upgrades google-java-format to 1.19.2 which adds support for formatting Java 21
  • Adds test for switch with arrow by @caesar-ralf in #183
  • Bump google-java-format to 1.18.1 by @caesar-ralf in #182
  • Bump google-java-format to 1.19.2 by @bryanlb in #185

New Contributors

Full Changelog: 2.21.1...2.22.0

2.21.1

22 Sep 14:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.21...2.21.1

2.21

22 Sep 13:20
Compare
Choose a tag to compare

What's Changed

  • Use 2.19 for formatting code in this repo by @klaraward in #154
  • Add metadata for Spotify OSS by @klaraward in #155
  • check release in Central instead of search by @hboutemy in #156
  • configure for Reproducible Builds by @hboutemy in #157
  • Allow skipping of sourceDirectory or testSourceDirectory by @camac in #128
  • [Snyk] Upgrade org.apache.maven.plugin-tools:maven-plugin-annotations from 3.4 to 3.7.1 by @snyk-bot in #162
  • [Snyk] Upgrade io.norberg:auto-matter from 0.25.1 to 0.26.1 by @snyk-bot in #163
  • [Snyk] Upgrade org.apache.maven:maven-plugin-api from 3.8.4 to 3.8.7 by @snyk-bot in #164
  • [Snyk] Upgrade org.apache.maven.plugin-tools:maven-plugin-annotations from 3.7.1 to 3.8.1 by @perploug in #169
  • [Snyk] Upgrade io.norberg:auto-matter from 0.26.1 to 0.26.2 by @perploug in #173
  • [Snyk] Upgrade org.apache.maven.plugin-tools:maven-plugin-annotations from 3.8.1 to 3.8.2 by @snyk-bot in #174
  • Bump org.apache.maven:maven-core from 3.3.9 to 3.8.1 by @dependabot in #177
  • [Snyk] Upgrade org.apache.maven:maven-plugin-api from 3.8.7 to 3.9.0 by @snyk-bot in #167
  • Support java 21 by @caesar-ralf in #179

New Contributors

Full Changelog: 2.19.0...2.21

fmt-maven-plugin-2.20

02 May 07:02
eded35e
Compare
Choose a tag to compare

What's Changed

  • Use 2.19 for formatting code in this repo by @klaraward in #154
  • Add metadata for Spotify OSS by @klaraward in #155
  • check release in Central instead of search by @hboutemy in #156
  • configure for Reproducible Builds by @hboutemy in #157
  • Allow skipping of sourceDirectory or testSourceDirectory by @camac in #128
  • [Snyk] Upgrade org.apache.maven.plugin-tools:maven-plugin-annotations from 3.4 to 3.7.1 by @snyk-bot in #162
  • [Snyk] Upgrade io.norberg:auto-matter from 0.25.1 to 0.26.1 by @snyk-bot in #163
  • [Snyk] Upgrade org.apache.maven:maven-plugin-api from 3.8.4 to 3.8.7 by @snyk-bot in #164
  • [Snyk] Upgrade org.apache.maven.plugin-tools:maven-plugin-annotations from 3.7.1 to 3.8.1 by @perploug in #169
  • [Snyk] Upgrade io.norberg:auto-matter from 0.26.1 to 0.26.2 by @perploug in #173

New Contributors

Full Changelog: 2.19.0...fmt-maven-plugin-2.20

2.19.0

17 Jun 13:37
Compare
Choose a tag to compare

#153 Add failOnError parameter

2.18.0

29 Mar 13:14
Compare
Choose a tag to compare

#141 Upgrade Google Java Format 1.14.0 -> 1.15.0 (no formatting changes)

2.17.0

29 Mar 13:14
Compare
Choose a tag to compare

#150 - Fork on Java9+

2.16.0

14 Mar 14:17
8fc0389
Compare
Choose a tag to compare

This release introduces the functionality of forking the plugin, default behavior is to fork for JDK 16+ and add needed JVM args to run the underlying google-java-format.

#140 run formatter in fork - run on java 16+ without --add-exports flags