0.4.0 - Maven Central Releases🚉
github-actions
released this
03 Nov 21:33
·
36 commits
to refs/heads/develop
since this release
This release introduces publishing to Maven Central, changes group IDs of the packages, and adds a few minor patches
🚀 New features and improvements
- Release
org.wiremock.extensions:wiremock-state-extension
andorg.wiremock.extensions:wiremock-state-extension-standalone
to Maven Central from GitHub Actions (#72 .. #94) @oleg-nenashev
💥 Breaking changes
- Change the Maven
groupId
toorg.wiremock.extensions
. Make sure to update it in your projects (#81) @oleg-nenashev - Rename repository to
wiremock-state-extension
. It impacts only code accessing this repository from REST API (#89) @oleg-nenashev
🐛 Bug fixes
- Use proper defaults when properties or contexts are not missing (#69) @dirkbolte
📝 Documentation updates
- Document using Maven Central packages as a default option (#81) @oleg-nenashev
- Add quick access badges to the root (#84) @oleg-nenashev
- README page to the demo (#70) @ayan-joshi
👻 Maintenance
- Workaround Gradle 8 dependency bug for signing dependency graph (#94) @oleg-nenashev
- Verify the source Git branch before releasing (#92) @oleg-nenashev
- Require signing of the standalone JAR in the release flow (#92) @oleg-nenashev
- Add sources and javadoc to the standalone JAR artifact (#91) @oleg-nenashev
- Escape
@
in Javadoc to fix Java 11 builds (#74) @oleg-nenashev - Document the module release process (#75) @oleg-nenashev