Joaquín Reñé
12 hours ago 93635eef5ea5561f556d1cc0980f0ea83631a839
securis/src/main/resources/META-INF/persistence.xml
....@@ -1,8 +1,8 @@
11 <?xml version="1.0" encoding="UTF-8"?>
2
-<persistence version="2.2"
3
- xmlns="http://xmlns.jcp.org/xml/ns/persistence"
2
+<persistence version="3.0"
3
+ xmlns="https://jakarta.ee/xml/ns/persistence"
44 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd">
5
+ xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd">
66
77 <persistence-unit name="localdb" transaction-type="RESOURCE_LOCAL">
88 <description>SeCuris LocalDB</description>
....@@ -12,7 +12,7 @@
1212
1313 <properties>
1414 <property name="hibernate.cache.region.factory_class" value="org.hibernate.cache.internal.NoCachingRegionFactory"/>
15
- <property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5Dialect"/>
15
+ <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>
1616 <property name="hibernate.cache.use_second_level_cache" value="false"/>
1717 <property name="hibernate.format_sql" value="false"/>
1818 </properties>