Java 20557: Upgrade hibernate-ogm to JDK 11 (#15064)
This commit is contained in:
parent
b9fa942d27
commit
b7edd335a9
|
@ -22,6 +22,7 @@ public class EditorUnitTest {
|
|||
loadAndVerifyTestData(entityManagerFactory, editor);
|
||||
}
|
||||
*/
|
||||
|
||||
@Test
|
||||
public void givenNeo4j_WhenEntitiesCreated_thenCanBeRetrieved() throws Exception {
|
||||
EntityManagerFactory entityManagerFactory = Persistence.createEntityManagerFactory("ogm-neo4j");
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -361,7 +361,7 @@
|
|||
<module>muleesb</module>
|
||||
<module>web-modules/java-lite</module>
|
||||
<module>persistence-modules/deltaspike</module> <!-- delta spike it doesn't support yet the jakarta API-->
|
||||
<module>persistence-modules/hibernate-ogm</module> <!-- hibernate-ogm wasn't updated because it doesn't support jakarta API -->
|
||||
<module>persistence-modules/hibernate-ogm</module> <!-- hibernate-ogm wasn't updated because a workaround for jakarta namespace wasn't found JAVA-20557 -->
|
||||
<module>persistence-modules/spring-data-cassandra-reactive</module> <!--JAVA-21844-->
|
||||
<module>java-nashorn</module>
|
||||
<module>jeromq</module>
|
||||
|
@ -532,7 +532,7 @@
|
|||
<module>muleesb</module>
|
||||
<module>web-modules/java-lite</module>
|
||||
<module>persistence-modules/deltaspike</module> <!-- delta spike it doesn't support yet the jakarta API-->
|
||||
<module>persistence-modules/hibernate-ogm</module> <!-- hibernate-ogm wasn't updated because it doesn't support jakarta API -->
|
||||
<module>persistence-modules/hibernate-ogm</module> <!-- hibernate-ogm wasn't updated because a workaround for jakarta namespace wasn't found JAVA-20557 -->
|
||||
<module>persistence-modules/spring-data-cassandra-reactive</module> <!--JAVA-21844-->
|
||||
<module>java-nashorn</module>
|
||||
<module>jeromq</module>
|
||||
|
|
Loading…
Reference in New Issue