docs(readme): correct dependency version to 1.0.0-alpha2#17
Merged
Conversation
The Maven/Gradle quick-start snippets pinned axiam-sdk/axiam-bom at 0.1.0 — a version that was never released and does not match the project. pom.xml, bom/pom.xml and CHANGELOG.md are all at 1.0.0-alpha2; align the README install examples with them. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MgSwaQVpdWaLHhFF5wthVA
The Spring Boot example's DocumentController imports io.axiam.sdk.annotations.AxiamRequireAccess (added in 1.0.0-alpha2), but the example still pinned axiam-sdk 1.0.0-alpha, which predates that package — so `mvn -f examples/spring-boot-app/pom.xml verify` failed with "package io.axiam.sdk.annotations does not exist". The release-prep bump to 1.0.0-alpha2 updated pom.xml/bom but missed this example dependency. Align it with the current SDK version (which CI installs to the local repo) so the §11 annotations resolve. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MgSwaQVpdWaLHhFF5wthVA
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.
https://claude.ai/code/session_01MgSwaQVpdWaLHhFF5wthVA