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

Move off deprecated API in SessionTransactionData #28234

Closed
odrotbohm opened this issue Mar 25, 2022 · 0 comments
Closed

Move off deprecated API in SessionTransactionData #28234

odrotbohm opened this issue Mar 25, 2022 · 0 comments
Assignees
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: bug A general bug
Milestone

Comments

@odrotbohm
Copy link
Member

SessionTransactionData in HibernateJpaDialect still refers to Session.setFlushMode(FlushMode) which was deprecated and now removed with Hibernate 6.0 CR2. Other code in HibernateJpaDialect already uses the suggested alternative setHibernateFlushMode(…).

@odrotbohm odrotbohm added the in: data Issues in data modules (jdbc, orm, oxm, tx) label Mar 25, 2022
@jhoeller jhoeller self-assigned this Mar 25, 2022
@jhoeller jhoeller added the type: bug A general bug label Mar 25, 2022
@jhoeller jhoeller added this to the 5.3.18 milestone Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants