Skip to content

fix: replace remaining uvasoftware references with scanii (v8 cleanup)#107

Merged
rferreira merged 12 commits into
mainfrom
v8-rebrand
Apr 25, 2026
Merged

fix: replace remaining uvasoftware references with scanii (v8 cleanup)#107
rferreira merged 12 commits into
mainfrom
v8-rebrand

Conversation

@rferreira

@rferreira rferreira commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replace all remaining uvasoftware org references in CI, docs, and config with scanii
  • Fix readiness probe URL in CI (/ping/v2.2/ping — scanii-cli only serves the versioned path)
  • Update all javadoc URLs from docs.scanii.com/v2.1v2.2 to match the actual API version called in the implementation
  • Bump javadoc <source> in pom.xml github profile from 1121 for consistency with the Java 21 migration
  • Remove empty src/test/java/com/uvasoftware/ directory tree
  • Remove stale .run/Run Tests.run.xml IDE config (was staged for deletion, referenced old com.uvasoftware.scanii package)

Test plan

  • CI passes on full matrix (JDK 21 + 25 × ubuntu / macos / windows) — validates the corrected scanii-cli download URL and readiness probe path
  • mvn verify locally against docker run -d -p 4000:4000 ghcr.io/scanii/scanii-cli:latest server

rferreira and others added 6 commits April 24, 2026 17:28
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@rferreira
rferreira force-pushed the v8-rebrand branch 3 times, most recently from ae5133a to f92fdf2 Compare April 25, 2026 01:06
- README, CHANGELOG, pr.yml download URL: ghcr.io/uvasoftware → ghcr.io/scanii
- pr.yml readiness probe: /ping → /v2.2/ping (scanii-cli only serves versioned path)
- DefaultScaniiClient javadoc: uvasoftware.github.io → scanii.github.io
- ScaniiClient javadoc: all docs.scanii.com/v2.1 URLs → v2.2
- pom.xml github profile javadoc source: 11 → 21 (consistent with Java 21 migration)
- logback.xml logger name: com.uvasoftware → com.scanii
- Remove empty src/test/java/com/uvasoftware/ directory tree

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The Start scanii-cli server step was indented as part of the Download
step's run block instead of being its own top-level step.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rferreira and others added 4 commits April 24, 2026 21:54
goreleaser uses wrap_in_directory: true so the binary lands at
scanii-cli-{VERSION}-{OS}-{ARCH}/sc, not at the archive root.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nner

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…oy profile

- release.yml: add "Strip snapshot from version" step before Maven Central
  deploy, using build-helper:parse-version versions:set (matches the
  pattern from the pre-rebrand main.yaml at be01218)
- pom.xml: remove github profile — Maven Central (central profile) is the
  sole publishing target

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@rferreira
rferreira merged commit 9501516 into main Apr 25, 2026
6 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.

1 participant