Skip to content

Remove MutinyStatelessSessionDelegator#upsert(String entityName, Object entity) method #2246

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

Merged
merged 1 commit into from
May 5, 2025

Conversation

dreab8
Copy link
Member

@dreab8 dreab8 commented May 5, 2025

The code was not compiling

delegate().upsert(entityName, entity);

has been removed so I think the aim was to get rid of this method.

@dreab8 dreab8 requested a review from gavinking May 5, 2025 10:12
@gavinking
Copy link
Member

Hah! Shit, I had two parallel pull requests, and they broke each other. (Even though the CI passed for both.) Strange that this is actually the first time this has ever happened to me.

@dreab8 dreab8 merged commit e254a0f into hibernate:main May 5, 2025
17 checks passed
@DavideD DavideD added this to the 3.0.0.CR1 milestone May 5, 2025
@DavideD DavideD linked an issue May 5, 2025 that may be closed by this pull request
@DavideD
Copy link
Member

DavideD commented May 5, 2025

THanks @dreab8

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.

Delegating implementations of Session and StatelessSession
3 participants