Release 1.1.0 - #24
Merged
Merged
Conversation
Public API (ADR-0002) unchanged; the CHANGELOG's 1.1.0 section opens with the operator-visible behavior changes (events.dispatched semantics, refused restart per ADR-0004, full 5 s fallback drain). Verified at this commit: 269 offline tests, ktlint, dokka with failOnWarning, the real-broker integration stage (Testcontainers), and the artifact filtered to version=1.1.0 (meta.agent.version header). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015GfdGp7eUrjJKBvcJUx3q2
The CI step that compiles the benchmarks against the freshly built library failed on the release commit: the benchmark POM hard-coded tabellarium:1.0.1-SNAPSHOT while the build had just installed 1.1.0. The dependency now goes through a `tabellarium.version` property whose default tracks the repo's revision; CI overrides it with the version it evaluated from the library POM, so a revision bump can never point the module at an artifact that no longer exists. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015GfdGp7eUrjJKBvcJUx3q2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
revision1.0.1-SNAPSHOT → 1.1.0; the CHANGELOG's Unreleased section becomes[1.1.0] - 2026-09-07, opening with the operator-visible behavior changes (events.dispatchedsemantics, refused restart per ADR-0004, full 5 s fallback drain), and a fresh empty Unreleased section plus compare links.Verified at this commit
mvn -o verify: 269 offline tests, ktlintmvn -o dokka:dokka(failOnWarning)mvn -Pintegration test(Testcontainers real-broker stage)tabellarium-1.1.0.jarcarriesversion=1.1.0intabellarium-version.propertiesAfter the merge
v1.1.0on the merge commit and publish the GitHub release (the Release workflow then attaches the jar, the SBOM and the SLSA provenance).mvn -Prelease-central -Drevision=1.1.0 deployfrom the tag (deliberately manual, needs the portal token and GPG).revisionto1.1.1-SNAPSHOT.🤖 Generated with Claude Code
https://claude.ai/code/session_015GfdGp7eUrjJKBvcJUx3q2