Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 013e188976bb6de803a69fdd170b7a549add8bd5 https://github.com/xwiki/xwiki-commons/commit/013e188976bb6de803a69fdd170b7a... Author: Simon Urli <[email protected]> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/pom.xml A xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/src/main/java/org/xwiki/classloader/internal/ClassLoaderResetEvent.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/pom.xml R xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/src/checkstyle/checkstyle-suppressions.xml M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/src/main/java/org/xwiki/extension/jar/internal/handler/JarExtensionHandler.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/src/main/java/org/xwiki/extension/jar/internal/handler/JarExtensionJobFinishingListener.java Log Message: ----------- XWIKI-14494: Java scheduler job coming from an extension is not rescheduled when the extension is upgraded (#1549) * Introduce an event to inform that a classloader has been reset * Trigger the event whenever an extension is uninstalled * Include namespace directly in the event * Fix doc * Fix checkstyle warning and remove old unecessary checkstyles ignores * Fix event match condition To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications