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

<
From version < 10.1 >
edited by Marius Dumitru Florea
on 2019/06/14
To version < 12.1 >
edited by Thomas Mortagne
on 2019/06/17
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.ThomasMortagne
Content
... ... @@ -37,6 +37,7 @@
37 37  * [[Jackson 2.9.9>>https://jira.xwiki.org/browse/XCOMMONS-1640]]
38 38  * [[Dom4j 2.1.1>>https://jira.xwiki.org/browse/XCOMMONS-1585]]
39 39  * [[CKEditor Integration 1.35>>https://jira.xwiki.org/browse/XWIKI-16437]]
40 +* [[Tour Application 1.3.1>>https://jira.xwiki.org/browse/XWIKI-16482]]
40 40  
41 41  = Translations =
42 42  
... ... @@ -87,7 +87,7 @@
87 87  
88 88  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).
89 89  
90 -=== Hibernate 5.4.x upgrade ===
91 +=== Hibernate 5.4.6 upgrade ===
91 91  
92 92  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:
93 93  

Get Connected