Release 7.15.0 - Sessions model refresh + ChallengeIndicator/SessionChallengeIndicator alignment + security update - #645
Merged
Conversation
🟡 Risk Classification: MINORApproval route: AI Review + Human Approval Classification reasons
Operational gates
Files analysed: 1 wall-e 2026.06.19-02 · policy |
🔬 Debug — why this classification?Each reason code emitted by the classifier, its source clause in the AI in SDLC Control Framework, and what it means.
Kinds:
See issue #3 for the proposal to formalise this map as Appendix A of the standards doc. wall-e 2026.06.19-02 · debug |
|
armando-rodriguez-cko
approved these changes
Aug 6, 2026
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.



Release 7.15.0 bundles the 3DS challenge indicator alignment plus a broader refresh of the Sessions model (#631), and a dependency/security update (#632).
3DS Challenge Indicator Modeling
SessionChallengeIndicatorenum insessionsto represent all nine possible challenge indicator values for session endpoints, including exemption requests, with detailed documentation for each value. (src/main/java/com/checkout/sessions/SessionChallengeIndicator.java)ChallengeIndicatorincommonto clarify its use for payment-related endpoints and to deprecate exemption values, which are now only valid for sessions. Improved documentation for each enum value and marked exemptions as deprecated. (src/main/java/com/checkout/common/ChallengeIndicator.java)challengeIndicatorfield in bothCreateSessionAcceptedResponseandGetSessionResponsefromChallengeIndicatortoSessionChallengeIndicator, ensuring correct deserialization and alignment with API behaviour.ChallengeIndicatorfromCreateSessionAcceptedResponse,GetSessionResponseandSessionRequest.Sessions Model Additions
GoogleSpa,GoogleSpaInfo,GoogleSpaIframeandGoogleSpaToken. (src/main/java/com/checkout/sessions/GoogleSpa*.java)SessionPreferredExperiences,Experience,ExperienceStatusandExperienceOutcome.ThreeDSInfoandThreeDSErrorDetailsto model the 3DS information and error detail objects returned by the session endpoints.SessionSchemeenum with the full set of spec values, replacing loosely typed scheme fields.SessionRequestwith the new fields (Google SPA, preferred experiences, device information) and fixed thepriorTransactionReferencehandling.TransactionTypeandSessionsCardMetadataResponseto match the current spec.Documentation
CreateSessionAcceptedResponse,GetSessionResponseandSessionRequest, clarifying requirements, formats, patterns and default values.Test Coverage
CreateSessionAcceptedResponseSerializationTest,GetSessionResponseSerializationTest,SessionRequestSerializationTest.ChallengeIndicatorTest,SessionChallengeIndicatorTest,SessionSchemeTest,TransactionTypeTest.AbstractSessionsTestIT,RequestAndGetSessionsTestIT) for the new indicator type.Security and Dependency Update
Dependency updates:
log4j-api:2.25.5,log4j-core:2.25.5,log4j-slf4j2-impl:2.25.5Dependabot configuration:
test-depsgroup to combine updates for testing-related dependencies (org.junit*,org.mockito*,org.apache.logging.log4j*,org.hamcrest*) into single pull requests.open-pull-requests-limitto 10 for the main package ecosystem.github-actionsecosystem entry with a weekly update schedule.