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

Bump up spring boot version up to 3.5.0-M1 #164

Merged
merged 2 commits into from
Mar 2, 2025
Merged

Conversation

wool0826
Copy link
Collaborator

@wool0826 wool0826 commented Mar 2, 2025

@wool0826 wool0826 requested review from IAM20 and chanhyeong March 2, 2025 04:45
@@ -78,4 +84,28 @@ public <S extends T> S update(S instance) {
public <S extends T> List<S> updateAll(Iterable<S> entities) {
return entityOperations.updateAll(entities);
}

@Transactional
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@IAM20

This annotation was unnecessary, so I removed it in commit 61ef550.
Thanks!

@wool0826 wool0826 merged commit 028d8bf into main Mar 2, 2025
3 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.

2 participants