Skip to content

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

Closed
ivannavratil opened this issue Apr 19, 2024 · 5 comments
Closed

Potential bug found after updating to Spring Boot 3.2.X #1774

ivannavratil opened this issue Apr 19, 2024 · 5 comments
Assignees
Labels
status: duplicate A duplicate of another issue

Comments

@ivannavratil
Copy link

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.

image

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.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 19, 2024
@schauder
Copy link
Contributor

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?

@schauder schauder self-assigned this Apr 19, 2024
@schauder schauder added status: duplicate A duplicate of another issue status: waiting-for-feedback We need additional information before we can continue and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 19, 2024
@ivannavratil
Copy link
Author

ivannavratil commented Apr 19, 2024

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.

@spring-projects-issues spring-projects-issues added status: feedback-provided Feedback has been provided and removed status: waiting-for-feedback We need additional information before we can continue labels Apr 19, 2024
@schauder
Copy link
Contributor

Bummer. I'll take a look.

@schauder
Copy link
Contributor

Turns out the problem is fixed by #1775
See my fork of your reproducer https://github.com/schauder/issue-relational-1774, especially schauder/issue-relational-1774@f485ad4

So this is a duplicate of #1684 (potentially confunded with other issues)

@schauder schauder closed this as not planned Won't fix, can't repro, duplicate, stale Apr 19, 2024
@schauder schauder removed the status: feedback-provided Feedback has been provided label Apr 19, 2024
@ivannavratil
Copy link
Author

Thanks for the quick help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants