Skip to content

chore(deps): bump plugwerk SDK SNAPSHOT stream to 1.1.0-SNAPSHOT#47

Merged
bigpuritz merged 1 commit into
mainfrom
chore/bump-plugwerk-snapshot-to-1.1.0
May 16, 2026
Merged

chore(deps): bump plugwerk SDK SNAPSHOT stream to 1.1.0-SNAPSHOT#47
bigpuritz merged 1 commit into
mainfrom
chore/bump-plugwerk-snapshot-to-1.1.0

Conversation

@bigpuritz
Copy link
Copy Markdown
Contributor

Why

plugwerk/plugwerk cut v1.0.0 on 2026-05-13. That released the artifact, but it also closed out the 1.0.0-SNAPSHOT stream — no more commits will land there. The next development line is published as 1.1.0-SNAPSHOT (latest build 20260516.125139-5, today).

Per repo convention the examples track the rolling latest SNAPSHOT so SPI regressions surface here before downstream consumers ever see them. This PR swaps the dead stream for the live one — it is not a pin to a fixed release.

Changes

File Bump
VERSION 1.0.0-SNAPSHOT1.1.0-SNAPSHOT (kept aligned with plugwerk/plugwerk's dev line per AGENTS.md)
plugwerk-java-cli-example/gradle/libs.versions.toml plugwerk = "1.0.0-SNAPSHOT""1.1.0-SNAPSHOT"
plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml same

Not touched:

  • docker-compose.yml — already on the rolling :snapshot tag
  • cacheChangingModulesFor(0, "seconds") blocks — we're still tracking SNAPSHOTs
  • Any host source code — SPI compatible (verified by build below)

Test plan

  • ./gradlew --refresh-dependencies clean build (composite, repo root) — green against 1.1.0-SNAPSHOT
  • dependencyInsight confirms Gradle resolves io.plugwerk:plugwerk-spi:1.1.0-SNAPSHOT:20260516.125139-5
  • copyClientPlugin produces plugwerk-client-plugin-1.1.0-SNAPSHOT-pf4j.zip in both plugins/ directories
  • CI green on all 5 checks

Related

v1.0.0 of plugwerk-server shipped on 2026-05-13 and closed out the
1.0.0-SNAPSHOT stream (last build #187, no further commits land there).
1.1.0-SNAPSHOT is the new rolling-latest dev stream — move both example
pins (and the aligned examples-repo VERSION) onto it so the apps keep
building against the freshest upstream and continue to surface SPI
regressions early.

Verified locally with `./gradlew --refresh-dependencies clean build`
(green; Gradle resolves io.plugwerk:plugwerk-spi:1.1.0-SNAPSHOT build
20260516.125139-5).
@bigpuritz bigpuritz merged commit 49e1798 into main May 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant