-
Notifications
You must be signed in to change notification settings - Fork 356
Potential bug found after updating to Spring Boot 3.2.X #1774
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
Comments
This seems to be a duplicate of #1692. Could you please confirm this by trying the latest snapshot, of 3.3.x or 3.2.x which both contain the fix? |
I have tried 3.3.0 (SNAPSHOT) version but the same issue still occurs. I have created a new branch in that repository with that version. |
Bummer. I'll take a look. |
Turns out the problem is fixed by #1775 So this is a duplicate of #1684 (potentially confunded with other issues) |
Thanks for the quick help! |
Hi,
while updating from Spring Boot 3.1.11 to Spring Boot 3.2.5 we noticed one of our tests started failing. Looking through the changelog I haven't found anything about this behaviour change.
This is a simplified model and it seems like balance_account_sweep is not fetched after being saved.
I have created a minimal example here.
I have gone through the logs and it seems like the wrong parameter is set when the SQL statement to fetch balance account sweep is being run.
The text was updated successfully, but these errors were encountered: