[xwiki/xwiki-platform] 22be27: XWIKI-19157: Make the real-time WYSIWYG editor wor...
Branch: refs/heads/feature-deploy-html-cleaner-upgrade Home: https://github.com/xwiki/xwiki-platform Commit: 22be277d5bc90abea705688d50a4ce3b3defc90e https://github.com/xwiki/xwiki-platform/commit/22be277d5bc90abea705688d50a4c... Author: Marius Dumitru Florea <[email protected]> Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/pom.xml A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/ckeditorRealtimeAdapter.js A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/ConfigSheet.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/src/main/webjar/config.js M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-ui/src/main/resources/XWiki/Realtime/WysiwygEditor.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/filters.js R xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/patches.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.css M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js Log Message: ----------- XWIKI-19157: Make the real-time WYSIWYG editor work in-place also XWIKI-19156: Bundle the real-time WYSIWYG editor in XWiki Standard * Move the code that depends on CKEditor from xwiki-platform-realtime-wysiwyg to xwiki-platform-ckeditor (the code left in xwiki-platform-realtime-wysiwyg should work, more or less, with any rich text editor) * Enable realtime editing as a CKEditor plugin (because it's easier to manage), rather than by defining a new editor ("Realtime CKEditor") * Move the user caret indicator styles to a CSS file and change the way styles are loaded in order to work with the in-place editor. * Change the name of the CKEditor instance used when editing in-place, from 'xwiki-content' to 'content', in order to be consistent with the standalone WYSIWYG edit mode and also because we're now using the CKEditor instance name to create the Netflux channel path and we want the in-place editor and the standalone editor to be part of the same real-time session. * Make the in-place editor set 'XWiki.editor' value to "wysiwyg" while we are editing, in case some JavaScript code is relying on this (like the real-time code which gets activated currently only when 'XWiki.editor' matches the real-time editor type). * Refactor the code that computes the Netflux channel paths to make it generic so that it works with any document field, not just the document content (preparing the ground for real-time forms). * Refactor and fix the autosave * Add support for having the in-place editor join the same real-time session as the standalone editor, by making the root of the HyperJSON we sync independent of the type of WYSIWYG editor (BODY vs. DIV). * Refactor the generic real-time WYSIWYG editing code to improve readability Commit: 8a77229e3365122d513551262b2151934e39a416 https://github.com/xwiki/xwiki-platform/commit/8a77229e3365122d513551262b215... Author: Marius Dumitru Florea <[email protected]> Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/messages.less M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/variablesInit.vm M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-plugin/src/main/java/com/xpn/xwiki/plugin/image/ImagePlugin.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-livetable/src/main/java/org/xwiki/livedata/internal/livetable/LiveTableLiveDataEntryStore.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/tests/unit/displayers/displayerTestsHelper.js M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/XWikiLivedata.vue M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/displayers/BaseDisplayer.vue M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-ui/src/main/resources/Menu/MenuMacro.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/DefaultNotificationFilterPreferenceManager.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/DefaultNotificationFilterPreferenceManagerTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterTest.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationStateTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/DocumentMovedListener.java R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/NotificationFilterPreferenceConfiguration.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/NotificationFilterPreferenceStore.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R140401000XWIKI15460DataMigration.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R151002000XWIKI21448DataMigration.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R160100000XWIKI21738DataMigration.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/DocumentMovedListenerTest.java R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/NotificationFilterPreferenceConfigurationTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/NotificationFilterPreferenceStoreTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/migration/R140401000XWIKI15460DataMigrationTest.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/migration/R160100000XWIKI21738DataMigrationTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/main/java/org/xwiki/notifications/notifiers/internal/DefaultNotificationCacheManager.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsEmailsIT.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsIT.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsSettingsIT.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsTrayPage.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/preferences/filters/AbstractNotificationFilterPreference.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.ru.xml M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/main/resources/custom-document-formats.json M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/test/java/org/xwiki/officeimporter/internal/converter/DefaultOfficeConverterTest.java M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/test/resources/custom-document-formats.json M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/XWikiDockerExtension.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/configuration/ConfigurationFilesGenerator.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/servletengine/ServletContainerExecutor.java A xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-ui/src/main/resources/WhatsNew/Code/WebHome.xml A xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-ui/src/main/resources/WhatsNew/WebHome.xml M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm Log Message: ----------- Merge branch 'master' of github.com:xwiki/xwiki-platform into feature-realtime Commit: c2c70d5e2b9854831e0812fbc121d9ba408cf9e6 https://github.com/xwiki/xwiki-platform/commit/c2c70d5e2b9854831e0812fbc121d... Author: Marius Dumitru Florea <[email protected]> Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/pom.xml Log Message: ----------- XWIKI-21575: Real-time editing is using AGPL-licensed dependencies which is not compatible with XWiki's LGPL license * Update the version of dependencies for which the license was changed from AGPL to LGPL. Commit: 05318b9b0bbbacdff1095afcb79955ea3e393611 https://github.com/xwiki/xwiki-platform/commit/05318b9b0bbbacdff1095afcb7995... Author: Marius Dumitru Florea <[email protected]> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/interface.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/wikiEditor.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js Log Message: ----------- XWIKI-19157: Make the real-time WYSIWYG editor work in-place also * Don't duplicate the "Allow realtime" checkbox when editing again in-place (without reloading the page) * Leave and re-enter the realtime session without a page reload. * Small refactoring to group together connection related data (state), in order to cleanup more easily, and replace the initializing and aborted flags with a single (connection) state field. * Make sure the warning message displayed when there are offline editors (outside the realtime session) is updated when they enter the real-time session (without reloading the page). Commit: 70d027fc25df287cba01f0f6e22b91d16cc072f3 https://github.com/xwiki/xwiki-platform/commit/70d027fc25df287cba01f0f6e22b9... Author: Marius Dumitru Florea <[email protected]> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/javascript.vm M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/lock/lock.js Log Message: ----------- XWIKI-19157: Make the real-time WYSIWYG editor work in-place also * Fix error thrown when the realtime editor tries to lock the current page from view mode (in-place editing). Declare the 'xwiki-document-lock' module to be able to load it in view mode on demand. * Enable realtime when re-entering in-place edit mode (without page reload), if the "Allow realtime collaboration" checkbox was checked when the user previosuly left the in-place edit mode. Commit: f6ce75a1c86d3acd480cb86726ef522f975fb146 https://github.com/xwiki/xwiki-platform/commit/f6ce75a1c86d3acd480cb86726ef5... Author: Marius Dumitru Florea <[email protected]> Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/userData.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/wikiEditor.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js Log Message: ----------- XWIKI-19157: Make the real-time WYSIWYG editor work in-place also * Refactor the Saver code for improved readability * Make sure all channels are properly closed when leaving the edit mode without reloading the page (for in-place editing). Commit: 96825a7ccad8881fe48f2f03a38faf0b2478b3eb https://github.com/xwiki/xwiki-platform/commit/96825a7ccad8881fe48f2f03a38fa... Author: Marius Dumitru Florea <[email protected]> Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/ContentSheet.xml M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/pom.xml M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/DefaultEntityChannelStore.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/script/NetfluxScriptServiceTest.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.css M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js Log Message: ----------- XWIKI-19157: Make the real-time WYSIWYG editor work in-place also * Fix the user caret indicators in in-place edit mode. * Use a relative XPath to send the caret position because the root element is different between standalone and in-place edit mode. * Also bulletproof DefaultEntityChannelStore for multi-threading. Commit: 17cda1313b7c36dac807a9e71b0122e2af32cde0 https://github.com/xwiki/xwiki-platform/commit/17cda1313b7c36dac807a9e71b012... Author: Marius Dumitru Florea <[email protected]> Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/wikiEditor.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js Log Message: ----------- XWIKI-19157: Make the real-time WYSIWYG editor work in-place also * Refactor loader.js to make it work with any document field, not just content, and to support leaving the edit mode without reloading the page (for in-place edit mode). * Broadcast a message on the events/all channel when someone stops editing a document field (e.g. when leaving in-place edit mode without reloading the page). * Properly remove the document saved listener when destroying the (auto) Saver without reloading the page. Commit: 1e91b0a434e6f946ba5294f2035ff27b04e4eb71 https://github.com/xwiki/xwiki-platform/commit/1e91b0a434e6f946ba5294f2035ff... Author: Marius Dumitru Florea <[email protected]> Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/pom.xml Log Message: ----------- XWIKI-19156: Bundle the real-time WYSIWYG editor in XWiki Standard * Make the realtime editing an optinal dependency (since it's disabled by default). Commit: 7dd01cd6cd27759548bd3828ef50947d01e74f00 https://github.com/xwiki/xwiki-platform/commit/7dd01cd6cd27759548bd3828ef509... Author: Manuel Leduc <[email protected]> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-docker/src/test/it/org/xwiki/annotation/test/ui/AnnotationsIT.java Log Message: ----------- [Misc] Add missing test order for AnnotationsIT The method order is actually important because of AnnotationCode.Script jsx gets cached with messages in the first local it gets called with, leading to messages in an unexpected language (i.e., french in those tests). Commit: 26ffd4452997ef949b308dbbd212165db1a2dbd3 https://github.com/xwiki/xwiki-platform/commit/26ffd4452997ef949b308dbbd2121... Author: Manuel Leduc <[email protected]> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-docker/src/test/it/org/xwiki/annotation/test/ui/AnnotationsIT.java M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-pageobjects/src/main/java/org/xwiki/annotation/test/po/AnnotatableViewPage.java M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Script.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentsTab.java Log Message: ----------- XWIKI-17702: Annotation anchor not working when "show annotations" is off (#2921) Commit: 2f8f704458ea00612ae268cc2a62bc298eb59a63 https://github.com/xwiki/xwiki-platform/commit/2f8f704458ea00612ae268cc2a62b... Author: Manuel Leduc <[email protected]> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-image/imageEditor.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/ImageIT.java Log Message: ----------- XWIKI-21945: The image is not inserted with the chosen style parameters when Identifier and Type are different Commit: c2bc6b4252d4734c56c474a9fa572ef1105fbaaf https://github.com/xwiki/xwiki-platform/commit/c2bc6b4252d4734c56c474a9fa572... Author: Marius Dumitru Florea <[email protected]> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditorConfigurationPane.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/AbstractRealtimeWYSIWYGEditorIT.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-ui/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/BootstrapSelect.java Log Message: ----------- XWIKI-19156: Bundle the real-time WYSIWYG editor in XWiki Standard XWIKI-19157: Make the real-time WYSIWYG editor work in-place also * Update the functional tests Commit: 5212e64cad203aa8c0b0d2c9cb34c4b659d7f3d9 https://github.com/xwiki/xwiki-platform/commit/5212e64cad203aa8c0b0d2c9cb34c... Author: Mend Renovate <[email protected]> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml Log Message: ----------- Update dependency org.xwiki.contrib.numbered.content:application-numbered-content-headings-ui to v1.9.3 Commit: 8f82891926d4fe5b008868490816d45eb23206b5 https://github.com/xwiki/xwiki-platform/commit/8f82891926d4fe5b008868490816d... Author: Thomas Mortagne <[email protected]> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml Log Message: ----------- Merge pull request #2946 from renovate-bot/renovate/org.xwiki.contrib.numbered.content-application-numbered-content-headings-ui-1.x Update dependency org.xwiki.contrib.numbered.content:application-numbered-content-headings-ui to v1.9.3 Commit: 36575a9f594bd68a77484d1d34b01738bd0ed6b5 https://github.com/xwiki/xwiki-platform/commit/36575a9f594bd68a77484d1d34b01... Author: Vincent Massol <[email protected]> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/src/test/java/org/xwiki/model/validation/internal/ReplaceCharacterEntityNameValidationTest.java M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/src/test/java/org/xwiki/model/validation/internal/SlugEntityNameValidationTest.java Log Message: ----------- [Misc] Code style Commit: d8f6d3c89ed09b56a55dccfae67cc068b0ef6e18 https://github.com/xwiki/xwiki-platform/commit/d8f6d3c89ed09b56a55dccfae67cc... Author: Vincent Massol <[email protected]> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M pom.xml Log Message: ----------- [Misc] Upgrade LO LTS to latest version Commit: e56fe398f4aaf0b796bdc99224e831d00b0ae74b https://github.com/xwiki/xwiki-platform/commit/e56fe398f4aaf0b796bdc99224e83... Author: Thomas Mortagne <[email protected]> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-ui/src/main/resources/Filter/FilterStreamJob.xml Log Message: ----------- XWIKI-21965: The filter converter should reuse the standard job status displayer Commit: 1c97a05845d14a44be78423ad5bf2223bedd61d6 https://github.com/xwiki/xwiki-platform/commit/1c97a05845d14a44be78423ad5bf2... Author: Vincent Massol <[email protected]> Date: 2024-03-01 (Fri, 01 Mar 2024) Changed paths: M pom.xml Log Message: ----------- [Misc] Upgrade to latest Docker Java 3.3.6 Commit: 4938fd4a67ee08876c56095d820179ebdc0a61d5 https://github.com/xwiki/xwiki-platform/commit/4938fd4a67ee08876c56095d82017... Author: Thomas Mortagne <[email protected]> Date: 2024-03-01 (Fri, 01 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/pom.xml A xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-pageobjects/pom.xml A xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-pageobjects/src/main/java/org/xwiki/filter/test/po/ApplicationFilterHomePage.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-tests/src/test/java/org/xwiki/filter/test/ui/FilterIT.java R xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-tests/src/test/resources/packagefile/xarextension1/package.xml R xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-tests/src/test/resources/packagefile/xarextension1/packagefile.properties R xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-tests/src/test/resources/packagefile/xarextension1/space/page.xml R xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-tests/src/test/resources/packagefile/xarextension1/space/page2.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-tests/src/test/resources/xml/document1.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiAttachmentArchive.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/doc/ListAttachmentArchive.java M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/AttachmentArchiveSaveRunnable.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java Log Message: ----------- XWIKI-21270: Attachment metadata dirty flag is not always taken into account when saving attachment metadata Commit: 43269068a41b3eb13305216d5b2fc1299a69871c https://github.com/xwiki/xwiki-platform/commit/43269068a41b3eb13305216d5b2fc... Author: Thomas Mortagne <[email protected]> Date: 2024-03-01 (Fri, 01 Mar 2024) Changed paths: M pom.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-jersey/pom.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-jersey/src/main/java/org/xwiki/rest/jersey/internal/XWikiInjectionManager.java Log Message: ----------- XWIKI-12674: Replace Restlet with Jersey * add Jersey sse implementation (not enabled yet) * bulletproof Context injection Commit: 8c4a52bc5039d96bdcc7906871acfe86eb54a7e6 https://github.com/xwiki/xwiki-platform/commit/8c4a52bc5039d96bdcc7906871acf... Author: LucasC <[email protected]> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-ui/src/main/resources/XWiki/SearchSuggestSourceSheet.xml M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/rating_macros.vm Log Message: ----------- XWIKI-21778: Admin section: make the Extension section pass webstandard tests (#2950) XWIKI-21779: Admin section: make the search suggest section pass webstandard tests * Added content for the <dl> in searchSuggest. * Replaced the self closing syntax for the meter in Extensions with a proper open + close syntax. Commit: 1b30d6bb356751e21e7a9961a313489f544d54cf https://github.com/xwiki/xwiki-platform/commit/1b30d6bb356751e21e7a9961a3134... Author: Vincent Massol <[email protected]> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ExportAction.java Log Message: ----------- [Misc] Always close the input and output streams even if there's an error so that we don't have a memory leak Commit: 34bab5d077aed68fc1fca67ad14760b9f6184330 https://github.com/xwiki/xwiki-platform/commit/34bab5d077aed68fc1fca67ad1476... Author: Thomas Mortagne <[email protected]> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-12674: Replace Restlet with Jersey * fix dependency Commit: 2d7dd8068a82aafc9df88174e1d3d39f0fe0b26a https://github.com/xwiki/xwiki-platform/commit/2d7dd8068a82aafc9df88174e1d3d... Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M .mvn/extensions.xml Log Message: ----------- Bump com.gradle:common-custom-user-data-maven-extension Bumps [com.gradle:common-custom-user-data-maven-extension](https://github.com/gradle/common-custom-user-data-maven-extension) from 1.12.5 to 1.13. - [Release notes](https://github.com/gradle/common-custom-user-data-maven-extension/releases) - [Commits](https://github.com/gradle/common-custom-user-data-maven-extension/compare/v1...) --- updated-dependencies: - dependency-name: com.gradle:common-custom-user-data-maven-extension dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Commit: a3848189f02fe1523500c0f0a46133fabf90c658 https://github.com/xwiki/xwiki-platform/commit/a3848189f02fe1523500c0f0a4613... Author: Thomas Mortagne <[email protected]> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M .mvn/extensions.xml Log Message: ----------- Merge pull request #2951 from xwiki/dependabot/maven/com.gradle-common-custom-user-data-maven-extension-1.13 Bump com.gradle:common-custom-user-data-maven-extension from 1.12.5 to 1.13 Commit: 0822c0804dc80109b81fcea3aa52153b64070dc6 https://github.com/xwiki/xwiki-platform/commit/0822c0804dc80109b81fcea3aa521... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/ImageIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditor.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditorToolBar.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeCKEditor.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeCKEditorToolBar.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeRichTextAreaElement.java Log Message: ----------- XWIKI-19157: Make the real-time WYSIWYG editor work in-place also * Update page objects and tests Commit: d186cd56cae31d6bfe701f818d44bb50e5e002a8 https://github.com/xwiki/xwiki-platform/commit/d186cd56cae31d6bfe701f818d44b... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-04 (Mon, 04 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/pom.xml A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/ckeditorRealtimeAdapter.js A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/ImageIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditor.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditorConfigurationPane.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditorToolBar.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/ConfigSheet.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/ContentSheet.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/src/main/webjar/config.js M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/javascript.vm M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/pom.xml M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/DefaultEntityChannelStore.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/script/NetfluxScriptServiceTest.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/interface.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/userData.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/wikiEditor.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/AbstractRealtimeWYSIWYGEditorIT.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeCKEditor.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeCKEditorToolBar.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeRichTextAreaElement.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-ui/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-ui/src/main/resources/XWiki/Realtime/WysiwygEditor.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/filters.js R xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/patches.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.css M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/BootstrapSelect.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/lock/lock.js Log Message: ----------- Merge branch 'feature-realtime' Commit: fbff860834858979a7e56a0b27baee2e7fe665af https://github.com/xwiki/xwiki-platform/commit/fbff860834858979a7e56a0b27bae... Author: LucasC <[email protected]> Date: 2024-03-05 (Tue, 05 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/table/LayoutTableHeaderNames.vue Log Message: ----------- XWIKI-21967: Dragging to resize the columns from Affected Children Live Data causes the page to be deleted without user's confirmation (#2953) * Added a type to the dragNdrop buttons to avoid them accidentally submitting a form they were included in. Commit: 7d24f8ac4b07db9a28cd6fdae29787c044f360e2 https://github.com/xwiki/xwiki-platform/commit/7d24f8ac4b07db9a28cd6fdae2978... Author: Michael Hamann <[email protected]> Date: 2024-03-05 (Tue, 05 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-jersey/src/main/java/org/xwiki/rest/jersey/internal/RestletJacksonContextResolver.java Log Message: ----------- XWIKI-12674: Replace Restlet with Jersey (#2955) * Re-enable the Jackson annotation introspector. Commit: 0d53c39b8acc915cfa7bcb09d83ea7eb89a04abb https://github.com/xwiki/xwiki-platform/commit/0d53c39b8acc915cfa7bcb09d83ea... Author: Vincent Massol <[email protected]> Date: 2024-03-06 (Wed, 06 Mar 2024) Changed paths: M pom.xml Log Message: ----------- [Misc] Upgrade to TestContainers 1.19.7 Commit: b4bcc7a8c9dc787c769a948b65472a467143e535 https://github.com/xwiki/xwiki-platform/commit/b4bcc7a8c9dc787c769a948b65472... Author: LucasC <[email protected]> Date: 2024-03-06 (Wed, 06 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrSearch.xml Log Message: ----------- XWIKI-21747: Some filters cannot be activated on the Solr search results page when resizing the browser tab (#2961) * L720-721: Fixed the display of the facet header when zooming, now using flex instead of inline. Thanks to those changes, the wrapping will not affect the dropdown button. * L764: Added a transition to smoothen out a state transition that was quite harsh * L766: removed an incorrect style * L820: set the text color on the toggler inside facets, that were a different shade of grey before. * Improved the separator line style to avoid it crossing down some header content when zooming in Commit: fa41dd7dbffa2c92970ba8d8e3c4132e083cd4f7 https://github.com/xwiki/xwiki-platform/commit/fa41dd7dbffa2c92970ba8d8e3c41... Author: LucasC <[email protected]> Date: 2024-03-06 (Wed, 06 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/GlobalRightsAdministrationSectionPage.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/EditRightsPane.java Log Message: ----------- XWIKI-21597: Make the rights UI use icon themes * Updated tests: ** EditRightsPane used a custom class to hold the state of the icon. Replaced the reliance on the icon URL with the class on the button. Renamed everything in this class to let go off the icon, which is just a style thing and should not be based upon for such logic. ** Changed the GlobbalRightsAdministrationSectionPage object to fit the new attributes used on the checkbox. Commit: 03b566a26623ddece57e065e76885a6e6de39592 https://github.com/xwiki/xwiki-platform/commit/03b566a26623ddece57e065e76885... Author: LucasC <[email protected]> Date: 2024-03-06 (Wed, 06 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/XWikiUserSheet.xml Log Message: ----------- XWIKI-21969: User Sheet headers are not bold as expected (#2958) * Added back bold on the title Commit: 0ad50641721c1c01b842c6e22e5ac8ed7497bdb6 https://github.com/xwiki/xwiki-platform/commit/0ad50641721c1c01b842c6e22e5ac... Author: Pierre Jeanjean <[email protected]> Date: 2024-03-06 (Wed, 06 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/criteria/impl/RevisionCriteriaFactory.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiVersioningStoreInterface.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiVersioningStoreInterfaceTest.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactoryTest.java Log Message: ----------- XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface * Introduce default methods XWikiVersioningStoreInterface.getXWikiDocVersions and XWikiVersioningStoreInterface.getXWikiDocVersionsCount, taking RevisionCriteria as parameter * Introduce implementations for both in XWikiHibernateVersioningStore * Add XWikiDocument.getRevisionsCount and Document.getRevisionsCount * Edit XWikiDocument.getRevisions(RevisionCriteria) to use the new method * Move hibernate queries from XWikiHibernateVersioningStore to VersioningStoreQueryFactory to even out class fan-out complexity * Add new creation method to RevisionCriteriaFactory Commit: 21930bb07e86a5b743b9f569a4fb1daa968dc7f0 https://github.com/xwiki/xwiki-platform/commit/21930bb07e86a5b743b9f569a4fb1... Author: Clemens Robbenhaar <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_de.properties Log Message: ----------- Translated using Weblate (German) Currently translated at 100.0% (4484 of 4484 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/de/ Commit: a8725fc525d6188d51442a84b77de25c31e5eb47 https://github.com/xwiki/xwiki-platform/commit/a8725fc525d6188d51442a84b77de... Author: Clemens Robbenhaar <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.de.xml Log Message: ----------- Translated using Weblate (German) Currently translated at 100.0% (182 of 182 strings) Translation: XWiki Platform/XWiki.Notifications.Code.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-notifications-code-tran... Commit: 58722239757593b8a869971fc573f62194f7fc71 https://github.com/xwiki/xwiki-platform/commit/58722239757593b8a869971fc573f... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/PDFExportConfiguration.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/AbstractBrowserPDFPrinter.java A xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/PDFExportConfigurationTest.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/browser/BrowserPDFPrinterTest.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/pom.xml M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/DefaultPDFExportConfiguration.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/DefaultPDFExportConfigurationTest.java Log Message: ----------- XWIKI-21974: The PDF export calls the headless Chrome with the external URL first, even when the xwikiURI configuration is set Commit: 8029e38ee9de4f9d4c66cc538ae5ae472375f81e https://github.com/xwiki/xwiki-platform/commit/8029e38ee9de4f9d4c66cc538ae5a... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/PDFExportConfiguration.java Log Message: ----------- XWIKI-21974: The PDF export calls the headless Chrome with the external URL first, even when the xwikiURI configuration is set * Add missing since versions and mark unstable. Commit: 220530d1cfd94aafdc7cb8d5fcbd37f9f63248fe https://github.com/xwiki/xwiki-platform/commit/220530d1cfd94aafdc7cb8d5fcbd3... Author: Manuel Leduc <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataActionDescriptor.java A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataAsyncActionDescriptor.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/displayers/DisplayerActions.vue Log Message: ----------- XWIKI-21944: Allow live data action to be async (#2937) Commit: 781c417f9d027913d7b7d7b0aa88323a33769b17 https://github.com/xwiki/xwiki-platform/commit/781c417f9d027913d7b7d7b0aa883... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilter.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilterTest.java Log Message: ----------- [misc] Prevent NPE that doesn't break the PDF export but pollutes the PDF export job log, creating confusion when a custom authenticator is used. Commit: eaa1d785f25eea90f141fae8bc25620ff9dc588b https://github.com/xwiki/xwiki-platform/commit/eaa1d785f25eea90f141fae8bc256... Author: Mend Renovate <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json Log Message: ----------- [Misc] Update dependency vite to v5.1.5 Commit: 3c24179244001c889b35b4fc4ad637cc71f88257 https://github.com/xwiki/xwiki-platform/commit/3c24179244001c889b35b4fc4ad63... Author: Thomas Mortagne <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.de.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_de.properties Log Message: ----------- Merge pull request #2965 from xwikiorgci/weblate-xwiki-platform-xwiki-core-resources Translations update from Weblate Commit: b2c2a55fa673f7c6d3e203167758c5164c5dc1dd https://github.com/xwiki/xwiki-platform/commit/b2c2a55fa673f7c6d3e203167758c... Author: Thomas Mortagne <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/script/CaptchaScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/script/CaptchaScriptService.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/script/WrappedScriptCaptcha.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/internal/script/SafePDFExportConfiguration.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/internal/script/SafePDFExportConfigurationProvider.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/internal/script/SafePDFExportJobStatus.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/internal/script/SafePDFExportJobStatusProvider.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/script/PDFExportScriptService.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/script/PDFExportScriptServiceTest.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-distribution/src/main/java/org/xwiki/extension/distribution/internal/DistributionInternalScriptService.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/script/ConflictQuestionScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/script/DiffXarJobStatusScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/script/SafeConflictQuestion.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/script/SafeDiffXarJobStatus.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/AbstractExtensionScriptService.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/AbstractNoExceptionSafeObject.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/AbstractScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/ExtensionNodeScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/ExtensionPlanScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/ExtensionRepositoryScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/ExtensionScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/IterableResultScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeAdvancedSearchableExtensionRepository.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeAdvancedSearchableRatableExtensionRepository.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeCoreExtension.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeCoreExtensionRepository.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeExtension.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeExtensionFile.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeExtensionIndex.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeExtensionPlan.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeExtensionPlanAction.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeExtensionPlanNode.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeExtensionPlanTree.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeExtensionRepository.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeIndexedExtension.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeInstalledExtension.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeInstalledExtensionRepository.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeIterableResult.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeLocalExtension.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeLocalExtensionRepository.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeRatableExtensionRepository.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeRatingExtension.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeRemoteExtension.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeSearchableExtensionRepository.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/SafeSearchableRatableExtensionRepository.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/test/java/org/xwiki/extension/script/internal/safe/SafeExtensionTest.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-script/src/main/java/org/xwiki/filter/script/AbstractFilterScriptService.java M xwiki-platform-core/xwiki-platform-flavor/xwiki-platform-flavor-api/src/main/java/org/xwiki/platform/flavor/internal/safe/FlavorSearchStatusScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-flavor/xwiki-platform-flavor-api/src/main/java/org/xwiki/platform/flavor/internal/safe/SafeFlavorSearchStatus.java M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-script/src/main/java/org/xwiki/job/script/JobScriptService.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/script/DocumentScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/model/internal/document/SafeDocumentAuthors.java Log Message: ----------- XCOMMONS-2862: Make the ScriptSafeProvider framework public Commit: 7d795e6a93f1d861078d32b4acfa14cb24a33d72 https://github.com/xwiki/xwiki-platform/commit/7d795e6a93f1d861078d32b4acfa1... Author: Michael Hamann <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/ChildrenMacro.xml Log Message: ----------- XWIKI-21975: The children macro shouldn't use a Velocity macro * Remove the wrapping Velocity macro. Commit: 9e43a9ea28b2336240f22ba6a831404013938a0d https://github.com/xwiki/xwiki-platform/commit/9e43a9ea28b2336240f22ba6a8314... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/AbstractBrowserPDFPrinter.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/internal/browser/CookieFilter.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/browser/BrowserPDFPrinterTest.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilter.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilterTest.java Log Message: ----------- XWIKI-21976: The PDF export calls the REST API to get the headless Chrome IP address even when cookie filtering is not required Commit: aa9d9821fd012af6fe6be6dfd1ed8d8e6c515352 https://github.com/xwiki/xwiki-platform/commit/aa9d9821fd012af6fe6be6dfd1ed8... Author: Manuel Leduc <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsCustomFiltersPreferencesMacro.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsSystemFiltersPreferencesMacro.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.xml Log Message: ----------- XWIKI-21947: The descriptions of the LD of the notification filters are redundant Commit: f1c08e89bb797869bcb18483fa8f8b6660a812ef https://github.com/xwiki/xwiki-platform/commit/f1c08e89bb797869bcb18483fa8f8... Author: Clément Aubin <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/pom.xml M xwiki-platform-core/xwiki-platform-oldcore/pom.xml Log Message: ----------- XWIKI-21977 : Module xwiki-platform-legacy-oldcore does not expose the same extension features as xwiki-platform-oldcore * Move oldcore extension features to a property of xwiki-platform-core * Re-use property in oldcore and legacy-oldcore modules Commit: 3047fecf6d7465bb9f0739d9af15b688f70f49cf https://github.com/xwiki/xwiki-platform/commit/3047fecf6d7465bb9f0739d9af15b... Author: Clément Aubin <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/pom.xml M xwiki-platform-core/xwiki-platform-oldcore/pom.xml Log Message: ----------- Merge pull request #2966 from xwiki/XWIKI-21977 XWIKI-21977 : Module xwiki-platform-legacy-oldcore does not expose the same extension features as xwiki-platform-oldcore Commit: 47b7376a5e3c1979e5cf53af1198a30f38924c8e https://github.com/xwiki/xwiki-platform/commit/47b7376a5e3c1979e5cf53af1198a... Author: Pierre Jeanjean <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/criteria/impl/RevisionCriteria.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactoryTest.java Log Message: ----------- XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface * Fix missing support for "ALL" ranges * Fix XWikiDocumentArchive caching issues Commit: 8fa6490fd5f9a28cb1cc973cfd188b89c85c6fbd https://github.com/xwiki/xwiki-platform/commit/8fa6490fd5f9a28cb1cc973cfd188... Author: Pierre Jeanjean <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/historyinline.vm Log Message: ----------- XWIKI-9961: Improve performances for displaying the history tab * Stop loading the complete history from DB to get the history size Commit: 43773918d731f716382ab9f2040a9bbde79bd85f https://github.com/xwiki/xwiki-platform/commit/43773918d731f716382ab9f2040a9... Author: Thomas Mortagne <[email protected]> Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/GlobalRightsAdministrationSectionPage.java Log Message: ----------- XWIKI-21597: Make the rights UI use icon themes * remove unused imports Commit: 8b676465c60ac2db329c1603eac7b011dfa41380 https://github.com/xwiki/xwiki-platform/commit/8b676465c60ac2db329c1603eac7b... Author: Thomas Mortagne <[email protected]> Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: M xwiki-platform-core/pom.xml R xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/script/CaptchaScriptSafeProvider.java R xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/script/WrappedScriptCaptcha.java A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/script/internal/CaptchaScriptSafeProvider.java A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/script/internal/WrappedScriptCaptcha.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/resources/META-INF/components.txt Log Message: ----------- XWIKI-21980: CaptchaScriptSafeProvider is public Commit: b13d95d73eb505392ae903a977ede4c98e38dd66 https://github.com/xwiki/xwiki-platform/commit/b13d95d73eb505392ae903a977ede... Author: Thomas Mortagne <[email protected]> Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: M xwiki-platform-core/pom.xml Log Message: ----------- XCOMMONS-2862: Make the ScriptSafeProvider framework public Commit: 0764000f421e8511bb97552dbae4c71906135d5b https://github.com/xwiki/xwiki-platform/commit/0764000f421e8511bb97552dbae4c... Author: Thomas Mortagne <[email protected]> Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiVersioningStoreInterface.java Log Message: ----------- XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface * fix typo Commit: 2aa2d3108b3aade7dd7e9fe186608dbed406c398 https://github.com/xwiki/xwiki-platform/commit/2aa2d3108b3aade7dd7e9fe186608... Author: Mend Renovate <[email protected]> Date: 2024-03-12 (Tue, 12 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json Log Message: ----------- [Misc] Update dependency vite to v5.1.6 Commit: 7fde4ebd571402c361c2c5482f07d1b42ba95086 https://github.com/xwiki/xwiki-platform/commit/7fde4ebd571402c361c2c5482f07d... Author: Mend Renovate <[email protected]> Date: 2024-03-12 (Tue, 12 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package-lock.json M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package.json M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json Log Message: ----------- [Misc] Update dependency eslint-plugin-vue to v9.23.0 Commit: c7f8b2cb55d094ab32d6e39b158be1736e2080ae https://github.com/xwiki/xwiki-platform/commit/c7f8b2cb55d094ab32d6e39b158be... Author: Mend Renovate <[email protected]> Date: 2024-03-12 (Tue, 12 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml Log Message: ----------- Update dependency org.xwiki.contrib.numbered.content:application-numbered-content-headings-ui to v1.10.1 (#2973) Commit: b0f0e1b1462ea461adddc305c4ef10919d0f43ca https://github.com/xwiki/xwiki-platform/commit/b0f0e1b1462ea461adddc305c4ef1... Author: Thomas Mortagne <[email protected]> Date: 2024-03-12 (Tue, 12 Mar 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-21986: Upgrade to Zookeeper 3.9.2 Commit: 5b29ffa0be933d55633ab541c66056affafa178f https://github.com/xwiki/xwiki-platform/commit/5b29ffa0be933d55633ab541c6605... Author: Vincent Massol <[email protected]> Date: 2024-03-12 (Tue, 12 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/WARBuilder.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/XWikiDockerExtension.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/src/main/java/org/xwiki/test/integration/maven/ArtifactResolver.java Log Message: ----------- XWIKI-21987: Move all debug logs under the verbose option and keep debug only for starting the JVM in debug mode Commit: 021cf7abaa66317d2328436a1a15e3e3aa472f4c https://github.com/xwiki/xwiki-platform/commit/021cf7abaa66317d2328436a1a15e... Author: Simon Urli <[email protected]> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M .github/labeler.yml Log Message: ----------- [Misc] Only keep LTS branch for labeler Commit: 36231bf8af8c0f00785fe42436dbabfe64b5b6b0 https://github.com/xwiki/xwiki-platform/commit/36231bf8af8c0f00785fe42436dba... Author: Thomas Mortagne <[email protected]> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-all/src/deb/control/control M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-events/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-extension_index/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-ratings/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-search/pom.xml Log Message: ----------- XWIKI-20477: Upgrade to Solr 9.4.1 and Lucene 9.8.0 Commit: 9ea3b7118e035b155c1bf1df49c95401cd90dadf https://github.com/xwiki/xwiki-platform/commit/9ea3b7118e035b155c1bf1df49c95... Author: Thomas Mortagne <[email protected]> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M xwiki-platform-core/pom.xml Log Message: ----------- XCOMMONS-2862: Make the ScriptSafeProvider framework public Commit: 58f1cf47fa44906522f6ae24d9e08b622c04fb5c https://github.com/xwiki/xwiki-platform/commit/58f1cf47fa44906522f6ae24d9e08... Author: Thomas Mortagne <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/pom.xml Log Message: ----------- XCOMMONS-2862: Make the ScriptSafeProvider framework public Commit: 027ace8772734dda49d8881e686486713ac9612f https://github.com/xwiki/xwiki-platform/commit/027ace8772734dda49d8881e68648... Author: Thomas Mortagne <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M pom.xml Log Message: ----------- [misc] Change <rendering.version> property default value to be easier to use with feature-deploy branches Commit: de6b5957675670de187c2d927aa9cb655c6a4eac https://github.com/xwiki/xwiki-platform/commit/de6b5957675670de187c2d927aa9c... Author: Simon Urli <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/filters/FilterBoolean.vue Log Message: ----------- XWIKI-21995: Boolean filters are always displaying translation keys instead of translations * We need to ensure that translations are properly loaded before calling selectize else the options are never translated: selectize consumes the option from the DOM so Vue cannot refresh them once the translations are loaded Commit: 40719fa6fe61645c85e957386fe09d1dec7f5dac https://github.com/xwiki/xwiki-platform/commit/40719fa6fe61645c85e957386fe09... Author: listeng <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/XWiki/SolrSearchAdminIndexingUserTranslations.zh.xml Log Message: ----------- Added translation using Weblate (Chinese (Simplified) (zh)) Commit: 57b57f9ec7ec7560b2c461ad3f1abc8fde53aa22 https://github.com/xwiki/xwiki-platform/commit/57b57f9ec7ec7560b2c461ad3f1ab... Author: listeng <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrTranslations.zh.xml Log Message: ----------- Added translation using Weblate (Chinese (Simplified) (zh)) Commit: 751be3a7ec37fad3011aff4383a2300d580cbb4a https://github.com/xwiki/xwiki-platform/commit/751be3a7ec37fad3011aff4383a23... Author: listeng <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrTranslations.zh.xml Log Message: ----------- Translated using Weblate (Chinese (Simplified) (zh)) Currently translated at 100.0% (129 of 129 strings) Translation: XWiki Platform/Main.SolrTranslations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/main-solrtranslations/zh/ Commit: a64c89c197576115e34710da7607dc31741c9dd1 https://github.com/xwiki/xwiki-platform/commit/a64c89c197576115e34710da7607d... Author: listeng <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: A xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/src/main/resources/TourCode/TourTranslations.zh.xml Log Message: ----------- Added translation using Weblate (Chinese (Simplified) (zh)) Commit: 20f4ae1fdfe66c57edb490bf99e694569d979ec9 https://github.com/xwiki/xwiki-platform/commit/20f4ae1fdfe66c57edb490bf99e69... Author: listeng <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_zh.properties Log Message: ----------- Translated using Weblate (Chinese (Simplified) (zh)) Currently translated at 76.3% (3423 of 4486 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/zh/ Commit: 1f705d53f3f67473826f84b7cb3fd5c9a6a802fe https://github.com/xwiki/xwiki-platform/commit/1f705d53f3f67473826f84b7cb3fd... Author: listeng <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/src/main/resources/TourCode/TourTranslations.zh.xml Log Message: ----------- Translated using Weblate (Chinese (Simplified) (zh)) Currently translated at 100.0% (46 of 46 strings) Translation: XWiki Platform/TourCode.TourTranslations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/tourcode-tourtranslations/zh/ Commit: 9c94d4617c0a1dc9e1d4d8e42003ccea89e2f1fc https://github.com/xwiki/xwiki-platform/commit/9c94d4617c0a1dc9e1d4d8e42003c... Author: listeng <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.zh.xml Log Message: ----------- Translated using Weblate (Chinese (Simplified) (zh)) Currently translated at 100.0% (50 of 50 strings) Translation: XWiki Platform/XWiki.DocumentTreeTranslations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-documenttreetranslation... Commit: 333a9e197d0811b043ecb4e8f0d53a20fbd3f0df https://github.com/xwiki/xwiki-platform/commit/333a9e197d0811b043ecb4e8f0d53... Author: Simon Urli <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: R xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/XWiki/SolrSearchAdminIndexingUserTranslations.zh.xml Log Message: ----------- Deleted translation using Weblate (Chinese (Simplified) (zh)) Commit: 65d216e9ab6a6afa6572e2b7036e615f22817c9a https://github.com/xwiki/xwiki-platform/commit/65d216e9ab6a6afa6572e2b7036e6... Author: Simon Urli <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/BaseDescriptor.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataPropertyDescriptor.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/WithParameters.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-livetable/src/main/java/org/xwiki/livedata/internal/livetable/LiveTableLiveDataPropertyStore.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-livetable/src/test/java/org/xwiki/livedata/internal/livetable/LiveTableLiveDataPropertyStoreTest.java Log Message: ----------- XWIKI-21971: No options when using LiveData with a LevelsClass column (#2982) * Provide a list of maps of label / values in case of LevelsClass * Provide equals/hashcode/tostring method in LiveDataPropertyDescriptor * Improve test to rely on LiveDataPropertyDescriptor objects instead of relying on JSON serialization * Minor fixes after review Commit: 36d56539f4554d93c1698e3332a57e0fb3c44f99 https://github.com/xwiki/xwiki-platform/commit/36d56539f4554d93c1698e3332a57... Author: Simon Urli <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/resources/liveDataConfiguration.json M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/test/resources/DefaultLiveDataConfigurationResolver.test M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/test/resources/withInitialize.json M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-livetable/src/main/java/org/xwiki/livedata/internal/livetable/LiveTableLiveDataPropertyStore.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-livetable/src/test/java/org/xwiki/livedata/internal/livetable/LiveTableLiveDataPropertyStoreTest.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/filters/FilterList.vue Log Message: ----------- XWIKI-21972: FilterList shouldn't force using a contains operator in LiveData (#2959) * Provide defaultOperator for base filters * Prevent overriding list filter operator in all LiveTable list but the StringList for which we only want a subset of operators * Set the default operator when using a StringList Commit: f9168e850ff38016222907bbb88a1bb28696b6bd https://github.com/xwiki/xwiki-platform/commit/f9168e850ff38016222907bbb88a1... Author: Thomas Mortagne <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/pom.xml Log Message: ----------- XCOMMONS-2862: Make the ScriptSafeProvider framework public Commit: 8fc1de76dfb4ca50b523f2268f9a55c2b1e060e1 https://github.com/xwiki/xwiki-platform/commit/8fc1de76dfb4ca50b523f2268f9a5... Author: Manuel Leduc <[email protected]> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-image/imageEditor.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/ImageIT.java Log Message: ----------- XWIKI-21996: Impossible to use the image dialog on pasted image with an url Commit: 28f4cd103090c8de4e652ca750ece28f15c7eb93 https://github.com/xwiki/xwiki-platform/commit/28f4cd103090c8de4e652ca750ece... Author: Simon Urli <[email protected]> Date: 2024-03-15 (Fri, 15 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataPropertyDescriptor.java Log Message: ----------- XWIKI-21971: No options when using LiveData with a LevelsClass column * Rename constant to fix sonar quality gate Commit: c5cfe3211e3945dc3af4382d956c285d65e023d8 https://github.com/xwiki/xwiki-platform/commit/c5cfe3211e3945dc3af4382d956c2... Author: Manuel Leduc <[email protected]> Date: 2024-03-15 (Fri, 15 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-api/src/main/java/org/xwiki/eventstream/internal/AbstractAsynchronousEventStore.java M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-api/src/test/java/org/xwiki/eventstream/internal/AsynchronousEventStoreTest.java Log Message: ----------- XWIKI-21970: AsynchronousEventStoreTest#mailentity is flickering Commit: a49fd13f7563ba3892d98542a2dc955eba1784e0 https://github.com/xwiki/xwiki-platform/commit/a49fd13f7563ba3892d98542a2dc9... Author: Manuel Leduc <[email protected]> Date: 2024-03-15 (Fri, 15 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-api/src/test/java/org/xwiki/eventstream/internal/AsynchronousEventStoreTest.java Log Message: ----------- [Misc] Cleanup of AsynchronousEventStoreTest Commit: 29c82b01b9c2218670baa301f289b4f7ffd9626f https://github.com/xwiki/xwiki-platform/commit/29c82b01b9c2218670baa301f289b... Author: Pierre Jeanjean <[email protected]> Date: 2024-03-15 (Fri, 15 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactoryTest.java Log Message: ----------- XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface * Fix date filtering for MySQL, MariaDB, PostgreSQL and Oracle Commit: 02818d647398b6f3208586ec21babf4618a224af https://github.com/xwiki/xwiki-platform/commit/02818d647398b6f3208586ec21bab... Author: Pierre Jeanjean <[email protected]> Date: 2024-03-15 (Fri, 15 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java Log Message: ----------- XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface * Improve comments Commit: 965166bf7dc66a854c1733e62c3c03e58ba2155f https://github.com/xwiki/xwiki-platform/commit/965166bf7dc66a854c1733e62c3c0... Author: Thomas Mortagne <[email protected]> Date: 2024-03-15 (Fri, 15 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactoryTest.java Log Message: ----------- Merge pull request #2993 from pjeanjean/XWIKI-21922-fix-2 XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface Commit: 55bc11b05d055151b69bc25f1a79e4a994be3426 https://github.com/xwiki/xwiki-platform/commit/55bc11b05d055151b69bc25f1a79e... Author: Manuel Leduc <[email protected]> Date: 2024-03-16 (Sat, 16 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/usersandgroups/usersandgroups.js Log Message: ----------- XWIKI-21597: Make the rights UI use icon themes (#2992) * Updated the localisation method for the confirmation boxes and others * Changed the code to fit this new structure --------- Co-authored-by: LucasC <[email protected]> Commit: f0001d88672b5e5c3530fab59788a5d715f577b9 https://github.com/xwiki/xwiki-platform/commit/f0001d88672b5e5c3530fab59788a... Author: listeng <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/xwiki-platform-notifications-macro-ui/src/main/resources/XWiki/Notifications/Code/Macro/Translations.zh.xml Log Message: ----------- Added translation using Weblate (Chinese (Simplified) (zh)) Commit: e7c903ccb7c9846e3a6faa927103c6d89db28b52 https://github.com/xwiki/xwiki-platform/commit/e7c903ccb7c9846e3a6faa927103c... Author: listeng <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_zh.properties Log Message: ----------- Translated using Weblate (Chinese (Simplified) (zh)) Currently translated at 76.7% (3441 of 4486 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/zh/ Commit: f2b97bfd07e4127a9e41e3f919b3da93409fc4d4 https://github.com/xwiki/xwiki-platform/commit/f2b97bfd07e4127a9e41e3f919b3d... Author: listeng <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/xwiki-platform-notifications-macro-ui/src/main/resources/XWiki/Notifications/Code/Macro/Translations.zh.xml Log Message: ----------- Translated using Weblate (Chinese (Simplified) (zh)) Currently translated at 18.9% (7 of 37 strings) Translation: XWiki Platform/XWiki.Notifications.Macro Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-notifications-macro/zh/ Commit: 04a9cab356929c0c5fb11fce34de4d07898df082 https://github.com/xwiki/xwiki-platform/commit/04a9cab356929c0c5fb11fce34de4... Author: listeng <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-mainwiki/src/main/resources/WikiManager/Translations.zh.xml Log Message: ----------- Translated using Weblate (Chinese (Simplified) (zh)) Currently translated at 100.0% (179 of 179 strings) Translation: XWiki Platform/Main WikiManager.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/main-wikimanager-translations... Commit: 0040c3a699f896986cf9e9e2ad2845489002965d https://github.com/xwiki/xwiki-platform/commit/0040c3a699f896986cf9e9e2ad284... Author: Thomas Mortagne <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutor.java Log Message: ----------- [misc] Better error reporting Commit: a4018fc57d7efaaed6531b30e1e2a3a107ad0aaa https://github.com/xwiki/xwiki-platform/commit/a4018fc57d7efaaed6531b30e1e2a... Author: Thomas Mortagne <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/ExtensionInstaller.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/WARBuilder.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/configuration/ConfigurationFilesGenerator.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/src/main/java/org/xwiki/test/integration/maven/ArtifactResolver.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/src/main/java/org/xwiki/test/integration/maven/MavenResolver.java Log Message: ----------- [misc] Make sure to select the right version for commons artifacts Commit: 2044edb31216affbab7d2d295645ad4607c12fbd https://github.com/xwiki/xwiki-platform/commit/2044edb31216affbab7d2d295645a... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/ImageIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/QuickActionsIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditor.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/ui/AbstractCKEditorIT.java Log Message: ----------- XWIKI-19157: Make the real-time WYSIWYG editor work in-place also * Fix the functional tests failing on Chrome. Commit: 483cde273b4f9e668a75a68b9a36e7185e4a6555 https://github.com/xwiki/xwiki-platform/commit/483cde273b4f9e668a75a68b9a36e... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeCKEditor.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeRichTextAreaElement.java Log Message: ----------- XWIKI-19157: Make the real-time WYSIWYG editor work in-place also * Update the realtime functional tests. Commit: cd79412d4e42eb34386212dc964e97594b228ed3 https://github.com/xwiki/xwiki-platform/commit/cd79412d4e42eb34386212dc964e9... Author: Thomas Mortagne <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/AbstractSolrCoreInitializer.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/EmbeddedSolr.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/SolrSchemaUtils.java Log Message: ----------- XWIKI-19813: Automatically migrate Solr cores when the major version changes Commit: 1fb6c1be0d3788295ea5ed824f6ccd60e262054c https://github.com/xwiki/xwiki-platform/commit/1fb6c1be0d3788295ea5ed824f6cc... Author: Thomas Mortagne <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/src/main/java/org/xwiki/test/integration/maven/ArtifactResolver.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/src/main/java/org/xwiki/test/integration/maven/MavenResolver.java Log Message: ----------- [misc] Fix checkstyle Commit: c56c9ed85e0602f19c77a1feb8208a43129ff6fc https://github.com/xwiki/xwiki-platform/commit/c56c9ed85e0602f19c77a1feb8208... Author: Michael Hamann <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/filters/internal/SetCharacterEncodingFilter.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/WEB-INF/web.xml Log Message: ----------- XWIKI-12674: Replace Restlet with Jersey (#2997) * Set a default encoding for the response as Jersey doesn't seem to set one. * Rename a variable to avoid hiding a field. Commit: 7ad79807afbd7a2b691fb4bca928cee2f95b7b96 https://github.com/xwiki/xwiki-platform/commit/7ad79807afbd7a2b691fb4bca928c... Author: Michael Hamann <[email protected]> Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/src/main/java/org/xwiki/test/integration/maven/ArtifactResolver.java Log Message: ----------- [misc] Fix since version Commit: b35b2d1f8fd7ee6d2aca77618bf1a31bde17b878 https://github.com/xwiki/xwiki-platform/commit/b35b2d1f8fd7ee6d2aca77618bf1a... Author: Vincent Massol <[email protected]> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/pom.xml Log Message: ----------- [maven-release-plugin] prepare branch @{releaseLabel} Commit: bd7bf45e5d05631c3007ebea33b500a8add17975 https://github.com/xwiki/xwiki-platform/commit/bd7bf45e5d05631c3007ebea33b50... Author: Vincent Massol <[email protected]> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M pom.xml M xwiki-platform-core/pom.xml M xwiki-platform-core/xwiki-platform-activeinstalls2/pom.xml M xwiki-platform-core/xwiki-platform-activeinstalls2/xwiki-platform-activeinstalls2-api/pom.xml M xwiki-platform-core/xwiki-platform-activeinstalls2/xwiki-platform-activeinstalls2-test/pom.xml M xwiki-platform-core/xwiki-platform-activeinstalls2/xwiki-platform-activeinstalls2-test/xwiki-platform-activeinstalls2-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-administration/pom.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/pom.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/pom.xml M xwiki-platform-core/xwiki-platform-alerts/pom.xml M xwiki-platform-core/xwiki-platform-alerts/xwiki-platform-alerts-ui/pom.xml M xwiki-platform-core/xwiki-platform-annotation/pom.xml M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/pom.xml M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-io/pom.xml M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-maintainer/pom.xml M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-reference/pom.xml M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-rest/pom.xml M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-scripting/pom.xml M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/pom.xml M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/pom.xml M xwiki-platform-core/xwiki-platform-application/pom.xml M xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-test/pom.xml M xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-test/xwiki-platform-application-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-ui/pom.xml M xwiki-platform-core/xwiki-platform-appwithinminutes/pom.xml M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/pom.xml M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/pom.xml M xwiki-platform-core/xwiki-platform-attachment/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-macro/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-test/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-test/xwiki-platform-attachment-picker-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-test/xwiki-platform-attachment-picker-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-ui/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-webjar/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-ui/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-api/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-default/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-test/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-test/xwiki-platform-attachment-validation-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-test/xwiki-platform-attachment-validation-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-ui/pom.xml M xwiki-platform-core/xwiki-platform-bridge/pom.xml M xwiki-platform-core/xwiki-platform-captcha/pom.xml M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/pom.xml M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-default/pom.xml M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/pom.xml M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/pom.xml M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-ui/pom.xml M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-webjar/pom.xml M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-ui/pom.xml M xwiki-platform-core/xwiki-platform-chart/pom.xml M xwiki-platform-core/xwiki-platform-chart/xwiki-platform-chart-macro/pom.xml M xwiki-platform-core/xwiki-platform-chart/xwiki-platform-chart-renderer/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml M xwiki-platform-core/xwiki-platform-classloader/pom.xml M xwiki-platform-core/xwiki-platform-classloader/xwiki-platform-classloader-protocols/pom.xml M xwiki-platform-core/xwiki-platform-classloader/xwiki-platform-classloader-protocols/xwiki-platform-classloader-protocol-attachmentjar/pom.xml M xwiki-platform-core/xwiki-platform-classloader/xwiki-platform-classloader-xwiki/pom.xml M xwiki-platform-core/xwiki-platform-component/pom.xml M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-multi/pom.xml M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-script/pom.xml M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-wiki/pom.xml M xwiki-platform-core/xwiki-platform-configuration/pom.xml M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-api/pom.xml M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-default/pom.xml M xwiki-platform-core/xwiki-platform-container/pom.xml M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/pom.xml M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-portlet/pom.xml M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/pom.xml M xwiki-platform-core/xwiki-platform-crypto/pom.xml M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-script/pom.xml M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-store/pom.xml M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-store/xwiki-platform-crypto-store-api/pom.xml M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-store/xwiki-platform-crypto-store-wiki/pom.xml M xwiki-platform-core/xwiki-platform-csrf/pom.xml M xwiki-platform-core/xwiki-platform-dashboard/pom.xml M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/pom.xml M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-test/pom.xml M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-test/xwiki-platform-dashboard-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-test/xwiki-platform-dashboard-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-ui/pom.xml M xwiki-platform-core/xwiki-platform-date/pom.xml M xwiki-platform-core/xwiki-platform-diff/pom.xml M xwiki-platform-core/xwiki-platform-diff/xwiki-platform-diff-xml/pom.xml M xwiki-platform-core/xwiki-platform-display/pom.xml M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/pom.xml M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-html/pom.xml M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-macro/pom.xml M xwiki-platform-core/xwiki-platform-edit/pom.xml M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-api/pom.xml M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-default/pom.xml M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/pom.xml M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/pom.xml M xwiki-platform-core/xwiki-platform-eventstream/pom.xml M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-api/pom.xml M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-default/pom.xml M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/pom.xml M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-common/pom.xml M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-solr/pom.xml M xwiki-platform-core/xwiki-platform-export/pom.xml M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-api/pom.xml M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/pom.xml M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/pom.xml M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/pom.xml M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/pom.xml M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-ui/pom.xml M xwiki-platform-core/xwiki-platform-extension/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-api/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-cluster/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-distribution/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-jar/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-index/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-api/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-index/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-notifications/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-test/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-test/xwiki-platform-extension-security-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-test/xwiki-platform-extension-security-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-ui/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-utils/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-ui/pom.xml M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-versioncheck/pom.xml M xwiki-platform-core/xwiki-platform-feed/pom.xml M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/pom.xml M xwiki-platform-core/xwiki-platform-filter/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/xwiki-platform-filter-event-model/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/xwiki-platform-filter-event-user/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/xwiki-platform-filter-event-xwiki/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-api/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-document/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-extension/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-script/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-script/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-test/xwiki-platform-filter-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-ui/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-bootswatch/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/xwiki-platform-flamingo-theme-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/xwiki-platform-flamingo-theme-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/pom.xml M xwiki-platform-core/xwiki-platform-flavor/pom.xml M xwiki-platform-core/xwiki-platform-flavor/xwiki-platform-flavor-api/pom.xml M xwiki-platform-core/xwiki-platform-groovy/pom.xml M xwiki-platform-core/xwiki-platform-help/pom.xml M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-test/pom.xml M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-test/xwiki-platform-help-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/pom.xml M xwiki-platform-core/xwiki-platform-icon/pom.xml M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-api/pom.xml M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-default/pom.xml M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-fontawesome/pom.xml M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-macro/pom.xml M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/pom.xml M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/xwiki-platform-icon-rest-api/pom.xml M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/xwiki-platform-icon-rest-default/pom.xml M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-script/pom.xml M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-test/pom.xml M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-test/xwiki-platform-icon-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/pom.xml M xwiki-platform-core/xwiki-platform-image/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-test/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-test/xwiki-platform-image-lightbox-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-test/xwiki-platform-image-lightbox-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-ui/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-lightbox/xwiki-platform-image-lightbox-webjar/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-plugin/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-api/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-model/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-rest/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-test/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-test/xwiki-platform-image-style-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-test/xwiki-platform-image-style-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-ui/pom.xml M xwiki-platform-core/xwiki-platform-index/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-default/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-test/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-test/xwiki-platform-index-tree-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/pom.xml M xwiki-platform-core/xwiki-platform-instance/pom.xml M xwiki-platform-core/xwiki-platform-invitation/pom.xml M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-test/pom.xml M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-test/xwiki-platform-invitation-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-test/xwiki-platform-invitation-test-pageobject/pom.xml M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-ui/pom.xml M xwiki-platform-core/xwiki-platform-job/pom.xml M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-api/pom.xml M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-handler/pom.xml M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-script/pom.xml M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-webjar/pom.xml M xwiki-platform-core/xwiki-platform-jodatime/pom.xml M xwiki-platform-core/xwiki-platform-legacy/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-annotation/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/xwiki-platform-legacy-events-hibernate-api/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/xwiki-platform-legacy-events-hibernate-ui/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-extension-handler-xar/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-instance/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/xwiki-platform-legacy-mail-send/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/xwiki-platform-legacy-mail-send/xwiki-platform-legacy-mail-send-default/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-mail/xwiki-platform-legacy-mail-send/xwiki-platform-legacy-mail-send-storage/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notification-activitymacro/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-api/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/xwiki-platform-legacy-notifications-filters-api/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-notifiers/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-notifiers/xwiki-platform-legacy-notifications-notifiers-api/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-notifiers/xwiki-platform-legacy-notifications-notifiers-default/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-sources/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-observation/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-office/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-office/xwiki-platform-legacy-office-importer/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-office/xwiki-platform-legacy-office-viewer/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-refactoring/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-refactoring/xwiki-platform-legacy-refactoring-api/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-macros/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-macros/xwiki-platform-legacy-rendering-macro-include/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/xwiki-platform-legacy-rendering-wikimacro-api/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/xwiki-platform-legacy-rendering-wikimacro-store/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-resource/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-resource/xwiki-platform-legacy-resource-temporary/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-security/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-security/xwiki-platform-legacy-security-authentication/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-security/xwiki-platform-legacy-security-authentication/xwiki-platform-legacy-security-authentication-api/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-url/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-web/pom.xml M xwiki-platform-core/xwiki-platform-lesscss/pom.xml M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-api/pom.xml M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-default/pom.xml M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-script/pom.xml M xwiki-platform-core/xwiki-platform-like/pom.xml M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/pom.xml M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-notifications/pom.xml M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-test/pom.xml M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-test/xwiki-platform-like-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-test/xwiki-platform-like-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-ui/pom.xml M xwiki-platform-core/xwiki-platform-link/pom.xml M xwiki-platform-core/xwiki-platform-linkchecker/pom.xml M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-api/pom.xml M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-test/pom.xml M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-test/xwiki-platform-linkchecker-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-test/xwiki-platform-linkchecker-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-ui/pom.xml M xwiki-platform-core/xwiki-platform-livedata/pom.xml M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/pom.xml M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-livetable/pom.xml M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-macro/pom.xml M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-rest/pom.xml M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/pom.xml M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-war/pom.xml M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/pom.xml M xwiki-platform-core/xwiki-platform-livetable/pom.xml M xwiki-platform-core/xwiki-platform-livetable/xwiki-platform-livetable-ui/pom.xml M xwiki-platform-core/xwiki-platform-localization/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-api/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-macro/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-rest/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-rest/xwiki-platform-localization-rest-api/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-rest/xwiki-platform-localization-rest-default/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-script/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/xwiki-platform-localization-source-jar/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/xwiki-platform-localization-source-legacy/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/xwiki-platform-localization-source-wiki/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-syntaxes/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-syntaxes/xwiki-platform-localization-syntax-messagetool/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-test/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-test/xwiki-platform-localization-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-webjar/pom.xml M xwiki-platform-core/xwiki-platform-logging/pom.xml M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/pom.xml M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-ui/pom.xml M xwiki-platform-core/xwiki-platform-mail/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-api/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-general/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-resender-ui/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-script/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-api/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-storage/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/xwiki-platform-mail-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/xwiki-platform-mail-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-ui/pom.xml M xwiki-platform-core/xwiki-platform-mailsender/pom.xml M xwiki-platform-core/xwiki-platform-mentions/pom.xml M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-api/pom.xml M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-default/pom.xml M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-notifications/pom.xml M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-test/pom.xml M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-test/xwiki-platform-mentions-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-test/xwiki-platform-mentions-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-ui/pom.xml M xwiki-platform-core/xwiki-platform-menu/pom.xml M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/pom.xml M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/xwiki-platform-menu-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/xwiki-platform-menu-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-ui/pom.xml M xwiki-platform-core/xwiki-platform-messagestream/pom.xml M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-api/pom.xml M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-test/pom.xml M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-test/xwiki-platform-messagestream-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-ui/pom.xml M xwiki-platform-core/xwiki-platform-minimaldependencies/pom.xml M xwiki-platform-core/xwiki-platform-model/pom.xml M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/pom.xml M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/pom.xml M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/pom.xml M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/pom.xml M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-ui/pom.xml M xwiki-platform-core/xwiki-platform-netflux/pom.xml M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/pom.xml M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-rest/pom.xml M xwiki-platform-core/xwiki-platform-notifications/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-api/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/xwiki-platform-notifications-macro-ui/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-preferences/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-preferences/xwiki-platform-notifications-preferences-api/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-preferences/xwiki-platform-notifications-preferences-default/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-script/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-sources/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/pom.xml M xwiki-platform-core/xwiki-platform-observation/pom.xml M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/pom.xml M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-test/pom.xml M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-test/xwiki-platform-observation-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-office/pom.xml M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/pom.xml M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-macro/pom.xml M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/pom.xml M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/xwiki-platform-office-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/xwiki-platform-office-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/pom.xml M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-viewer/pom.xml M xwiki-platform-core/xwiki-platform-oldcore/pom.xml M xwiki-platform-core/xwiki-platform-panels/pom.xml M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-api/pom.xml M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/pom.xml M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-content/pom.xml M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/pom.xml M xwiki-platform-core/xwiki-platform-query/pom.xml M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-jpql-parser/pom.xml M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/pom.xml M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-xwql/pom.xml M xwiki-platform-core/xwiki-platform-ratings/pom.xml M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/pom.xml M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-ui/pom.xml M xwiki-platform-core/xwiki-platform-realtime/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-test/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-test/xwiki-platform-realtime-wiki-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-test/xwiki-platform-realtime-wiki-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-ui/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-ui/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/pom.xml M xwiki-platform-core/xwiki-platform-refactoring/pom.xml M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/pom.xml M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/pom.xml M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-ui/pom.xml M xwiki-platform-core/xwiki-platform-release/pom.xml M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-test/pom.xml M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-test/xwiki-platform-release-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-test/xwiki-platform-release-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-ui/pom.xml M xwiki-platform-core/xwiki-platform-rendering/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/xwiki-platform-rendering-async-api/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/xwiki-platform-rendering-async-default/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/xwiki-platform-rendering-async-macro/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-configuration/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-configuration/xwiki-platform-rendering-configuration-api/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-configuration/xwiki-platform-rendering-configuration-default/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-cache/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code-oldcore/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-container/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-gallery/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-groovy/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-python/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-script/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-toc/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-useravatar/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-velocity/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-parser/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-signature/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/xwiki-platform-rendering-transformation-api/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/xwiki-platform-rendering-transformation-icon/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-transformations/xwiki-platform-rendering-transformation-macro/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-ui/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-api/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/pom.xml M xwiki-platform-core/xwiki-platform-repository/pom.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/pom.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/pom.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/pom.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-utils/pom.xml M xwiki-platform-core/xwiki-platform-resource/pom.xml M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-api/pom.xml M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-default/pom.xml M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-servlet/pom.xml M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-temporary/pom.xml M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-test/pom.xml M xwiki-platform-core/xwiki-platform-resource/xwiki-platform-resource-test/xwiki-platform-resource-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-rest/pom.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-api/pom.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-jersey/pom.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-model/pom.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/pom.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/pom.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-sandbox/pom.xml M xwiki-platform-core/xwiki-platform-scheduler/pom.xml M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-api/pom.xml M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-test/pom.xml M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-test/xwiki-platform-scheduler-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-test/xwiki-platform-scheduler-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-ui/pom.xml M xwiki-platform-core/xwiki-platform-search/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-api/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-query/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-rest/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-minimal/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-plugin/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-test/xwiki-platform-search-solr-test-utils/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/pom.xml M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-ui/pom.xml M xwiki-platform-core/xwiki-platform-security/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-api/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-api/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-script/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-ui/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-bridge/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-script/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-api/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-macro/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-test/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-test/xwiki-platform-security-requiredrights-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-test/xwiki-platform-security-requiredrights-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-sharepage/pom.xml M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-api/pom.xml M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-test/pom.xml M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-test/xwiki-platform-sharepage-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-test/xwiki-platform-sharepage-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-ui/pom.xml M xwiki-platform-core/xwiki-platform-sheet/pom.xml M xwiki-platform-core/xwiki-platform-sheet/xwiki-platform-sheet-api/pom.xml M xwiki-platform-core/xwiki-platform-sheet/xwiki-platform-sheet-ui/pom.xml M xwiki-platform-core/xwiki-platform-skin/pom.xml M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-api/pom.xml M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-skinx/pom.xml M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-test/pom.xml M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-test/xwiki-platform-skin-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-test/xwiki-platform-skin-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-ui/pom.xml M xwiki-platform-core/xwiki-platform-statistics/pom.xml M xwiki-platform-core/xwiki-platform-statistics/xwiki-platform-statistics-ui/pom.xml M xwiki-platform-core/xwiki-platform-store/pom.xml M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-api/pom.xml M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/pom.xml M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem/pom.xml M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-locks/pom.xml M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/pom.xml M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-api/pom.xml M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/pom.xml M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-serialization/pom.xml M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-transaction/pom.xml M xwiki-platform-core/xwiki-platform-tag/pom.xml M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-api/pom.xml M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-test/pom.xml M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-test/xwiki-platform-tag-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-test/xwiki-platform-tag-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-tag/xwiki-platform-tag-ui/pom.xml M xwiki-platform-core/xwiki-platform-template/pom.xml M xwiki-platform-core/xwiki-platform-template/xwiki-platform-template-api/pom.xml M xwiki-platform-core/xwiki-platform-test/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-checker/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-oldcore/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-rest/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-upgrade/pom.xml M xwiki-platform-core/xwiki-platform-tika/pom.xml M xwiki-platform-core/xwiki-platform-tika/xwiki-platform-tika-detect/pom.xml M xwiki-platform-core/xwiki-platform-tika/xwiki-platform-tika-parsers/pom.xml M xwiki-platform-core/xwiki-platform-tour/pom.xml M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-test/pom.xml M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-test/xwiki-platform-tour-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-test/xwiki-platform-tour-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/pom.xml M xwiki-platform-core/xwiki-platform-tree/pom.xml M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-api/pom.xml M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/pom.xml M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-war/pom.xml M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-webjar/pom.xml M xwiki-platform-core/xwiki-platform-uiextension/pom.xml M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-api/pom.xml M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-test/pom.xml M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-ui/pom.xml M xwiki-platform-core/xwiki-platform-url/pom.xml M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/pom.xml M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-container/pom.xml M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/pom.xml M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/pom.xml M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/xwiki-platform-url-scheme-filesystem/pom.xml M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/xwiki-platform-url-scheme-reference/pom.xml M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-schemes/xwiki-platform-url-scheme-standard/pom.xml M xwiki-platform-core/xwiki-platform-user/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-api/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-test/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-test/xwiki-platform-user-directory-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-test/xwiki-platform-user-directory-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-ui/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-resource/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-script/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-test/pom.xml M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-test/xwiki-platform-user-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-velocity/pom.xml M xwiki-platform-core/xwiki-platform-velocity/xwiki-platform-velocity-webapp/pom.xml M xwiki-platform-core/xwiki-platform-velocity/xwiki-platform-velocity-xwiki/pom.xml M xwiki-platform-core/xwiki-platform-vfs/pom.xml M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/pom.xml M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-test/pom.xml M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-test/xwiki-platform-vfs-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-ui/pom.xml M xwiki-platform-core/xwiki-platform-web/pom.xml M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/pom.xml M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/pom.xml M xwiki-platform-core/xwiki-platform-webjars/pom.xml M xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-api/pom.xml M xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-test/pom.xml M xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-test/xwiki-platform-webjars-test-tests/pom.xml M xwiki-platform-core/xwiki-platform-websocket/pom.xml M xwiki-platform-core/xwiki-platform-whatsnew/pom.xml M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-api/pom.xml M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-test/pom.xml M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-test/xwiki-platform-whatsnew-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-test/xwiki-platform-whatsnew-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-ui/pom.xml M xwiki-platform-core/xwiki-platform-wiki/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-api/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-creationjob/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-default/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-rest/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-rest/xwiki-platform-wiki-rest-api/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-rest/xwiki-platform-wiki-rest-default/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-script/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/xwiki-platform-wiki-template-api/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/xwiki-platform-wiki-template-default/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-template/xwiki-platform-wiki-template-script/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-common/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-mainwiki/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-wiki/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-api/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-default/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-script/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-workspaces-migrator/pom.xml M xwiki-platform-core/xwiki-platform-wysiwyg/pom.xml M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/pom.xml M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-ui/pom.xml M xwiki-platform-core/xwiki-platform-xar/pom.xml M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-model/pom.xml M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-script/pom.xml M xwiki-platform-core/xwiki-platform-xclass/pom.xml M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-test/pom.xml M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-test/xwiki-platform-xclass-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-test/xwiki-platform-xclass-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-xclass/xwiki-platform-xclass-ui/pom.xml M xwiki-platform-core/xwiki-platform-xml/pom.xml M xwiki-platform-core/xwiki-platform-xml/xwiki-platform-xml-script/pom.xml M xwiki-platform-core/xwiki-platform-xml/xwiki-platform-xml-security/pom.xml M xwiki-platform-core/xwiki-platform-zipexplorer/pom.xml M xwiki-platform-distribution/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-common/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-mariadb-common/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-mysql-common/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-pgsql-common/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-all/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-events/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-extension_index/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-ratings/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-solr/xwiki-platform-distribution-debian-solr-cores/xwiki-platform-distribution-debian-solr-core-search/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-common/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-mariadb/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-mysql/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat8-pgsql/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-common/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-mariadb/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-mysql/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-tomcat/xwiki-platform-distribution-debian-tomcat9-pgsql/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-common/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-mariadb/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-mysql/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-xjetty/xwiki-platform-distribution-debian-xjetty-pgsql/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-data/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-data/xwiki-platform-distribution-flavor-data-hsqldb/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-jetty-hsqldb/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-mainwiki/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-escaping/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-misc/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-pageobjects/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-security/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-storage/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-ui/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1011/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1110/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1210-custom/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1210/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1310/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1410/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1510/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-84-filestore/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-84/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-911/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-webstandards/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-tour/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-wiki/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-xip/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-jetty-hsqldb/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-resources/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-ui/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-ui/xwiki-platform-distribution-ui-admin-user/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-ui/xwiki-platform-distribution-ui-base/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-war-dependencies/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-war-legacydependencies/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-war/pom.xml M xwiki-platform-tools/pom.xml M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/pom.xml M xwiki-platform-tools/xwiki-platform-tool-jetty/pom.xml M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-listener/pom.xml M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/pom.xml M xwiki-platform-tools/xwiki-platform-tool-packager-plugin/pom.xml M xwiki-platform-tools/xwiki-platform-tool-provision-plugin/pom.xml M xwiki-platform-tools/xwiki-platform-tool-rootwebapp/pom.xml M xwiki-platform-tools/xwiki-platform-tool-standards-validator/pom.xml M xwiki-platform-tools/xwiki-platform-tool-xmldoc-update-plugin/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 580e2ae9f365bdc0e98084eeb8cbf690aaf43457 https://github.com/xwiki/xwiki-platform/commit/580e2ae9f365bdc0e98084eeb8cbf... Author: Vincent Massol <[email protected]> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M pom.xml Log Message: ----------- [branch] Updating inter-project dependencies on master Commit: fe191842204ea4e4b3cba726f6e9f2c73b700dd2 https://github.com/xwiki/xwiki-platform/commit/fe191842204ea4e4b3cba726f6e9f... Author: Manuel Leduc <[email protected]> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/AbstractNotificationsSettingsPage.java Log Message: ----------- XWIKI-21457: NotificationsSettingsIT#addCustomFilters is flickering Commit: 529c8fe0e67b9d182e0c1d47e635d9c0a65c0d08 https://github.com/xwiki/xwiki-platform/commit/529c8fe0e67b9d182e0c1d47e635d... Author: Michael Hamann <[email protected]> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-test/xwiki-platform-tour-test-docker/src/test/it/org/xwiki/tour/test/ui/TourApplicationIT.java Log Message: ----------- [misc] Wait for the Tour to be deleted This might reduce flickering. Commit: 153dbfa2ef1a7a0a644fe3f889684c6a8738c5fc https://github.com/xwiki/xwiki-platform/commit/153dbfa2ef1a7a0a644fe3f889684... Author: Michael Hamann <[email protected]> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultObjectRequiredRightAnalyzer.java M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/test/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultObjectRequiredRightAnalyzerTest.java Log Message: ----------- XWIKI-22002: Improve the required rights analysis of TextArea properties * Use wiki syntax as default content type like the TextAreaClass. * Add a test to verify the default behavior. Commit: c376fa9edd5b050bcdb497ae1f8ec8ca3bccbc95 https://github.com/xwiki/xwiki-platform/commit/c376fa9edd5b050bcdb497ae1f8ec... Author: Simon Urli <[email protected]> Date: 2024-03-20 (Wed, 20 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-api/src/main/java/org/xwiki/eventstream/internal/DefaultRecordableEventDescriptorManager.java A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/src/main/java/org/xwiki/livedata/test/po/AbstractLiveDataAdvancedPanelElement.java A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/src/main/java/org/xwiki/livedata/test/po/FiltersPanelElement.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/src/main/java/org/xwiki/livedata/test/po/LiveDataElement.java A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/src/main/java/org/xwiki/livedata/test/po/SortPanelElement.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/src/main/java/org/xwiki/livedata/test/po/TableLayoutElement.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/CachedFilterPreferencesModelBridge.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/DefaultNotificationFilterManager.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/FilterPreferencesModelBridge.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/ToggleableNotificationFilter.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/ToggleableNotificationFilterActivation.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/DefaultNotificationFilterManagerTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/checkstyle/checkstyle-suppressions.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/DefaultFilterPreferencesModelBridge.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/NotificationFilterPreferenceStore.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/ToggleableFilterPreferenceDocumentInitializer.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/AbstractNotificationFilterLiveDataEntryStore.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/NotificationFilterLiveDataTranslationHelper.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/custom/NotificationCustomFiltersLiveDataConfigurationProvider.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/custom/NotificationCustomFiltersLiveDataConfigurationResolver.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/custom/NotificationCustomFiltersLiveDataEntryStore.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/custom/NotificationCustomFiltersLiveDataPropertyDescriptorStore.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/custom/NotificationCustomFiltersLiveDataSource.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/custom/NotificationCustomFiltersQueryHelper.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/system/NotificationSystemFiltersLiveDataConfigurationProvider.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/system/NotificationSystemFiltersLiveDataConfigurationResolver.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/system/NotificationSystemFiltersLiveDataEntryStore.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/system/NotificationSystemFiltersLiveDataPropertyDescriptorStore.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/system/NotificationSystemFiltersLiveDataSource.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/DefaultFilterPreferencesModelBridgeTest.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/livedata/custom/NotificationCustomFiltersLiveDataEntryStoreTest.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/livedata/custom/NotificationCustomFiltersQueryHelperTest.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/livedata/system/NotificationSystemFiltersLiveDataEntryStoreTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsIT.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsSettingsIT.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/AbstractNotificationsSettingsPage.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/preferences/CustomNotificationFilterPreferencesLiveDataElement.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/preferences/filters/AbstractNotificationFilterPreference.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/preferences/filters/CustomNotificationFilterPreference.java R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/preferences/filters/NotificationFilterPreference.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/preferences/filters/SystemNotificationFilterPreference.java R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationFilterPreferenceLivetableResults.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsCustomFiltersPreferencesMacro.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsSystemFiltersPreferencesMacro.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.xml A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/src/components/DisplayerScope.vue A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/src/components/DisplayerStaticList.vue M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/src/main.js M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/main/java/org/xwiki/query/internal/DefaultQueryParameter.java M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/main/java/org/xwiki/query/internal/ParameterPart.java M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/main/java/org/xwiki/query/internal/ScriptQuery.java A xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/test/java/org/xwiki/query/script/QueryManagerScriptServiceTest.java M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-pageobjects/src/main/java/org/xwiki/user/test/po/ProfileUserProfilePage.java A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/notification/filters/livedatalocation.vm Log Message: ----------- XWIKI-21848: Migrate NotificationFilterPreferenceLivetableResults to a Live Data source (#2971) * Provide 2 different LD custom source: one for Custom Filter Preferences and one for System Filter Preferences: the reason for not going to a single LD source is that those LT are now very different and we use to hack the data source to provide different information. Having 2 different sources make things very more clear * Provide ordering / filtering on the Custom Filter source as it's the one with most entries * Don't provide any kind of ordering / filtering for System filter preferences: in XS we only have 6 items, and it's rare to have custom filters * Provide some new APIs where needed Commit: 44ce0f75bc7f61318a56cfb78fc869c5477a3776 https://github.com/xwiki/xwiki-platform/commit/44ce0f75bc7f61318a56cfb78fc86... Author: Manuel Leduc <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/UsersGroupsRightsManagementIT.java M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/pom.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/EditGroupModal.java M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/GroupEditPage.java M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/GroupsPage.java M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/RegistrationModal.java M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/UsersAdministrationSectionPage.java M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/pom.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminGroupsSheet.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminSheet.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminTranslations.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminUsersSheet.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/XWikiGroupSheet.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/livetable.less M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/src/main/java/org/xwiki/livedata/test/po/TableLayoutElement.java M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/displayers/DisplayerActions.vue M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/getgroups.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/getusers.vm Log Message: ----------- XWIKI-18994: Replace the Livetable of the Users and groups pages of the administration with a Live Data macro (#2942) Also include the migrations for XWIKI-18993 and XWIKI-18995. Commit: 16b34c6e0fe25a0dc04940368a67eefaa664a040 https://github.com/xwiki/xwiki-platform/commit/16b34c6e0fe25a0dc04940368a67e... Author: Simon Urli <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/xwiki-platform-legacy-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/LegacyDefaultNotificationFilterManagerTest.java Log Message: ----------- XWIKI-21848: Migrate NotificationFilterPreferenceLivetableResults to a Live Data source * Fix test in legacy module Commit: 46fa0f58619c0f93779d09a1a07ff616e9f4d5fb https://github.com/xwiki/xwiki-platform/commit/46fa0f58619c0f93779d09a1a07ff... Author: Manuel Leduc <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-image/plugin.js Log Message: ----------- XWIKI-22009: Images can be resized by mouse dragging although the Size is marked as not adjustable on a default Image Style that is forced Commit: 3c1fb8c5c813677fc130802e0cb35614e031fcb5 https://github.com/xwiki/xwiki-platform/commit/3c1fb8c5c813677fc130802e0cb35... Author: Simon Urli <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/src/main/java/org/xwiki/test/page/PageComponentList.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/diff_macros.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/NotificationMailDefaultHtmlTest.java Log Message: ----------- XWIKI-21991: Mail Prepare Thread error occurred in some cases when triggering the mail sending job from Scheduler * Bulletproof diff_macros.vm * Use list of user components in PageTest * Fix possible NPE in error handling of Document#getMetadataDiff * Provide new test for handling diff of a page when there's no previous version in a mail notification Commit: bfd13ba5aed5a7aa06990438d57765491d1b3268 https://github.com/xwiki/xwiki-platform/commit/bfd13ba5aed5a7aa06990438d5776... Author: Simon Urli <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/XWikiCompatibilityAspect.aj Log Message: ----------- XWIKI-13915: $xwiki.getConfiguredSyntaxes() not equals to $services.rendering.getConfiguredSyntaxes() * Change implementation of legacy XWiki#getConfiguredSyntaxes to rely on ExtendedRenderingConfiguration#getConfiguredSyntaxes Commit: 8e509b70136b2c64359c49ad64ce128874a9c4c0 https://github.com/xwiki/xwiki-platform/commit/8e509b70136b2c64359c49ad64ce1... Author: Pierre Jeanjean <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateVersioningStoreTest.java Log Message: ----------- XWIKI-9046: Renaming a document holding a lot of revisions can lead to an OutOfMemory exception (#2926) * Only load last node when updating the document archive * Add a basic test Commit: d9e3fad811a2b4ee26cadf9929e59269172ac4d1 https://github.com/xwiki/xwiki-platform/commit/d9e3fad811a2b4ee26cadf9929e59... Author: Michael Hamann <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/PagePickerIT.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/BaseSearchResult.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/WikisResourceIT.java Log Message: ----------- XWIKI-20632: Page searched by its exact name is not found in a page picker for a macro parameter when its subtree is larger than 10 pages (#2945) * Search only in the actual page name, not in the space hierarchy. * Add tests. Commit: 821d43ec45e67d45a6735a0717b9b77fffc1cd9f https://github.com/xwiki/xwiki-platform/commit/821d43ec45e67d45a6735a0717b9b... Author: pjeanjean <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditIT.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/diff_macros.vm Log Message: ----------- XWIKI-21626: Improve escaping during conflict resolution Commit: 34777759063f2ab608fa37c8dc5546bf406464e8 https://github.com/xwiki/xwiki-platform/commit/34777759063f2ab608fa37c8dc554... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/pom.xml M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/EntityChannel.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/EntityChannelStore.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/EntityChannelTest.java Log Message: ----------- XWIKI-21767: Dynamic macros are not properly synchronized * Implement hashCode and equals for EntityChannel to be able to use it properly in hash-based collections. Commit: c8ab554a281e3b6d3c6b1c9e87508af1faa87d0c https://github.com/xwiki/xwiki-platform/commit/c8ab554a281e3b6d3c6b1c9e87508... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java Log Message: ----------- XWIKI-21767: Dynamic macros are not properly synchronized * Improve the RichTextAreaElement PO: ** When waiting for some HTML content or text we need to take into account that the editable content (including the root) can be reloaded, e.g. as a result of inserting or updating a macro (posibly from a remote change). ** I couldn't find a cross browser way to type text into the rich text area that reproduces the real user interaction, especially when dealing with nested editable areas (for in-line editable macros), so I had to write code specific to Firefox and Chrome. Commit: b7ffa88566e3516b6bc6a55bfbfbb5dc9a85d4db https://github.com/xwiki/xwiki-platform/commit/b7ffa88566e3516b6bc6a55bfbfbb... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-loading/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/ckeditorRealtimeAdapter.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-selection/plugin.js Log Message: ----------- XWIKI-21767: Dynamic macros are not properly synchronized * Overwrite CKEditor#setReadOnly to better handle "nesting" (e.g. if two async processes make the editor read-only and then restore it, we want the restore to happen only after both processes trigger it). * Improve the xwiki-refresh command: ** Add a onceAfterRefresh helper that covers a recurring need to execute some code after a refresh command is executed. ** We should be able to execute the refresh command when the editor is read-only. Moreover, the refresh command doesn't need to focus the editor and it doesn't depend on the current selection. ** Add an option to the refresh command to skip preserving the selection (the code executing the refresh command may want to control how the selection is preserved). ** Notify the refresh is done only after the macro widgets are ready for user interaction. * Improve macro insertion: ** Wait for the editor to be ready before inserting a macro (e.g. if a refresh is currently being executed as a result of a remote change that inserted a new macro or modified the parameters of an exisiting one). ** Take into account that the widget for which we opened the Macro Edit Modal might not exist anymore after we submit the modal because the edited content has been refreshed in the mean time. If the selection was preserved we can try to find again the edited widget. ** Place the caret inside the first nested editable (that corresponds to a macro parameter or content), if the macro is editable inline, otherwise select the inserted macro. * The realtime editor needs to know when the editor is being locked/unlocked (i.e. in loading state). * Fix getOutputHTML to return only the edited content (without any wrapping), in order to have consistency between standalone and in-place edit mode. * Don't trigger change events (for realtime) when the editor is read-only (there may be some intermediary states that we don't wan to synchronize). * When the content is updated as a result of a remote change we need to detect if that change inserted a new macro or modified the parameters of an existing macro. If that is the case then we need to refresh the content. Commit: 3822c3a2846d7d66ed97149cd5b05160e7376929 https://github.com/xwiki/xwiki-platform/commit/3822c3a2846d7d66ed97149cd5b05... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/userData.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/wikiEditor.js Log Message: ----------- XWIKI-21767: Dynamic macros are not properly synchronized * Make sure we use a single (same) WebSocket connection for all our channels (all events, content, saver, user data). * Make it possible to wait for the Saver and User Data connections to be ready. Commit: 5cbc506a93c5ce73be8675aa9f488fcd62d03334 https://github.com/xwiki/xwiki-platform/commit/5cbc506a93c5ce73be8675aa9f488... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/patches.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/transformers.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js Log Message: ----------- XWIKI-21767: Dynamic macros are not properly synchronized * Make Editor#contentUpdated() async because it may trigger a content refresh (if macros are affected) in which case we need to be able to wait for the content to be rendered server-side. * Synchronize editors on the output HTML (what is sent to the server to be converted to wiki syntax). Everything that is not included in the output HTML (e.g. macro output for macros that are not editable inline, user state such as selected widget) is considered a local change that needs to be rebased on top of all received remote changes. * Make setHyperJSON async because it needs to wait for the content to be updated (e.g. server-side rendering in case of a macro change). * Detect if a remote change inserts a new macro or modifies the parameters of an existing macro * Drop content normalization (for now) and rely instead on rebasing local changes that are not shared. * Improve the rebase transformation to better preserve intention (logic) and to reduce the risk of getting invalid JSON as a result. * Wait for the Saver and User Data to be ready before allowing the user to type. * "Pause" the realtime sync while the editor is waiting for server-side rendering of macros, and then perform a merge before resuming the realtime sync. * Re-fetch the channel keys when re-joining the realtime session because the channels may have been closed in the mean time (if they were ever created). Commit: acb7b8e3fdf7ad17f07cc55a22ecaa49202345f4 https://github.com/xwiki/xwiki-platform/commit/acb7b8e3fdf7ad17f07cc55a22eca... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeCKEditorToolBar.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeWYSIWYGEditPage.java Log Message: ----------- XWIKI-21767: Dynamic macros are not properly synchronized * Update the existing functional tests. * Increase a bit the "error" margin for the auto-save timeout to avoid some rare test failure. * Proper wait for the realtime editor to be ready before starting typing. Commit: 2c7e953198293beb430f2eac3fb0ad834accd473 https://github.com/xwiki/xwiki-platform/commit/2c7e953198293beb430f2eac3fb0a... Author: Thomas Mortagne <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsIT.java Log Message: ----------- XWIKI-21848: Migrate NotificationFilterPreferenceLivetableResults to a Live Data source * remove unused import Commit: 9ccb17e16e8088572dea1e4a517d0c8e77f052dc https://github.com/xwiki/xwiki-platform/commit/9ccb17e16e8088572dea1e4a517d0... Author: LucasC <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/rightsUI.vm Log Message: ----------- XWIKI-22010: The rights buttons for Unregistered Users do not display anymore the value set after page refresh (#3006) * Replace the string value when calling MSCheckbox for guest users with an int value, like it is done for any other user Commit: 2598028496a4b178bd5c3ccc4e9bf7a4bf31c3e5 https://github.com/xwiki/xwiki-platform/commit/2598028496a4b178bd5c3ccc4e9bf... Author: Mend Renovate <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json Log Message: ----------- [Misc] Update dependency vite to v5.2.2 Commit: 6baec078c777eb3dee76c574f9bde136211c207e https://github.com/xwiki/xwiki-platform/commit/6baec078c777eb3dee76c574f9bde... Author: LucasC <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/rightsUI.vm Log Message: ----------- [Misc] rightsUI code style change (#3009) * Add missing indentation * Rename a template variable to be more explicit and understandable Commit: ad3295ccc85a7b115d3dfd3ef81607c23e101fc4 https://github.com/xwiki/xwiki-platform/commit/ad3295ccc85a7b115d3dfd3ef8160... Author: Mend Renovate <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json Log Message: ----------- [Misc] Update dependency @rushstack/eslint-patch to v1.8.0 Commit: 41d6a27032228534b8af4b32882ccc380ba17af7 https://github.com/xwiki/xwiki-platform/commit/41d6a27032228534b8af4b32882cc... Author: Mend Renovate <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package-lock.json M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package.json Log Message: ----------- [Misc] Update dependency @babel/eslint-parser to v7.24.1 Commit: 1a9c962aaa540b11b151981e01d4eebdaa551237 https://github.com/xwiki/xwiki-platform/commit/1a9c962aaa540b11b151981e01d4e... Author: Mend Renovate <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package-lock.json M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package.json Log Message: ----------- XWIKI-22014: Upgrade to dompurify 3.0.11 Commit: f8f12974dce11134253ec86134c3abbcc5447b13 https://github.com/xwiki/xwiki-platform/commit/f8f12974dce11134253ec86134c3a... Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/package-lock.json Log Message: ----------- [Misc] Bump follow-redirects Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15...) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Commit: afb80a1d340181bac5e48d0b621300e22ff12edc https://github.com/xwiki/xwiki-platform/commit/afb80a1d340181bac5e48d0b62130... Author: Thomas Mortagne <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/src/main/java/org/xwiki/livedata/test/po/AbstractLiveDataAdvancedPanelElement.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/livedata/custom/NotificationCustomFiltersLiveDataEntryStoreTest.java Log Message: ----------- XWIKI-21848: Migrate NotificationFilterPreferenceLivetableResults to a Live Data source * remove unused imports Commit: a074ac0bfb85595dc14689e620515e7a47db28a3 https://github.com/xwiki/xwiki-platform/commit/a074ac0bfb85595dc14689e620515... Author: Thomas Mortagne <[email protected]> Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/EmbeddedSolr.java Log Message: ----------- XWIKI-22011: Solr NodeConfig WARN in logs when starting XWiki 16.2.0 RC1 Commit: ba813f694d7d3df6753166826d4227abcd514af2 https://github.com/xwiki/xwiki-platform/commit/ba813f694d7d3df6753166826d422... Author: Simon Urli <[email protected]> Date: 2024-03-22 (Fri, 22 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/src/main/java/org/xwiki/test/page/PageComponentList.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/NotificationMailDefaultHtmlTest.java Log Message: ----------- XWIKI-21991: Mail Prepare Thread error occurred in some cases when triggering the mail sending job from Scheduler * Fix page test to not include UserDefaultComponentList everywhere because it's causing regression in modules where user-default is not pulled Commit: 969813847337f7773e1bf020175e23957c694d9a https://github.com/xwiki/xwiki-platform/commit/969813847337f7773e1bf020175e2... Author: Thomas Mortagne <[email protected]> Date: 2024-03-22 (Fri, 22 Mar 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22021: Upgrade to Netty 4.1.108.Final Commit: cd1a9b8f1c62ad927c6765d30525b77ae653597f https://github.com/xwiki/xwiki-platform/commit/cd1a9b8f1c62ad927c6765d30525b... Author: Thomas Mortagne <[email protected]> Date: 2024-03-22 (Fri, 22 Mar 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22022: Upgrade to Jersey 2.42 Commit: 73a00106f9cf868cd42e4e2cf575898b60d98d96 https://github.com/xwiki/xwiki-platform/commit/73a00106f9cf868cd42e4e2cf5758... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-24 (Sun, 24 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/ckeditorRealtimeAdapter.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/interface.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/userData.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeTestDebugger.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/patches.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/transformers.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js Log Message: ----------- XWIKI-21767: Dynamic macros are not properly synchronized * Improve a bit the performance by reducing the number of local changes that need to be rebased when a remote change is received. * Fix console logging. (cherry picked from commit 5244301b002c37451dfd63d2724e48ebfbd10065) Commit: dc4c6e401a6134ff328d831afa081727f9c8161b https://github.com/xwiki/xwiki-platform/commit/dc4c6e401a6134ff328d831afa081... Author: Marius Dumitru Florea <[email protected]> Date: 2024-03-25 (Mon, 25 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-loading/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js Log Message: ----------- XWIKI-21767: Dynamic macros are not properly synchronized * Fix two regressions introduced in previous commits (in-place editor starts readonly and the selection is not properly restored when the macro wizard is used). (cherry picked from commit 144c02bb61928312039b6d99e5414ce25e3ea7e1) Commit: 9b55a4e1185c88e2535c6842f456abfc8aaa9f74 https://github.com/xwiki/xwiki-platform/commit/9b55a4e1185c88e2535c6842f456a... Author: Oana-Lavinia Florean <[email protected]> Date: 2024-03-25 (Mon, 25 Mar 2024) Changed paths: M xwiki-platform-core/pom.xml Log Message: ----------- [release] Removed revapi ignores from the previous version Commit: d9c3485e1a71817c4f477b78e72c4db40d9e7dbf https://github.com/xwiki/xwiki-platform/commit/d9c3485e1a71817c4f477b78e72c4... Author: Simon Urli <[email protected]> Date: 2024-03-26 (Tue, 26 Mar 2024) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/test/java/org/xwiki/attachment/MoveStatusPagesTest.java M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/test/java/org/xwiki/attachment/RefactoringMacrosPageTest.java M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-ui/src/test/java/org/xwiki/attachment/AttachmentSelectorPageTest.java M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/test/java/org/xwiki/help/XWikiSyntaxMacrosListPageTest.java M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-ui/src/test/java/org/xwiki/image/style/AdministrationPageTest.java M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/test/java/org/xwiki/panels/CreatePanelTest.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-ui/src/test/java/org/xwiki/ratings/RatingsTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-ui/src/test/java/org/xwiki/refactoring/RefactoringConfigurationTest.java M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-mainwiki/src/test/java/org/xwiki/wiki/WikiManagerPageTest.java Log Message: ----------- XCOMMONS-2276: Upgrade to HtmlCleaner 2.29 * Remove all usages of ControlCharacterFilter as it's been removed in xwiki-commons-xml as part of the upgrade Compare: https://github.com/xwiki/xwiki-platform/compare/14c31253daff...d9c3485e1a71 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications