Skip to content

Bump to 2.0.4-SNAPSHOT, add 2.0.3 changelog, upgrade vanniktech for Central Portal#269

Merged
partha-uber merged 2 commits into
mainfrom
sirker-bump-to-2.0.4-snapshot
May 26, 2026
Merged

Bump to 2.0.4-SNAPSHOT, add 2.0.3 changelog, upgrade vanniktech for Central Portal#269
partha-uber merged 2 commits into
mainfrom
sirker-bump-to-2.0.4-snapshot

Conversation

@partha-uber

@partha-uber partha-uber commented May 20, 2026

Copy link
Copy Markdown
Contributor
  • authentication/gradle.properties, core/gradle.properties: bump version and VERSION_NAME from 2.0.3-SNAPSHOT → 2.0.4-SNAPSHOT.
    • gradle/libs.versions.toml: bump mavenPublish plugin 0.27.0 → 0.33.0. Sonatype OSSRH was decommissioned on 2025-06-30. vanniktech 0.27.0 only supports the legacy
      Nexus staging API (now returns HTTP 402 Migration Required). Version 0.33.0+ defaults publishToMavenCentral() to the new Central Portal — required for any future
      release.
    • CHANGELOG.md: add v2.0.3 entry covering Add UberEnvironment to allow 3Ps to target sandbox vs production #268 and Handle Push Authorization Request failures gracefully to continue without name or phone #265.
    • Also bumps gradle/wrapper-validation-action@v1gradle/actions/wrapper-validation@v4 in .github/workflows/build.yml (3 occurrences). The v1 action namespace was deprecated and was failing
      on main before this PR — surfaced when CI ran on this branch. The fix is included here so the PR can merge cleanly.

@CLAassistant

CLAassistant commented May 20, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@partha-uber partha-uber requested a review from lalwani May 20, 2026 20:55
…ntral Portal

- authentication/core: 2.0.3-SNAPSHOT → 2.0.4-SNAPSHOT (released 2.0.3 to
  Maven Central today)
- gradle/libs.versions.toml: mavenPublish 0.27.0 → 0.33.0
  (Sonatype OSSRH was decommissioned 2025-06-30; vanniktech 0.33.0+ defaults
   to the new Central Portal, which is required for future releases — 0.27.0
   only knows the legacy Nexus staging API which returns HTTP 402 now)
- CHANGELOG.md: add v2.0.3 entry covering PR #268 (UberEnvironment for
  sandbox/production) and PR #265 (graceful PAR failure handling)
The v1 standalone action under gradle/wrapper-validation-action has been
deprecated and now fails. The action moved to gradle/actions/wrapper-validation
under the gradle/actions monorepo. Bumping to v4 unblocks CI on this PR
(check job was failing on the deprecated action across all 3 jobs that
used it: check, test matrix, upload-snapshots).

Pre-existing failure on main, surfaced by this PR.
@partha-uber partha-uber force-pushed the sirker-bump-to-2.0.4-snapshot branch from 760b3ef to d0bb616 Compare May 21, 2026 22:08
uses: actions/checkout@v2
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
uses: gradle/actions/wrapper-validation@v4

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failing on main — GitHub Actions dropped support for Node.js 16 on their runners, and gradle/wrapper-validation-action@v1 is pinned to Node 16 Need this bump to get CI green again.

@partha-uber partha-uber merged commit 3718e9c into main May 26, 2026
13 checks passed
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.

3 participants