Releases: ascopes/protobuf-maven-plugin
Releases · ascopes/protobuf-maven-plugin
v0.2.4
v0.2.3
What's Changed
Full Changelog: v0.2.2...v0.2.3
v0.2.2
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
- 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
What's Changed
Full Changelog: v0.1.2...v0.2.0
v0.1.2
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
v0.1.1
v0.1.0
What's Changed
- Allow importing protobuf dependencies from project dependencies (e.g. Google)
- Allow using custom plugins (and removed the hardcoded GRPC integration as it can be replaced with this mechanism instead).
- Rewritten the entire plugin to use CDI to simplify unit testing later on.
- Handle paths consistently in HostEnvironment by @ascopes in #39
- Do not attempt to walk across source directories that are not directories by @ascopes in #40
- Handle irregular path cases better by @ascopes in #41
- Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 by @dependabot in #43
- GH-38: Import .proto files from maven dependencies by @ascopes in #42
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #46
- Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M12 to 4.0.0-M13 by @dependabot in #45
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #44
- Bump actions/deploy-pages from 3 to 4 by @dependabot in #48
- Bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #49
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #50
Full Changelog: v0.0.1...v0.1.0
v0.0.1
First stable release
Features
Output kind | Supported? |
---|---|
Java Protobuf | ✅ |
Java Protobuf Lite | ✅ |
Java GRPC | ✅ |
Kotlin Protobuf | ✅ |
Kotlin Protobuf Lite | ✅ |
Kotlin GRPC | ✅ |
Compiler features | Supported? |
---|---|
-Werror |
✅ |
Compiler resolution | Supported? |
---|---|
Maven Central | ✅ |
$PATH |
✅ |
Documentation and usage examples.
What's Changed since 0.0.1-M4
- Build with Maven 3.9.6 by @ascopes in #30
- Gather code coverage data for integration tests in maven-invoker-plugin by @ascopes in #31
- Refactor HostEnvironment by @ascopes in #32
- Bump actions/deploy-pages from 2 to 3 by @dependabot in #37
- Bump org.apache.maven:maven-core from 3.9.5 to 3.9.6 by @dependabot in #35
- Bump org.mockito:mockito-bom from 5.7.0 to 5.8.0 by @dependabot in #36
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #34
- Bump org.apache.maven:maven-plugin-api from 3.9.5 to 3.9.6 by @dependabot in #33
Full Changelog: v0.0.1-M4...v0.0.1
v0.0.1-M4
What's Changed
- Improve idocumentation by @ascopes in #27
- Bump actions/setup-java from 3 to 4 by @dependabot in #29
Full Changelog: v0.0.1-M3...v0.0.1-M4