spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
521 stars 204 forks source link

Accessing Data with JPA fails with newer Hibernate #45

Closed mattcsully closed 7 years ago

mattcsully commented 7 years ago

Accessing Data with JPA https://spring.io/guides/gs/accessing-data-jpa/ Works with the 25-Jan-2017 version https://repo.spring.io/libs-release/org/hibernate/hibernate-core/5.0.12.Final/ Adding the specific version

org.hibernate hibernate-core 5.2.10.Final

Fails with the 14-Apr-2017 version https://repo.spring.io/libs-release/org/hibernate/hibernate-core/5.2.10.Final/

dsyer commented 7 years ago

Each guide has its own issue tracker (see https://github.com/spring-guides/gs-accessing-data-jpa for the JPA one). But this isn't really an issue with the guide, it's more of a question about which version of hibernate works with spring boot. Perhaps stack overflow or gitter would be a better place to ask?