Last modified by Guillaume Delhumeau on 2018/08/13

From version 7.1
edited by Thomas Mortagne
on 2018/06/07
Change comment: There is no comment for this version
To version 8.1
edited by Thomas Mortagne
on 2018/06/07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -77,8 +77,16 @@
77 77  
78 78  == Issues specific to XWiki 10.5 ==
79 79  
80 -* The bundled ##groovy-all## JAR has been replaced by a discrete list of groovy JARs. We've dropped several JARs that we consider are not required by default in XWiki. We dropped the content of the following JARs: ##groovy-ant##, ##groovy-bsf##, ##groovy-cli-picocli##, ##groovy-console##, ##groovy-docgenerator##, ##groovy-groovydoc##, ##groovy-groovysh##, ##groovy-swing##, ##groovy-test##, ##groovy-test-junit5##, ##groovy-testng##.
80 +=== Dropped Groovy modules ===
81 81  
82 +The bundled ##groovy-all## JAR has been replaced by a discrete list of groovy JARs. We've dropped several JARs that we consider are not required by default in XWiki. We dropped the content of the following JARs: ##groovy-ant##, ##groovy-bsf##, ##groovy-cli-picocli##, ##groovy-console##, ##groovy-docgenerator##, ##groovy-groovydoc##, ##groovy-groovysh##, ##groovy-swing##, ##groovy-test##, ##groovy-test-junit5##, ##groovy-testng##.
83 +
84 +=== Filesystem storage by default for attachments and deleted documents ===
85 +
86 +New attachments and deleted documents will now be stored in the filesystem by default. If you really don't want that you can go to ##xwiki.cfg## and set ##hibernate## value for all the properties in the section {{code language="properties"}}Stores with both "hibernate" and "file" support in XWiki Standard.{{/code}}.
87 +
88 +Note that existing attachments or deleted documents are not moved to filesystem but keep working since XWiki now supports mixed storage for those. So if you don't want to place any attachment on the filesystem store make sure to move the configuration to "hibernate" before executing the ##Distribution Wizard##.
89 +
82 82  == API Breakages ==
83 83  
84 84  The following APIs were modified since XWiki 10.4:

Get Connected