New Releases for WireMock gRPC & Spring Boot Integration
Hot off the heels of the 3.10.0 release of WireMock core we have two more releases to announce.Β Version 0.9.0 of the gRPC extension, which adds an extra JAR with Jetty 12 support and version 3.3.0 of the Spring Boot integration, which switches it to use the WireMock Jetty 12 thin JAR rather than the Jetty 11 standalone JAR, and also adds declarative support for extension factories.
gRPC Extension 0.9.0 Changelog
β
π New features and improvements
- Added Jetty12-backed extension and factory (#122) @tomakehurst
π¦ Dependency updates
- Bump versions.grpc from 1.68.0 to 1.68.2 (#124) @dependabot
- Bump org.junit:junit-bom from 5.11.0 to 5.11.3 (#119) @dependabot
β Other changes
- upgrade wiremock core. (#120) @RafeArnold
- add release docs (#114) @leeturner
Spring Boot Integration 3.3.0 Changelog
π New features and improvements
- Add support for specifying extension factories via the configuration annotation (#67) @tomakehurst
- Use wiremock-jetty12 thin JAR instead of the standalone JAR (#66) @tomakehurst
β Other changes
- Upgraded the convention plugin version to avoid dependency scan failures (#69) @tomakehurst
- New documentation page can be found here: https://wiremock.org/docs/spring-boot/
Next Steps
To showcase both of these together we now have a Spring Boot + WireMock + gRPC demo project here:
https://github.com/wiremock/wiremock-grpc-demos/tree/main/springboot-grpc
The new documentation page for our Spring Boot integration can now be found here - https://wiremock.org/docs/spring-boot/
βPlease feel free to reach out to us on the WireMock Community Slack channel if you need any assistance.
β
Links
- https://github.com/wiremock/wiremock-grpc-extension/releases/tag/0.9.0
- https://github.com/wiremock/wiremock-spring-boot/releases/tag/3.3.0
- https://github.com/wiremock/wiremock-grpc-demos/tree/main/springboot-grpc
- https://wiremock.org/docs/spring-boot/
- https://slack.wiremock.org/
- https://wiremock.org
β
/