]
Diego Lovison closed ISPN-9431.
-------------------------------
Resolution: Rejected
the documentation is correct.
Hibernate docs and Infinispan have divergent information about the
module
-------------------------------------------------------------------------
Key: ISPN-9431
URL:
https://issues.jboss.org/browse/ISPN-9431
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
1) The Hibernates docs (
http://docs.jboss.org/hibernate/orm/5.3/userguide/html_single/Hibernate_U...
) has a link( Infinispan User Guide. ) that redirect to Infinispan docs (
http://infinispan.org/docs/stable/user_guide/user_guide.html#jpa_hibernat... )
2) In the Infinispan docs (
http://infinispan.org/docs/stable/user_guide/user_guide.html#jpa_hibernat... ) we
have a message
```
For earlier Hibernate versions (e.g. Hibernate 5.0 or before), the Infinispan cache
provider was shipped by Hibernate. This means that the documentation on how to use it and
it’s Maven coordinates are located in the Hibernate documentation.
```
3) The message has a link "Hibernate documentation." that send back to
Hibernate docs (
https://docs.jboss.org/hibernate/orm/5.0/userguide/html_single/Hibernate_...
)
4) The Hibernate docs say
```
Use of the build-in integration for Infinispan requires that the hibernate-infinispan
module jar (and all of its dependencies) are on the classpath.
```
5) If I open
https://mvnrepository.com/artifact/org.hibernate/hibernate-infinispan we
have a message
```
Note: This artifact was moved to:
org.infinispan » infinispan-hibernate-cache-v53 » 9.3.0.Final
```
We should clarify what is the module that we should use when doing an integration with
hibernate 2 level cache