|
I got this working using the new snapshot and slightly changing my data population scripts: the default naming strategy seems to have changed from replacing camel cases with underscores to just keep the property as is. 4.x: expiryDate -> expiry_date, on 5.0 expiryDate -> expiryDate. Just mentioning that here for reference.
I tried to run the tests of Spring Data JPA against the latest snapshot and it seems there's still an issue with detecting primary columns. An example stack trace I got is:
I can create a new ticket for that if you want. The project here is at https://github.com/spring-projects/spring-data-jpa, the branch using Hibernate is issue/DATAJPA-703.
|