feat(sdk): secretspec-jvm - #318
Open
moreau-nicolas wants to merge 4 commits into
Open
Conversation
Add CI workflow. Add doc. Add examples. Use gradle. Handle MUSL libraries. Update .gitignore. Update scripts. Update conformance.
Author
|
Fixes #310. GitHub Actions workflow still needs work. |
Use gradle wrapper. Use gradle modules. Add a consumer test. Synchronize SDK version to a SNAPSHOT version. Use a naive publication mechanism in GitHub Actions.
moreau-nicolas
marked this pull request as ready for review
August 14, 2026 15:02
Rename SNAPSHOT artifacts during publication.
Member
|
Sorry it took so long, CI is failing |
|
I wonder if we need to do that xml prep step for the publishing vs just deferring to gradle to prepare the artifacts? It would be far less fragile and simpler to maintain going forward. |
Fix GitHub Actions workflow errors & mistakes. Temurin JDK 11 is not available on win32-aarch64: use Microsoft JDK.
Author
|
@gpampara The gradle plugins I found and tried expect to build locally before publishing, which would fail to include all the platform specific libraries. The XML format is pretty stable and should not pose any maintenance headache in the future. @domenkozar Sorry for the failing build, it is my first GitHub Action workflow ever. There will probably be other mistakes. 😅 |
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.
Add CI workflow.
Add doc.
Add examples.
Use gradle.
Handle MUSL libraries.
Update .gitignore.
Update scripts.
Update conformance.