S Stubborn

22 August 2026

Stubborn Contract 0.1.1

Release notes for Stubborn Contract 0.1.1 — what changed, and how to pick it up.

Stubborn Contract 0.1.1 is released and on Maven Central. Pin the stubborn-contract-dependencies BOM once and every module lines up.

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.jar

This executable jar is published here rather than to Maven Central.

What’s Changed

New Contributors

← All posts Read the Transition Guide