Skip to content

release: v0.1.0#2

Merged
thinkingfish merged 3 commits into
mainfrom
claude/java-h2histogram-yehb0p
Jul 12, 2026
Merged

release: v0.1.0#2
thinkingfish merged 3 commits into
mainfrom
claude/java-h2histogram-yehb0p

Conversation

@thinkingfish

@thinkingfish thinkingfish commented Jul 10, 2026

Copy link
Copy Markdown
Member

Release v0.1.0

This PR prepares the initial release of the Java implementation of the h2 histogram, and sets up automated publishing to Maven Central.

Changes

  • Version bump 0.1.0-SNAPSHOT0.1.0 in pom.xml (benchmarks module kept in sync)
  • groupId and Java package renamed com.iopsystemssystems.iop — the reverse-DNS form of the org's actual domain (iop.systems), which is what Maven Central namespace verification requires; renamed before first release since published coordinates are permanent
  • <developers> metadata (required by Maven Central validation)
  • A release Maven profile: GPG artifact signing + the Central Publisher Portal plugin (autoPublish)
  • .github/workflows/release.yml: publishes to Maven Central when a GitHub Release is published, after verifying the tag matches the pom version
  • RELEASING.md: the release flow and one-time setup (namespace verification, portal token, signing key); README points at it

After merge

  1. Publish a GitHub Release with tag v0.1.0 targeting main — that triggers the publish workflow.
  2. One-time setup required before the workflow can succeed (see RELEASING.md):
    • Verify the systems.iop namespace in the Central portal (DNS TXT record on iop.systems)
    • Add repo secrets: CENTRAL_USERNAME / CENTRAL_PASSWORD (portal user token) and GPG_PRIVATE_KEY / GPG_PASSPHRASE

mvn verify passes at the release version (36 tests) under the new package, the benchmarks module builds against it, and the release-profile plugins resolve.

🤖 Generated with Claude Code

https://claude.ai/code/session_016Bb8BttJZHuy6zh957NMGT

claude added 3 commits July 10, 2026 15:03
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016Bb8BttJZHuy6zh957NMGT
Publishing is triggered by publishing a GitHub Release: the release
workflow verifies the tag matches the pom version, signs the artifacts
with GPG, and uploads through the Central Publisher Portal with
auto-publish. RELEASING.md documents the flow and the one-time setup
(namespace verification, portal token, signing key).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016Bb8BttJZHuy6zh957NMGT
The org's domain is iop.systems, so the Maven Central-verifiable
namespace is its reverse-DNS form systems.iop (not com.iopsystems).
Renaming before the first release since published coordinates are
permanent.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016Bb8BttJZHuy6zh957NMGT
@thinkingfish
thinkingfish marked this pull request as ready for review July 12, 2026 20:56
@thinkingfish
thinkingfish merged commit 1e9ee6b into main Jul 12, 2026
2 checks passed
@thinkingfish
thinkingfish deleted the claude/java-h2histogram-yehb0p branch July 12, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants