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. ThomasMortagne1 +XWiki.VincentMassol - Content
-
... ... @@ -20,7 +20,9 @@ 20 20 21 21 The following runtime dependencies have been upgraded (they have a different release cycle than [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]): 22 22 23 -* <list libraries that have been upgraded> 23 +* [[Hibernate 5.4.3>>https://jira.xwiki.org/browse/XWIKI-8286]] 24 +* [[Commons DBCP2 2.6.0>>https://jira.xwiki.org/browse/XCOMMONS-1487]] 25 +* [[liquibase 3.6.3>>https://jira.xwiki.org/browse/XWIKI-16123]] 24 24 25 25 = Translations = 26 26 ... ... @@ -71,10 +71,10 @@ 71 71 72 72 Hibernate has (finally) been upgraded to the very last version. While it means you will benefit from bugfix/improvement/new features it's also a huge jump (previous version was close to 10 years old) and you will probably have issues if you are directly manipulating Hibernate APIs or some library expecting a much older version of Hibernate. You can find the details on https://github.com/hibernate/hibernate-orm/wiki/Migration-Guides but here is an extract from XWiki point of view: 73 73 74 -* HQL '?' 75 -* You might need to update your hibernate.cfg.xml file 76 -* various Hibernate classes have been removed or move to different packages77 -* various Hibernate methods removed from the API or not havingeny effect anymore even if still here and deprecated76 +* 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 +* You might need to update your ##hibernate.cfg.xml## file 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 78 78 79 79 == API Breakages == 80 80