There is 1 comment.
 
 
Book Versions / cid:jira-generated-image-avatar-1966d044-212b-4046-8b8e-e70d3971bf5d BVERSION-114 Closed

Wiki macros do not display content

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-97205637-9f2d-4b5d-8449-a1b6bf0d88a5 Mathieu Pace on 03/Mar/25 16:24
 
The current fix creates warning about deprecated code when using the AdminUIMacro, variant and includeLibrary macros. Example:
{code:java}
WARN  o.a.v.introspection            - Deprecated usage of method [com.xpn.xwiki.api.DeprecatedContext.getMacro] in master:BookVersions.Code.VariantMacro@17,33 
WARN  o.a.v.introspection            - Deprecated usage of getter [com.xpn.xwiki.api.DeprecatedContext.getMacro] in master:BookVersions.Code.includeLibrary@1,111 
{code}