After triggering Content Report Table Macro according to example in documentation page {{content-report-table labels="macro"/}} you'll see a warning informative message in XWiki console
2023-10-30 13:54:57,193 [qtp532854629-651 - http://localhost/xwiki/bin/view/Sandbox/Test%20Pro%20Macros/?xpage=get&outputTitle=true&language=en×tamp=1698666896729] WARN o.a.v.introspection - Deprecated usage of method [org.apache.velocity.tools.generic.MathTool.toNumber] in xwiki:Sandbox.Test Pro Macros.WebHome@37,43
This method $mathtool.toNumber is only present on one macro AFAIS.
|
#set($discard = $query.setLimit($mathtool.toNumber($maxResults)).addFilter('currentlanguage')) |
Might be good to replace it with $numbertool.toNumber even though this type of message can be disabled on XWiki instance.