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

More fixes related to 'The supplier returned null' message #27811

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

sberyozkin
Copy link
Member

Fixes #27698.

@famod I haven't found any affected code inside CommonPanacheQueryImpl

@sberyozkin sberyozkin force-pushed the fix_oidc_supplier_null_error branch from a5ac14a to 9becad4 Compare September 8, 2022 15:29
@sberyozkin sberyozkin merged commit 00d756c into quarkusio:main Sep 8, 2022
@quarkus-bot quarkus-bot bot added this to the 2.13 - main milestone Sep 8, 2022
@sberyozkin sberyozkin deleted the fix_oidc_supplier_null_error branch September 8, 2022 19:48
@famod
Copy link
Member

famod commented Sep 10, 2022

@sberyozkin

@famod I haven't found any affected code inside CommonPanacheQueryImpl

(@FroMage the comment above that line references an old, resolved mutiny issue. Is this still relevant at all?)

And there's still

.atMost(oidcConfig.connectionRetryCount).onFailure().transform(t -> t.getCause());

@gsmet gsmet modified the milestones: 2.13 - main, 2.12.2.Final Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'The supplier returned null' message if OIDC server connection fails
4 participants