Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: b118cb05e8c2a536a5db8d68b8fe2b157669b155
https://github.com/xwiki/xwiki-platform/commit/b118cb05e8c2a536a5db8d68b8fe…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-04 (Thu, 04 Jul 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-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/MultiUserTestUtilsParameterResolver.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/junit5/MultiUserTestUtils.java
Log Message:
-----------
XWIKI-22272: Add support for testing with multiple users/browsers
* Don't create a MultiUserTestUtils instance each time it is injected
* Bulletproof test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: e66a2a2edb94e7b5f4cca78537036263326aaf80
https://github.com/xwiki/xwiki-platform/commit/e66a2a2edb94e7b5f4cca7853703…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-maintainer/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-wiki/pom.xml
M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-default/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-extension/xwiki-platform-extension-script/pom.xml
M xwiki-platform-core/xwiki-platform-groovy/pom.xml
M xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-api/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-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-xwql/pom.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/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-sheet/xwiki-platform-sheet-api/pom.xml
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/pom.xml
Log Message:
-----------
[Misc] Move jmock related tools to a dedicated module
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 9cfab7051c21d91cfecbff71560befdfdc787e72
https://github.com/xwiki/xwiki-commons/commit/9cfab7051c21d91cfecbff71560be…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-groovy/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-test/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-component/pom.xml
R xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-component/src/main/java/org/xwiki/test/jmock/AbstractComponentTestCase.java
R xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-component/src/main/java/org/xwiki/test/jmock/AbstractMockingComponentTestCase.java
R xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-component/src/main/java/org/xwiki/test/jmock/AbstractMockingTestCase.java
R xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-component/src/main/java/org/xwiki/test/jmock/MockingComponentManager.java
R xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-component/src/main/java/org/xwiki/test/jmock/XWikiComponentInitializer.java
R xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-component/src/main/java/org/xwiki/test/jmock/annotation/MockingRequirement.java
R xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-component/src/main/java/org/xwiki/test/jmock/annotation/MockingRequirements.java
A xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-jmock/pom.xml
A xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-jmock/src/main/java/org/xwiki/test/jmock/AbstractComponentTestCase.java
A xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-jmock/src/main/java/org/xwiki/test/jmock/AbstractMockingComponentTestCase.java
A xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-jmock/src/main/java/org/xwiki/test/jmock/AbstractMockingTestCase.java
A xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-jmock/src/main/java/org/xwiki/test/jmock/JMockRule.java
A xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-jmock/src/main/java/org/xwiki/test/jmock/MockingComponentManager.java
A xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-jmock/src/main/java/org/xwiki/test/jmock/XWikiComponentInitializer.java
A xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-jmock/src/main/java/org/xwiki/test/jmock/annotation/MockingRequirement.java
A xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-jmock/src/main/java/org/xwiki/test/jmock/annotation/MockingRequirements.java
M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/pom.xml
R xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/src/main/java/org/xwiki/test/jmock/JMockRule.java
Log Message:
-----------
[Misc] Move jmock related tools to a dedicated module
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: b7212a0b16cb72c596d39bf8c5896ec6f7201012
https://github.com/xwiki/xwiki-platform/commit/b7212a0b16cb72c596d39bf8c589…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-test-pageobjects/src/main/java/org/xwiki/tree/test/po/TreeElement.java
Log Message:
-----------
[Misc] Wait more thoroughly for the tree to be loaded
This is an attempt to reduce flickering in tests that might be caused by
proceeding too quickly with loading other tree nodes while the initial
tree nodes are still loading. Then possibly the selection of the root
node might not be cleared correctly before selecting the desired node as
the root node is automatically selected during the initial load.
(cherry picked from commit 8e0c1cd9056d73f0b01f787b5c31e0ae94e42516)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 1069404e3fe47bb3083f7823f2f45a75262edfbe
https://github.com/xwiki/xwiki-platform/commit/1069404e3fe47bb3083f7823f2f4…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-test-pageobjects/src/main/java/org/xwiki/tree/test/po/TreeElement.java
Log Message:
-----------
[Misc] Wait more thoroughly for the tree to be loaded
This is an attempt to reduce flickering in tests that might be caused by
proceeding too quickly with loading other tree nodes while the initial
tree nodes are still loading. Then possibly the selection of the root
node might not be cleared correctly before selecting the desired node as
the root node is automatically selected during the initial load.
(cherry picked from commit 8e0c1cd9056d73f0b01f787b5c31e0ae94e42516)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 8e0c1cd9056d73f0b01f787b5c31e0ae94e42516
https://github.com/xwiki/xwiki-platform/commit/8e0c1cd9056d73f0b01f787b5c31…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-test-pageobjects/src/main/java/org/xwiki/tree/test/po/TreeElement.java
Log Message:
-----------
[Misc] Wait more thoroughly for the tree to be loaded
This is an attempt to reduce flickering in tests that might be caused by
proceeding too quickly with loading other tree nodes while the initial
tree nodes are still loading. Then possibly the selection of the root
node might not be cleared correctly before selecting the desired node as
the root node is automatically selected during the initial load.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: e754953b4639155740db67fb8eb427634b8ccba6
https://github.com/xwiki/xwiki-platform/commit/e754953b4639155740db67fb8eb4…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/pom.xml
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-oldcore/src/main/java/com/xpn/xwiki/store/XWikiVersioningStoreInterface.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentTest.java
Log Message:
-----------
[Misc] Fix imports
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: daf3798fa01cd3cd4a24221764c94b396895fa73
https://github.com/xwiki/xwiki-platform/commit/daf3798fa01cd3cd4a24221764c9…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-workspaces-migrator/src/main/java/org/xwiki/wiki/workspacesmigrator/internal/DefaultDocumentRestorerFromAttachedXAR.java
Log Message:
-----------
Revert "XWIKI-22313: The workspace migrator is using the standard Java temporary directory"
This reverts commit 7c50c5893ab994bda818406a0f31c8fc0f4e65e2.
Commit: cfe6a4118c91b3af703cb1f87aa5be483183f135
https://github.com/xwiki/xwiki-platform/commit/cfe6a4118c91b3af703cb1f87aa5…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/AttachmentReader.java
R xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/META-INF/components.txt
Log Message:
-----------
Revert "XWIKI-22311: The XAR attachment reader is using the standard Java temporary directory"
This reverts commit 7f453815b6b6e6fffb8002d436a117f841839f7d.
Commit: 976fe695dd2d2cfdcfaf4fbb7a7d65f85234c2eb
https://github.com/xwiki/xwiki-platform/commit/976fe695dd2d2cfdcfaf4fbb7a7d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-mailsender/src/main/java/com/xpn/xwiki/plugin/mailsender/MailSenderPlugin.java
M xwiki-platform-core/xwiki-platform-mailsender/src/test/java/com/xpn/xwiki/plugin/mailsender/MailSenderPluginTest.java
Log Message:
-----------
Revert "XWIKI-22312: The old mailsender plugin is using the standard Java temporary directory"
This reverts commit 2d9fc44249bc9102b58e26654d20d51271a1f3e4.
Compare: https://github.com/xwiki/xwiki-platform/compare/23a1ea7ee3d1...976fe695dd2d
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 89d96a55ee69acd46268f88a7461a8163d44a6d0
https://github.com/xwiki/xwiki-platform/commit/89d96a55ee69acd46268f88a7461…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-tests/src/test/java/org/xwiki/test/ui/AllIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/MockitoOldcore.java
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-tests/src/test/it/org/xwiki/repository/test/ui/AllIT.java
Log Message:
-----------
[Misc] Improve environment handling during tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 1495aa5bedc83aad085016a0fe51ae677098c69d
https://github.com/xwiki/xwiki-commons/commit/1495aa5bedc83aad085016a0fe51a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/test/java/org/xwiki/extension/test/MockitoRepositoryUtils.java
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/test/java/org/xwiki/extension/test/RepositoryUtils.java
Log Message:
-----------
[Misc] Improve environment handling during tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 5d4c8eef8915daec13f069a038fc814e0f90f594
https://github.com/xwiki/xwiki-platform/commit/5d4c8eef8915daec13f069a038fc…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/MockitoOldcore.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/test/java/org/xwiki/rendering/macro/context/IntegrationTests.java
Log Message:
-----------
XWIKI-22222: Add the concept of "request effective author"
* Fix tests.
(cherry picked from commit 81f432918eab149ffd0bf8f7675487c6c3e8f175)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 23a1ea7ee3d1fa90fbc4015141094e60c5d1809d
https://github.com/xwiki/xwiki-platform/commit/23a1ea7ee3d1fa90fbc401514109…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/MockitoOldcore.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/test/java/org/xwiki/rendering/macro/context/IntegrationTests.java
Log Message:
-----------
XWIKI-22222: Add the concept of "request effective author"
* Fix tests.
(cherry picked from commit 81f432918eab149ffd0bf8f7675487c6c3e8f175)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 4c97ed81ddfab346282937272d7fd20500bfc4f7
https://github.com/xwiki/xwiki-platform/commit/4c97ed81ddfab346282937272d7f…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/MockitoOldcore.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/test/java/org/xwiki/rendering/macro/context/IntegrationTests.java
Log Message:
-----------
XWIKI-22222: Add the concept of "request effective author"
* Fix tests.
(cherry picked from commit 81f432918eab149ffd0bf8f7675487c6c3e8f175)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 81f432918eab149ffd0bf8f7675487c6c3e8f175
https://github.com/xwiki/xwiki-platform/commit/81f432918eab149ffd0bf8f76754…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/MockitoOldcore.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/test/java/org/xwiki/rendering/macro/context/IntegrationTests.java
Log Message:
-----------
XWIKI-22222: Add the concept of "request effective author"
* Fix tests.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: e943c04278cdc97b1564d90fdb2b0c867fd4fe27
https://github.com/xwiki-contrib/ai-llm/commit/e943c04278cdc97b1564d90fdb2b…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/EmbeddingsUtils.java
M application-ai-llm-index/application-ai-llm-index-ui/src/main/resources/AI/Collections/Code/CollectionsTemplate.xml
Log Message:
-----------
LLMAI-94: Add support for computing embeddings internally
* Set the new AI.Models.Default as default model in collections
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: e20cc077fac658c9f419e58c594c67fba4c85449
https://github.com/xwiki-contrib/ai-llm/commit/e20cc077fac658c9f419e58c594c…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/ChatWidgetConfig.xml
Log Message:
-----------
LLMAI-93: The LLM chat doesn't work when XWiki is the root application
* Readded line wich was deleted by mistake
Commit: d9749384493de0bfad3426648a16abf10f4252c5
https://github.com/xwiki-contrib/ai-llm/commit/d9749384493de0bfad3426648a16…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/pom.xml
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/EmbeddingsUtils.java
A application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/Default.xml
Log Message:
-----------
LLMAI-94: Add support for computing embeddings internally
Compare: https://github.com/xwiki-contrib/ai-llm/compare/073239dac553...d9749384493d
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 0bcc9799c63506a02071bf2410e669d16608af25
https://github.com/xwiki/xwiki-platform/commit/0bcc9799c63506a02071bf2410e6…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-workspaces-migrator/src/main/java/org/xwiki/wiki/workspacesmigrator/internal/DefaultDocumentRestorerFromAttachedXAR.java
Log Message:
-----------
XWIKI-22313: The workspace migrator is using the standard Java temporary directory
(cherry picked from commit 247d1e11a39de8107d39443386b0a7b2db6d3a86)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 7c50c5893ab994bda818406a0f31c8fc0f4e65e2
https://github.com/xwiki/xwiki-platform/commit/7c50c5893ab994bda818406a0f31…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-workspaces-migrator/src/main/java/org/xwiki/wiki/workspacesmigrator/internal/DefaultDocumentRestorerFromAttachedXAR.java
Log Message:
-----------
XWIKI-22313: The workspace migrator is using the standard Java temporary directory
(cherry picked from commit 247d1e11a39de8107d39443386b0a7b2db6d3a86)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 247d1e11a39de8107d39443386b0a7b2db6d3a86
https://github.com/xwiki/xwiki-platform/commit/247d1e11a39de8107d39443386b0…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-workspaces-migrator/src/main/java/org/xwiki/wiki/workspacesmigrator/internal/DefaultDocumentRestorerFromAttachedXAR.java
Log Message:
-----------
XWIKI-22313: The workspace migrator is using the standard Java temporary directory
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: 5e28b988bd3efcd7ad7a07a2f0384c9faabe4045
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/5e28b98…
Author: HP <hiteshprab(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M xwiki-authenticator-trusted-adapters/pom.xml
A xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/pom.xml
A xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/src/main/java/org/xwiki/contrib/authentication/AttributesTrustedAuthenticationAdapter.java
A xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/src/main/resources/META-INF/components.txt
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-headers/pom.xml
Log Message:
-----------
TRUSTAUTH-28: Support for AJP Attributes
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 7f453815b6b6e6fffb8002d436a117f841839f7d
https://github.com/xwiki/xwiki-platform/commit/7f453815b6b6e6fffb8002d436a1…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/AttachmentReader.java
A xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/META-INF/components.txt
Log Message:
-----------
XWIKI-22311: The XAR attachment reader is using the standard Java temporary directory
(cherry picked from commit 915150057f733d7a18ef74d18db882bc19faac41)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 2d9fc44249bc9102b58e26654d20d51271a1f3e4
https://github.com/xwiki/xwiki-platform/commit/2d9fc44249bc9102b58e26654d20…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-mailsender/src/main/java/com/xpn/xwiki/plugin/mailsender/MailSenderPlugin.java
M xwiki-platform-core/xwiki-platform-mailsender/src/test/java/com/xpn/xwiki/plugin/mailsender/MailSenderPluginTest.java
Log Message:
-----------
XWIKI-22312: The old mailsender plugin is using the standard Java temporary directory
(cherry picked from commit a866bea6045e8c39babb63042b56e9f6c0722305)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: e55080363806c2f7d3d2d6a631a764738f076df4
https://github.com/xwiki/xwiki-platform/commit/e55080363806c2f7d3d2d6a631a7…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-mailsender/src/main/java/com/xpn/xwiki/plugin/mailsender/MailSenderPlugin.java
M xwiki-platform-core/xwiki-platform-mailsender/src/test/java/com/xpn/xwiki/plugin/mailsender/MailSenderPluginTest.java
Log Message:
-----------
XWIKI-22312: The old mailsender plugin is using the standard Java temporary directory
(cherry picked from commit a866bea6045e8c39babb63042b56e9f6c0722305)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: a866bea6045e8c39babb63042b56e9f6c0722305
https://github.com/xwiki/xwiki-platform/commit/a866bea6045e8c39babb63042b56…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-mailsender/src/main/java/com/xpn/xwiki/plugin/mailsender/MailSenderPlugin.java
M xwiki-platform-core/xwiki-platform-mailsender/src/test/java/com/xpn/xwiki/plugin/mailsender/MailSenderPluginTest.java
Log Message:
-----------
XWIKI-22312: The old mailsender plugin is using the standard Java temporary directory
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: d7ccaa4f4c96d5aaa55aae40881b70190b2c8cd2
https://github.com/xwiki/xwiki-platform/commit/d7ccaa4f4c96d5aaa55aae40881b…
Author: github-actions[bot] <41898282+github-actions[bot](a)users.noreply.github.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-gallery/src/main/java/org/xwiki/rendering/internal/macro/gallery/GalleryMacro.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-gallery/src/test/resources/macrogallery1.test
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-gallery/src/test/resources/macrogallery2.test
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-gallery/src/test/resources/macrogallery3.test
Log Message:
-----------
XWIKI-22304: Do not trigger the lightbox feature for images from the Gallery macro (#3247)
(cherry picked from commit c963ae28c85ec1d7c2879c8d52d46f7a89559972)
Co-authored-by: Oana-Lavinia Florean <florean.lavinia(a)gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a92679bb4c0095be0305e7af7e62195c570f48c5
https://github.com/xwiki/xwiki-platform/commit/a92679bb4c0095be0305e7af7e62…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/AttachmentReader.java
A xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/META-INF/components.txt
Log Message:
-----------
XWIKI-22311: The XAR attachment reader is using the standard Java temporary directory
(cherry picked from commit 915150057f733d7a18ef74d18db882bc19faac41)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 915150057f733d7a18ef74d18db882bc19faac41
https://github.com/xwiki/xwiki-platform/commit/915150057f733d7a18ef74d18db8…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/AttachmentReader.java
A xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/META-INF/components.txt
Log Message:
-----------
XWIKI-22311: The XAR attachment reader is using the standard Java temporary directory
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: f86fc8eaeafac8c369b121df7968c1737190f22e
https://github.com/xwiki-contrib/oidc/commit/f86fc8eaeafac8c369b121df7968c1…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 6a9ba04190c59d6f7085e6d1dc790c6d0933b125
https://github.com/xwiki-contrib/oidc/commit/6a9ba04190c59d6f7085e6d1dc790c…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release oidc-2.10.1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications