Skip to content

release: cut v1.0.1 — fix javadoc refs broken during v1.0 rename#44

Merged
trendvidia merged 1 commit into
mainfrom
release/v1.0.1
May 13, 2026
Merged

release: cut v1.0.1 — fix javadoc refs broken during v1.0 rename#44
trendvidia merged 1 commit into
mainfrom
release/v1.0.1

Conversation

@trendvidia
Copy link
Copy Markdown
Owner

Summary

Patch release fixing the v1.0.0 Maven Central publish failure.

Two javadoc {@link Result#tables()} references survived the @table@dataset rename (in BindRow.java line 16 and ResultAccessorsTest.java line 15). The strict javadoc check inside the publish workflow fails the build on `reference not found`, so nothing reached Maven Central. Other ports (Go, TypeScript) tagged and published v1.0.0 cleanly.

What's in

  • Both refs updated to {@link Result#datasets()}.
  • build.gradle.kts: version = "1.0.0""1.0.1".
  • CHANGELOG.md: new [1.0.1] — 2026-05-13 section.

No code or wire-format change vs v1.0.0

This is purely a build-system fix to land the v1.0.0 contents on Maven Central. The v1.0.0 tag stays in git for archaeology, but its Maven artifact was never published.

After merge

Tag v1.0.1 on main; the publish workflow re-runs with the clean javadoc.

Why a v1.0.1 instead of force-retagging v1.0.0

Tag protection ruleset blocks deletion/update of refs/tags/v*.*.*. v1.0.1 is the correct SemVer response to a build break on a tagged release anyway.

Lockstep version table after this lands:

  • protowire-go v1.0.0 ✅
  • protowire-typescript v1.0.0 ✅ (npm 1.0.0 live)
  • protowire-java v1.0.1 ⏳ (this PR)
  • protowire (spec) v1.0.0 — pending editor parser bundle refresh

The v1.0.0 Maven Central publish failed because two javadoc
{@link Result#tables()} references survived the
@table@dataset rename (BindRow.java line 16 and
ResultAccessorsTest.java line 15). The strict javadoc check inside
the publish workflow fails the build; nothing reaches Maven Central.

Fix updates both references to {@link Result#datasets()}, bumps
the Gradle version from 1.0.0 to 1.0.1, and adds a [1.0.1] section
to the CHANGELOG. No code or wire-format change versus v1.0.0; the
v1.0.0 tag remains in git for archaeology, but its Maven Central
artifact was never published.

After merge, tag v1.0.1 on main; publish workflow re-runs against
the clean javadoc.
@trendvidia trendvidia merged commit d45e7fa into main May 13, 2026
3 checks passed
@trendvidia trendvidia deleted the release/v1.0.1 branch May 13, 2026 09:44
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.

1 participant