Branch: refs/heads/claude/vigilant-dirac-qib2zr Home: https://github.com/xwiki/xwiki-platform Commit: 8f5c74d2cd3fa6c9d2f0744ce7cb8a56864961ab https://github.com/xwiki/xwiki-platform/commit/8f5c74d2cd3fa6c9d2f0744ce7cb8... Author: Vincent Massol <[email protected]> Date: 2026-07-16 (Thu, 16 Jul 2026) Changed paths: A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/plugin/XWikiPluginManagerTest.java Log Message: ----------- [Misc] Add XWikiPluginManager test for getDeclaredMethods dispatch Pins the contract that broke in this PR: a plugin is dispatched a handler function only if its concrete class declares (overrides) that method, since initPlugin() scans getDeclaredMethods() which excludes inherited methods. A plugin that only inherits endParsing() must not receive the callback. This would have caught the earlier regression of removing the skinx overrides. Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications