Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use null-safe comparison in AuthenticationExecutionExportRepresentationComparator #1072

Conversation

thomasdarimont
Copy link
Contributor

@thomasdarimont thomasdarimont commented Jun 25, 2024

cc @jonasvoelcker

What this PR does / why we need it:

This avoids an InvalidImportException when parsing authenticationExecutions without priority.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Fixes #1071

Special notes for your reviewer:

There could be other places where we might also need to use a null-safe comparison.

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

IMHO no changelog entry needed as this ensures existing behaviour.

…onComparator

This avoids an InvalidImportException when parsing authenticationExecutions without priority.

Fixes adorsys#1071

Signed-off-by: Thomas Darimont <[email protected]>
@jonasvoelcker jonasvoelcker merged commit 9ecde84 into adorsys:main Jun 25, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InvalidImportException when parsing authenticationExecutions without priority
2 participants