[xwiki/xwiki-commons] 6e87cd: XCOMMONS-3197: LocalExtensionStorage removeExtensi...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 6e87cdc65ebd69830327cbc2b5946d338b104f90 https://github.com/xwiki/xwiki-commons/commit/6e87cdc65ebd69830327cbc2b5946d... Author: Antoine Mottier <[email protected]> Date: 2024-11-12 (Tue, 12 Nov 2024) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/repository/internal/local/LocalExtensionStorage.java Log Message: ----------- XCOMMONS-3197: LocalExtensionStorage removeExtension doesn't remove extension folder even if empty * Remove extension version folder and extension folder if they are empty when removing an extension from local repository. Commit: 850c856cf9efabd1b22e78eaaff824ba23e8653b https://github.com/xwiki/xwiki-commons/commit/850c856cf9efabd1b22e78eaaff824... Author: Antoine Mottier <[email protected]> Date: 2024-11-12 (Tue, 12 Nov 2024) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/repository/internal/local/LocalExtensionStorage.java Log Message: ----------- Fix exception and log message format and content * Use `String.format` to build exception message. * Include exception root cause message in log message and clarify the cause of the warning message when failing to remove descriptor file because it is missing. Commit: 2c98a7aa9b6ec79ecfa2f84ad666e7314fc7dc52 https://github.com/xwiki/xwiki-commons/commit/2c98a7aa9b6ec79ecfa2f84ad666e7... Author: Thomas Mortagne <[email protected]> Date: 2024-11-15 (Fri, 15 Nov 2024) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/repository/internal/local/LocalExtensionStorage.java Log Message: ----------- Attempt of using java.nio.file for extension removal * fix a line which was too long because of the log message size * move `extensionDescriptorFilePath` higher Commit: 5ba617982c2003e3b463418b02df7f893416d12d https://github.com/xwiki/xwiki-commons/commit/5ba617982c2003e3b463418b02df7f... Author: Thomas Mortagne <[email protected]> Date: 2024-11-15 (Fri, 15 Nov 2024) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/repository/internal/local/LocalExtensionStorage.java Log Message: ----------- Merge pull request #1167 from amottier/fix-delete-extension-folder-on-removal-nio Attempt of using `java.nio.file` for extension removal Compare: https://github.com/xwiki/xwiki-commons/compare/11f2322e8d5a...5ba617982c20 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
participants (1)
-
XWiki Notifications