Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 5944b7f9e5c2950d4b2a0b514a80007f2485f595 https://github.com/xwiki/xwiki-platform/commit/5944b7f9e5c2950d4b2a0b514a800... Author: Michael Hamann <[email protected]> Date: 2024-08-29 (Thu, 29 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-wiki/src/test/java/org/xwiki/component/wiki/DefaultWikiComponentBridgeTest.java Log Message: ----------- [Misc] Migrate DefaultWikiComponentBridge to JUnit 5 Commit: e70de459a6a92c70f482174dfc2991419109c98c https://github.com/xwiki/xwiki-platform/commit/e70de459a6a92c70f482174dfc299... Author: Michael Hamann <[email protected]> Date: 2024-08-29 (Thu, 29 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceTranslateIT.java Log Message: ----------- [Misc] Wait for the inplace editor in InplaceTranslateIT This hopefully fixes flickering that was observed in particular on the stable-15.10.x branch. Commit: 91752122d8782f171f8728004a57bdaefc34253e https://github.com/xwiki/xwiki-platform/commit/91752122d8782f171f8728004a57b... Author: Michael Hamann <[email protected]> Date: 2024-08-29 (Thu, 29 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-script/src/main/java/org/xwiki/lesscss/LessCompilerScriptService.java M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-script/src/test/java/org/xwiki/lesscss/LessCompilerScriptServiceTest.java Log Message: ----------- XWIKI-22462: Use the contextual authorization manager in the lesscss script service * Simplify the code by using the contextual authorization manager. * Adapt the test. * Add more tests to keep the instructions covered ratio. Commit: 1a6f1b2e050770331c9a63d12a3fd8a36d199f62 https://github.com/xwiki/xwiki-platform/commit/1a6f1b2e050770331c9a63d12a3fd... Author: Michael Hamann <[email protected]> Date: 2024-08-29 (Thu, 29 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-wiki/pom.xml A xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-wiki/src/main/java/org/xwiki/component/wiki/internal/WikiComponentRequiredRightAnalyzer.java A xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-wiki/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-wiki/src/main/resources/META-INF/components.txt Log Message: ----------- XWIKI-22460: XWiki.ComponentClass is missing a required rights analyzer * Add a required right analyzer for XWiki.ComponentClass. Compare: https://github.com/xwiki/xwiki-platform/compare/ae54a3090ffb...1a6f1b2e0507 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications