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

Fix getting an exception #883

Merged
merged 3 commits into from
Nov 22, 2024
Merged

Fix getting an exception #883

merged 3 commits into from
Nov 22, 2024

Conversation

dstepanov
Copy link
Contributor

Fixes #876

Somehow Postgres exception implements Iterable<Exception> and makes is stack overflow when used with conversion service

@graemerocher
Copy link
Contributor

@dstepanov can you fix the check style

@dstepanov
Copy link
Contributor Author

Fails because of Java 21 :(

Copy link
Contributor

@sdelamo sdelamo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to write a test for this?

Copy link

sonarcloud bot commented Nov 22, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
E Maintainability Rating on New Code (required ≥ A)
1 New Critical Issues (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@sdelamo sdelamo merged commit 8012d42 into 5.9.x Nov 22, 2024
8 of 9 checks passed
@sdelamo sdelamo deleted the fixxes branch November 22, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

PSQLException causes StackOverflowException for enabled Micrometer in Micronaut 4.7.0
3 participants