Branch: refs/heads/feature-deploy-XWIKI-14494 Home: https://github.com/xwiki/xwiki-commons Commit: eb486f545a5134488689f178462530483cb9b478 https://github.com/xwiki/xwiki-commons/commit/eb486f545a5134488689f178462530... Author: Simon Urli <[email protected]> Date: 2025-12-09 (Tue, 09 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/ClassLoaderResetedEvent.java M 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/JarExtensionJobFinishingListener.java Log Message: ----------- XWIKI-14494: Java scheduler job coming from an extension is not rescheduled when the extension is upgraded * Introduce an event to inform that a classloader has been reset * Trigger the event whenever an extension is uninstalled Commit: 8dcfd9fe14e2bed026838e3295733f0f3ab5bdae https://github.com/xwiki/xwiki-commons/commit/8dcfd9fe14e2bed026838e3295733f... Author: Simon Urli <[email protected]> Date: 2025-12-09 (Tue, 09 Dec 2025) Changed paths: A xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/src/main/java/org/xwiki/classloader/internal/ClassLoaderResetEvent.java R xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/src/main/java/org/xwiki/classloader/internal/ClassLoaderResetedEvent.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 * Include namespace directly in the event * Fix doc * Fix checkstyle warning and remove old unecessary checkstyles ignores Commit: 47020c26bd54c1bff8b472d2c73d85a0c202ba0f https://github.com/xwiki/xwiki-commons/commit/47020c26bd54c1bff8b472d2c73d85... Author: Simon Urli <[email protected]> Date: 2025-12-09 (Tue, 09 Dec 2025) Changed paths: M xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/src/main/java/org/xwiki/classloader/internal/ClassLoaderResetEvent.java Log Message: ----------- XWIKI-14494: Java scheduler job coming from an extension is not rescheduled when the extension is upgraded * Fix event match condition Compare: https://github.com/xwiki/xwiki-commons/compare/d3b0cc68a3fe...47020c26bd54 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications