Changes for page Release Notes for XWiki 11.5-rc-1
Last modified by Marius Dumitru Florea on 2019/06/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. slauriere1 +XWiki.VincentMassol - Content
-
... ... @@ -65,7 +65,7 @@ 65 65 66 66 == Issues specific to XWiki 11.5RC1 == 67 67 68 -=== XWiki now require sJDBC 4.2 ===68 +=== XWiki now require JDBC 4.2 === 69 69 70 70 In practice it just means you need to make sure the database connector you are using is not too old (JDBC 4.2 came with Java 8 so you should be fine if you downloaded the connector in recent years). 71 71 ... ... @@ -76,12 +76,8 @@ 76 76 * HQL '##?##'-based wildcards are not supported anymore at all by Hibernate. We added an automatic converter (to '##?1##' JPQL style) which seems to work well but it might not be perfect and it's producing a deprecating warning log 77 77 * You might need to update your ##hibernate.cfg.xml## file 78 78 * Various Hibernate classes have been removed or moved to different Java packages 79 -* Various Hibernate methods have been removed from the APIs or not having any effect anymore even if still here and deprecated 79 +* Various Hibernate methods have been removed from the XWiki APIs or not having any effect anymore even if still here and deprecated 80 80 81 -=== HTML head extension point identifier update === 82 - 83 -The identifier of the HTML head extension point allowing to inject HTML in the pages ##head## tag has been updated from ##org.xwiki.platform.head## to ##org.xwiki.platform.html.head##. 84 - 85 85 == API Breakages == 86 86 87 87 The following APIs were modified since <project> <version - 1>: