v0.1.1
Use it
Pin the BOM once and every Stubborn Contract module lines up:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>sh.stubborn</groupId>
<artifactId>stubborn-contract-dependencies</artifactId>
<version>0.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>All libraries are on Maven Central.
Standalone stub runner
Prefer running the stub runner as a server? Download
stubborn-contract-stub-runner-app-0.1.1-exec.jar below (SHA-256 alongside) and run:
java -jar stubborn-contract-stub-runner-app-0.1.1-exec.jarThis executable jar is published here rather than to Maven Central.
What's Changed
- Bump version to 0.1.1-SNAPSHOT by @marcingrzejszczak in #166
- ci(release): standalone Publish GitHub Release workflow + Maven Central notes by @marcingrzejszczak in #168
- release: verify samples against the release artifacts before publishing by @marcingrzejszczak in #165
- Release hygiene (fat jar off Central, ban SCC API) + fix #169 and #171 by @marcingrzejszczak in #172
- migration: add missing SCC coordinate mappings and repin versions to a published release by @timtebeek in #167
- migration: map openapi-validator packages in the SCC→Stubborn recipe by @marcingrzejszczak in #173
- fix(kafka): scope OOB consumer JSON converter to the listener side (#164) by @marcingrzejszczak in #175
- fix(kafka): pass String/byte[] listener params through the OOB consumer converter by @marcingrzejszczak in #176
New Contributors
- @timtebeek made their first contribution in #167
Full Changelog: v0.1.0...v0.1.1