Last modified by Marius Dumitru Florea on 2019/06/24

<
From version < 4.2 >
edited by Vincent Massol
on 2019/06/04
To version < 6.1 >
edited by slauriere
on 2019/06/06
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.slauriere
Content
... ... @@ -65,7 +65,7 @@
65 65  
66 66  == Issues specific to XWiki 11.5RC1 ==
67 67  
68 -=== XWiki now require JDBC 4.2 ===
68 +=== XWiki now requires 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,8 +76,12 @@
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 XWiki APIs or not having any effect anymore even if still here and deprecated
79 +* Various Hibernate methods have been removed from the 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 +
81 81  == API Breakages ==
82 82  
83 83  The following APIs were modified since <project> <version - 1>:

Get Connected