fix: replace remaining uvasoftware references with scanii (v8 cleanup)#107
Merged
Conversation
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
force-pushed
the
v8-rebrand
branch
3 times, most recently
from
April 25, 2026 01:06
ae5133a to
f92fdf2
Compare
- 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>
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>
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
uvasoftwareorg references in CI, docs, and config withscanii/ping→/v2.2/ping— scanii-cli only serves the versioned path)docs.scanii.com/v2.1→v2.2to match the actual API version called in the implementation<source>inpom.xmlgithub profile from11→21for consistency with the Java 21 migrationsrc/test/java/com/uvasoftware/directory tree.run/Run Tests.run.xmlIDE config (was staged for deletion, referenced oldcom.uvasoftware.scaniipackage)Test plan
mvn verifylocally againstdocker run -d -p 4000:4000 ghcr.io/scanii/scanii-cli:latest server