Changes for page Release Notes for XWiki 8.0 Milestone 1
Last modified by Thomas Mortagne on 2023/10/13
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.e valica1 +XWiki.enygma - Content
-
... ... @@ -220,6 +220,24 @@ 220 220 {{/code}} 221 221 ))) 222 222 223 +* Allow associating a version different from the extension version to the features((( 224 +{{code language="none"}} 225 +org.xwiki.extension.Extension: Method 'public java.util.Collection getAllowedNamespaces()' has been added to an interface 226 +org.xwiki.extension.Extension: Method 'public org.xwiki.extension.ExtensionId getExtensionFeature(java.lang.String)' has been added to an interface 227 +org.xwiki.extension.Extension: Method 'public java.util.Collection getExtensionFeatures()' has been added to an interface 228 +{{/code}} 229 +))) 230 + 231 +* Deprecating this class in favor of the standard library class with the same name((( 232 +{{code language="none"}} 233 +org.xwiki.velocity.introspection.AbstractChainableUberspector: Removed field inner 234 +org.xwiki.velocity.introspection.DeprecatedCheckUberspector: Removed org.xwiki.velocity.introspection.ChainableUberspector from the set of implemented interface 235 +org.xwiki.velocity.introspection.DeprecatedCheckUberspector: Removed org.xwiki.velocity.introspection.AbstractChainableUberspector from the list of superclasse 236 +org.xwiki.velocity.introspection.MethodArgumentsUberspector: Removed org.xwiki.velocity.introspection.ChainableUberspector from the set of implemented interface 237 +org.xwiki.velocity.introspection.MethodArgumentsUberspector: Removed org.xwiki.velocity.introspection.AbstractChainableUberspector from the list of superclasse 238 +{{/code}} 239 +))) 240 + 223 223 * Other: 224 224 ** Not really a breakage. Just moved to its own module.((( 225 225 {{code language="none"}} ... ... @@ -227,8 +227,6 @@ 227 227 com.xpn.xwiki.plugin.diff.DiffPluginApi 228 228 {{/code}} 229 229 ))) 230 - 231 -* 232 232 ** Impossible to implement it without dependeing on XMLRPC module((( 233 233 {{code language="none"}} 234 234 com.xpn.xwiki.XWikiContextCompatibilityAspect ... ... @@ -235,8 +235,6 @@ 235 235 com.xpn.xwiki.XWikiContext 236 236 {{/code}} 237 237 ))) 238 - 239 -* 240 240 ** Was wrongly extending internal class((( 241 241 {{code language="none"}} 242 242 org.xwiki.refactoring.job.EntityJobStatus