Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,14 +10,89 @@ 10 10 11 11 [[Full list of issues fixed and Dashboard for 8.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13603]]. 12 12 13 -== <featureN>==13 +== Requires Java 8 == 14 14 15 - <description offeatureN>15 +Java 8 is now required to run XWiki. If you use an earlier version of Java, you'll get an error while starting XWiki such as: 16 16 17 +{{code language="none"}} 18 +java.lang.reflect.InvocationTargetException 19 +[...] 20 +Caused by: java.lang.UnsupportedClassVersionError: org/xwiki/tools/jetty/listener/NotifyListener : Unsupported major.minor version 52.0 21 +[...] 22 +{{/code}} 23 + 24 +== Tips Panel == 25 + 26 +A new [[Tips Panel>>extensions:Extension.Help Application||anchor="HTipsPanel"]] has been added by default. Example: 27 + 28 +{{image reference="ReleaseNotesXWiki81M1@tippanel-1.png"/}} 29 + 30 +{{image reference="ReleaseNotesXWiki81M1@tippanel-2.png"/}} 31 + 32 +== Sandbox Relocation == 33 + 34 +The Sandbox pages were previously accessible through a link in the Quick Links Panel. This link has been removed and instead a Sandbox entry has been added in the [[Applications Panel>>extensions:Extension.Panels Application||anchor="HApplicationPanel"]]. 35 + 36 +{{image reference="ReleaseNotesXWiki81M1@sandbox-appbar.png"/}} 37 + 38 +In addition the message about the shortcut key to use the "Jump To Page" feature has been moved to the new Tips Panel. 39 + 40 +Here's how the home page looks like now: 41 + 42 +{{image reference="ReleaseNotesXWiki81M1@home.png" width="600px"/}} 43 + 44 +== Extension Manager improvements == 45 + 46 +=== Repair invalid extensions === 47 + 48 +The Extension Manager now tries to repair automatically any invalid dependency and also provides a "Repair" button to repair specific invalid extensions. 49 + 50 +{{image reference="ReleaseNotesXWiki81M1@repair.png" width="600px" /}} 51 + 52 +{{image reference="ReleaseNotesXWiki81M1@repairplan.png" width="600px" /}} 53 + 54 +=== Apply namespaces constraints in the UI === 55 + 56 +The namespaces constraints introduced in 8.0 are now taken into account in the UI which won't propose an option that will fail in the install plan. 57 + 58 +=== Move to farm === 59 + 60 +It's now possible to install on farm an extension installed in a subwiki directly from the UI. 61 + 62 +{{image reference="ReleaseNotesXWiki81M1@installonfarm.png"/}} 63 + 64 +=== Dependency on root === 65 + 66 +When using Extension Manager from main wiki it's now allowed to install/upgrade an extension which require upgrading/install farm level dependency. It also automatically propose to install on farm a new dependency which indicate it as constraint. This will make easier to deal with extension have an API that have to be installed on root and a XAR extension UI that should usualy be install on a wiki. 67 + 68 +It's still forbidden from subwiki in the standard UI (any script with programming right can enable it in the install request). That might change in the future but need to be discussed more. 69 + 70 +=== Managed dependencies === 71 + 72 +Extension Manager now support the concept of managed dependencies. It's pretty much the same thing that the {{code language="xml"}}<dependencyManagement>{{/code}} in Maven. 73 + 74 +It still need to be supported in the Repository Application. See [[http://jira.xwiki.org/browse/XWIKI-13281]]. 75 + 76 +== Flavors improvements == 77 + 78 +* Known flavors are not validated anymore before ending up in the flavor picker of the Distribution Wizard. This speed up a lot the use case where you just want to install default XWiki Flavor or XE UI. See [[extensions:Extension.Flavor Module||anchor="HKnownflavors"]] for more details. 79 +* Flavors are now also searched in the local repository. This makes easier to embedded flavors in a distribution for setups with no network access. 80 + 81 +== Active Installs == 82 + 83 +New widget displayed on the dashboard to see the number of Active Installs count per XWiki Cycle version: 84 + 85 +{{image reference="ReleaseNotesXWiki81M1@versionspercycle.png"/}} 86 + 17 17 == Miscellaneous == 18 18 89 +* The Annotations Application's Administration section has been updated to present the exception spaces as "locations", using the ##documentTree## macro. The behavior has not been changed.((( 90 +{{image reference="ReleaseNotesXWiki81M1@annotationsAdminSection.png" width="600px"/}} 91 +))) 19 19 * Put a link to the product home page in the footer by default 20 20 * Template providers that are restricted to certain pages are now also available on the children of those pages. 94 +* The ##xwiki.usedefaultweb## parameter from ##xwiki.cfg## has been removed. See below. 95 +* Job module does not validate stored status at startup. This might improve a lot the startup time when there is a lot of status. Also there seems to still be use cases where XStream get lost in edge case when parsing, this was blocking the whole XWiki startup for a very long time. 21 21 22 22 See the [[full list of JIRA issues>>http://jira.xwiki.org/issues/?filter=14308]] fixed in this release. 23 23