The version of Hazelcast Hibernate is managed unnecessarily
See original GitHub issueWe’ve currently got dependency management for hazelcast-hibernate52 and hazelcast-hibernate53 which seems a bit odd given that we require Hibernate 6. I’m not sure if hazelcast-hibernate53 supports the jakarta.persistence JPA API or if it touches the JPA API at all. We should verify the situation and update/remove things as needed.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Announcing Hazelcast Hibernate 2.1.0
Today, we're happy to announce the new version of our hazelcast-hibernate53 integration providing the second-level cache provider ...
Read more >Hazelcast Management Center Reference Manual
Hazelcast Management Center Manual explains all monitoring features in detail with screenshots and configuration options.
Read more >Confluence cluster can become unresponsive when hazelcast ...
Affected version/s ... Confluence can become unresponsive, waiting on hazelcast to return ... at com.atlassian.confluence.cache.hazelcast.hibernate.
Read more >Spring Boot Reference Documentation
If your application needs IO capabilities, see one or more of the following sections: Caching: Caching support with EhCache, Hazelcast, Infinispan, and more....
Read more >Java: How to Become More Productive with Hazelcast in Less ...
Now there is a graceful way to manage these sorts of requirements. The Hazelcast Auto DB Integration Tool allows connection to an existing ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks, @vpavic. I’ve mentioned using
hibernate-jcacheinstead in the release notes.I’ve updated that. Thanks again.