Last modified by Thomas Mortagne on 2023/10/13

From version 16.1
edited by Vincent Massol
on 2016/02/22
Change comment: Give an example
To version 16.2
edited by Eduard Moraru
on 2016/02/22
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.enygma
Content
... ... @@ -103,8 +103,25 @@
103 103  
104 104  == API Breakages ==
105 105  
106 -The following APIs were modified since XWiki 8.0 Milestone 1:
106 +The following APIs were modified since XWiki 7.4.1:
107 +
107 107  
109 +* Allow associating a version different from the extension version to the features and allow indicating namespace constraint in an extension(((
108 108  {{code language="none"}}
109 -<clirr output here>
111 +org.xwiki.extension.Extension: Method 'public java.util.Collection getAllowedNamespaces()' has been added to an interface
112 +org.xwiki.extension.Extension: Method 'public org.xwiki.extension.ExtensionId getExtensionFeature(java.lang.String)' has been added to an interface
113 +org.xwiki.extension.Extension: Method 'public java.util.Collection getExtensionFeatures()' has been added to an interface
110 110  {{/code}}
115 +)))
116 +
117 +* Deprecating this class in favor of the standard library class with the same name(((
118 +{{code language="none"}}
119 +org.xwiki.velocity.introspection.AbstractChainableUberspector: Removed field inner
120 +org.xwiki.velocity.introspection.DeprecatedCheckUberspector: Removed org.xwiki.velocity.introspection.ChainableUberspector from the set of implemented interface
121 +org.xwiki.velocity.introspection.DeprecatedCheckUberspector: Removed org.xwiki.velocity.introspection.AbstractChainableUberspector from the list of superclasse
122 +org.xwiki.velocity.introspection.MethodArgumentsUberspector: Removed org.xwiki.velocity.introspection.ChainableUberspector from the set of implemented interface
123 +org.xwiki.velocity.introspection.MethodArgumentsUberspector: Removed org.xwiki.velocity.introspection.AbstractChainableUberspector from the list of superclasse
124 +{{/code}}
125 +)))
126 +
127 +

Get Connected