When I upgrade Spring Boot 3.0.0, Hibernate upgrade 6.1.5.Final also.
In the Hibernate 6.x.x, the core package is changed as shown below.
- As-Is:
javax.persistence
- To-Be:
jakarta.persistence

For that reason, I can't Spring Boot 3.0.0. Can you support to the Hibernate 6.x.x?
You can see. hibernate migration guide documentation