hibernate-jpa-api icon indicating copy to clipboard operation
hibernate-jpa-api copied to clipboard

Clean-room definition of JPA APIs intended for transitory use in Hibernate JPA development

Results 5 hibernate-jpa-api issues
Sort by recently updated
recently updated
newest added

Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 5.0.3 to 5.4.0. Commits 3d168dc [maven-release-plugin] prepare release woodstox-core-5.4.0 32d27f7 Prepare for 5.4.0 release 8d66153 Add release notes for #160, minor tweaks 7e93907 add recursion limit of...

dependencies

I was using the javadoc to copy-paste a replacement for WRITE into my code. This typo briefly tripped me up; mostly because the difference between "M" and "N" in the...

I noticed this Javadoc syntax error earlier this week. Nothing major, but it stood-out when I was looking through the API in my IDE.

These two commits ensure that all Hibernate providers are preferred over other providers, and that the non-deprecated `org.hibernate.jpa.HibernatePersistenceProvider` comes before `org.hibernate.ejb.HibernatePersistence`, since it is declared first in `hibernate-entitymanager.jar/META-INF/services/javax.persistence.spi.PersistenceProvider`.