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

Hibernate 5.0.11 problem #113

Merged
merged 1 commit into from
Apr 6, 2018
Merged

Conversation

losingsleeep
Copy link

Existing code didn't work with hibernate 5.0.11 but worked for 5.0.12. Using INSTANCE in DefaultCacheKeysFactory class instead of static methods makes it possible to work with all hibernate 5.0.x versions. Yes, the reason is version 5.0.11 which is used in some Spring Boot versions by default, DefaultCacheKeysFactory does not have static methods which is used in the codes here.

…ng INSTANCE in DefaultCacheKeysFactory class instead of static methods makes it possible to work with all hibernate 5.0.x versions. Yes, the reason is version 5.0.11 which is used in some Spring Boot versions by default, DefaultCacheKeysFactory does not have static methods which is used in the codes here.
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.

None yet

2 participants