Changes for page Release Notes for XWiki 8.0 Milestone 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.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"}}