Skip to content

Releases: ascopes/protobuf-maven-plugin

v0.3.3

14 Feb 13:34
Compare
Choose a tag to compare

What's changed

  • Fixed a bug where running the plugin without mvn clean first consecutively would result in an IOException being raised when extracting protobuf dependencies.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

11 Feb 11:17
Compare
Choose a tag to compare

What's Changed

  • Bump codecov/codecov-action from 3 to 4 by @dependabot in #89
  • Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @dependabot in #91
  • Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @dependabot in #92
  • Bump slf4j.version from 2.0.11 to 2.0.12 by @dependabot in #90
  • Add new job to run CI against prerequisite Maven version by @ascopes in #93 -- this changes the minimum Maven version to 3.8.1 from 3.8.0, since 3.8.0 is unavailable on Apache's FTP servers.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

04 Feb 11:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Feb 13:08
Compare
Choose a tag to compare

Breaking changes

  • The jvmPlugins attribute has been renamed to jvmMavenPlugins
  • The binaryPlugins attribute has been removed and replaced.
  • A new binaryMavenPlugins attribute has been added that holds a set of artifact coordinates.
  • A new binaryPathPlugins attribute has been added that holds a set of executable names to find on the $PATH.

See the documentation for more details about the new usage.

Changelog

  • Bump advanced-security/maven-dependency-submission-action from 3 to 4 by @dependabot in #75
  • Bump org.mockito:mockito-bom from 5.9.0 to 5.10.0 by @dependabot in #76
  • Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot in #77
  • Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0 by @dependabot in #80
  • GH-78: Replace the 'binaryPlugin' attribute with two separate attributes by @ascopes in #81

Full Changelog: v0.2.4...v0.3.0

v0.2.4

27 Jan 10:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

21 Jan 10:04
Compare
Choose a tag to compare

What's Changed

  • Allow overriding protoc.version via the commandline properly by @ascopes in #73

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Jan 09:38
Compare
Choose a tag to compare

What's Changed

  • GH-19: Disallow output directories with .jar extensions by @ascopes in #64
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #66
  • Bump org.apache.maven.plugins:maven-plugin-report-plugin from 3.10.2 to 3.11.0 by @dependabot in #67
  • Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.10.2 to 3.11.0 by @dependabot in #68
  • Bump org.mockito:mockito-bom from 5.8.0 to 5.9.0 by @dependabot in #70
  • Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0 by @dependabot in #69
  • Refactor list concatenation out to an internal method by @ascopes in #71
  • Add ability to detect Termux and warn if detected by @ascopes in #72

Full Changelog: v0.2.1...v0.2.2

v0.2.1

14 Jan 16:50
Compare
Choose a tag to compare
  • Fixed bug where specifying only classifier or type on an extension plugin would result in the classifier being ignored when both were unspecified.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Jan 15:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.2

13 Jan 09:40
Compare
Choose a tag to compare

What's Changed

  • 2024 License Headers by @ascopes in #54
  • Bump slf4j.version from 2.0.9 to 2.0.10 by @dependabot in #55
  • Bump org.immutables:value from 2.9.2 to 2.10.0 by @dependabot in #56
  • Use GitHub action to submit coverage by @ascopes in #57
  • Bump org.assertj:assertj-core from 3.24.2 to 3.25.0 by @dependabot in #58
  • Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.12.7 by @dependabot in #59
  • Bump com.github.marschall:memoryfilesystem from 2.7.0 to 2.8.0 by @dependabot in #61
  • Bump slf4j.version from 2.0.10 to 2.0.11 by @dependabot in #60
  • Skip execution if no sources are discovered by @ascopes in #62

Full Changelog: v0.1.1...v0.1.2