Changes for page Release Notes for XWiki Enterprise 3.1
Last modified by Thomas Mortagne on 2017/03/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. Sergiu1 +XWiki.Caleb_James_DeLisle - Content
-
... ... @@ -10,25 +10,25 @@ 10 10 11 11 = New and Noteworthy (since XWiki Enterprise 3.1M1) = 12 12 13 -== Miscellaneous == 14 -* Lots of bug fixes, [[see a full list of issues closed in the 3.1M2 frame>>http://jira.xwiki.org/jira/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=fixVersion+%3D+%273.1+M2%27&runQuery=true&clear=true]] 13 +== Upgrades == 14 +[[XWiki now requires Java 6!>>http://jira.xwiki.org/jira/browse/XWIKI-5607]] 15 +[[Upgrade JGroups to latest version 2.12.1>>http://jira.xwiki.org/jira/browse/XWIKI-4769]] 16 +[[Upgrade to Groovy 1.8>>http://jira.xwiki.org/jira/browse/XWIKI-6571]] 17 +[[Upgrade to commons-net-3.0>>http://jira.xwiki.org/jira/browse/XCOMMONS-12]] 18 +[[Move from Commons Logging/Log4J to SLF4J/Logback>>http://jira.xwiki.org/jira/browse/XCOMMONS-9]] 19 +[[Upgrade to hibernate-validator 4.1.0.Final>>http://jira.xwiki.org/jira/browse/XE-924]] 15 15 16 16 == For developers == 17 -* [[XCOMMONS-4>>http://jira.xwiki.org/jira/browse/XCOMMONS-4]]: Implement support for JSR 330 Annotations 18 -* [[XWIKI-6103>>http://jira.xwiki.org/jira/browse/XWIKI-6103]]: Introduce APIs using References for context user 19 -* [[XWIKI-6213>>http://jira.xwiki.org/jira/browse/XWIKI-6213]]: Add custom properties to extensions 20 -* [[XWIKI-6563>>http://jira.xwiki.org/jira/browse/XWIKI-6563]]: Provide statistic information about clustered nodes 22 +* [[XCOMMONS-10>>http://jira.xwiki.org/jira/browse/XCOMMONS-10]]: Add support for injecting Logger with @Inject. Now you can have the XWiki Commons logging implementation inserted into your module using dependency injection. 21 21 22 -* Various upgrades: yuicompressor-2.4.2 Pygments-1.4 JRuby-1.6 GWT-2.2 GWT-Maven-Plugin-2.2 SmartGWT-2.4 commons-codec-1.5 Groovy-1.7.10 24 +== Miscellaneous == 25 +* [[XWIKI-6583>>http://jira.xwiki.org/jira/browse/XWIKI-6583]]: Completion of [[Office document export>>ReleaseNotes.ReleaseNotesXWikiEnterprise31M1#HOfficeDocumentExport]] from milestone 1 by fixing the embedding of images. 26 +* [[XWIKI-116>>http://jira.xwiki.org/jira/browse/XWIKI-116]]: Added the ability to dictate what mode documents should be edited in by default on a document by document basis. 27 +* [[XWIKI-6574>>http://jira.xwiki.org/jira/browse/XWIKI-6574]]: Created a repository for automatically downloading XWiki Extensions using the Extension Manager. 28 +* [[XWIKI-6599>>http://jira.xwiki.org/jira/browse/XWIKI-6599]]: Support for suggestion sources to provide custom icon/images for individual result entry 29 +* [[XWIKI-6635>>http://jira.xwiki.org/jira/browse/XWIKI-6635]]: Add support for non-interactive wizard steps 30 +* Lots of bug fixes and improvements, [[see a full list of issues closed in the 3.1M2 frame>>http://jira.xwiki.org/jira/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=fixVersion+%3D+%273.1+M2%27&runQuery=true&clear=true]] 23 23 24 -== Code Maintenance == 25 -* [[XWIKI-6167>>http://jira.xwiki.org/jira/browse/XWIKI-6167]]: Refactor extension manager as a set of modules. 26 -* [[XRENDERING-76>>http://jira.xwiki.org/jira/browse/XRENDERING-76]]: Move XHTML parser/renderer in their own project 27 -* [[XWIKI-6186>>http://jira.xwiki.org/jira/browse/XWIKI-6186]]: Retire the deprecated TablePlugin 28 -* [[XWIKI-6187>>http://jira.xwiki.org/jira/browse/XWIKI-6187]]: Retire the deprecated PatternPlugin 29 -* [[XWIKI-6188>>http://jira.xwiki.org/jira/browse/XWIKI-6188]]: Retire the deprecated TestPlugin 30 -* [[XWIKI-6177>>http://jira.xwiki.org/jira/browse/XWIKI-6177]]: Remove deprecated preferences 31 - 32 32 == Translations == 33 33 34 34 * No changes were added to translations. ... ... @@ -43,6 +43,12 @@ 43 43 44 44 = Backward Compatibility and Migration Notes = 45 45 46 +== Java 1.6 == 47 +XWiki Enterprise 3.1 Milestone 2 and all subsequent versions will be compiled with Java6, Java5 is no longer supported. 48 + 49 +== Deprecated XClass database tables removed == 50 +In [[XWIKI-6624>>http://jira.xwiki.org/jira/browse/XWIKI-6624]] a set of database tables and their supporting infrastructure were removed. These tables held XWiki Class information but since XWiki 1.0, the table method of storage has been deprecated and non-default. If upgrading from a pre-1.0 version of XWiki, it is important to make sure you are using the XML XWiki class storage and not the database tables first. 51 + 46 46 == General Notes == 47 47 48 48 {{warning}}