Feature/standardize testing and ci - #399
Merged
Diego Barajas (barajas-d) merged 4 commits intoAug 11, 2026
Merged
Conversation
Fill coverage gaps for AdvancedPaymentClient (capture, cancel, updateReleaseDate), OrderClient (cancel), PaymentClient (captureAmount, searchAll), CustomerClient (searchAll, updateCard), and PreapprovalClient (searchAll). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
- Rename main.yml to ci.yml for consistency across SDKs - Add Java version matrix: 11, 17, 21 - Run only mock unit tests in CI (exclude *IT integration tests) - Remove ACCESS_TOKEN dependency from CI — unit tests run without secrets - Add dependency-review-action on pull requests - Rename publish workflows to cd-release.yml and cd-snapshot.yml Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
lombok-maven-plugin 1.18.20.0 is incompatible with Java 17+ due to internal JDK API changes (JCTree.JCImport.qualid removal). The delombok goal is only needed for Javadoc generation, not for compile or test. Skip it in CI via -Dlombok.delombok.skip=true. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
- ci.yml: replace setup-java SHA with allowlisted v5 SHA - cd-release.yml / cd-snapshot.yml: skip delombok in mvn deploy (lombok-maven-plugin 1.18.20.0 incompatible with Java 17/21) Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Diego Barajas (barajas-d)
approved these changes
Aug 11, 2026
Diego Barajas (barajas-d)
deleted the
feature/standardize-testing-and-ci
branch
August 11, 2026 21:36
2 tasks
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.
No description provided.