Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-replication
Commit: 15bbd791f78882cb8d3bc2f39fff19f29ec3f79c
https://github.com/xwiki-contrib/application-replication/commit/15bbd791f78…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M pom.xml
M replication-api/pom.xml
M replication-default/pom.xml
M replication-entity/pom.xml
M replication-entity/replication-entity-api/pom.xml
M replication-entity/replication-entity-controller/pom.xml
M replication-entity/replication-entity-default/pom.xml
M replication-test/pom.xml
M replication-test/replication-test-pageobjects/pom.xml
M replication-test/replication-test-tests/pom.xml
M replication-ui/pom.xml
M replication-xip/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/application-replication/settings/notificat…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-replication
Commit: 79565f6ee9950acd17722cbcdd0f2304c1663b07
https://github.com/xwiki-contrib/application-replication/commit/79565f6ee99…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M pom.xml
M replication-api/pom.xml
M replication-default/pom.xml
M replication-entity/pom.xml
M replication-entity/replication-entity-api/pom.xml
M replication-entity/replication-entity-controller/pom.xml
M replication-entity/replication-entity-default/pom.xml
M replication-test/pom.xml
M replication-test/replication-test-pageobjects/pom.xml
M replication-test/replication-test-tests/pom.xml
M replication-ui/pom.xml
M replication-xip/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release replication-2.3.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-replication/settings/notificat…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-replication
Commit: d8e5ade1b33d90dfcadbbe55884f88fb28e31e0f
https://github.com/xwiki-contrib/application-replication/commit/d8e5ade1b33…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M pom.xml
M replication-api/src/main/java/org/xwiki/contrib/replication/AbstractReplicationSenderMessage.java
M replication-api/src/main/java/org/xwiki/contrib/replication/DefaultReplicationSenderMessage.java
A replication-api/src/main/java/org/xwiki/contrib/replication/internal/SerializableReplicationMessage.java
A replication-api/src/main/java/org/xwiki/contrib/replication/internal/SerializableReplicationReceiverMessage.java
A replication-api/src/main/java/org/xwiki/contrib/replication/internal/SerializableReplicationSenderMessage.java
M replication-default/src/main/java/org/xwiki/contrib/replication/internal/enpoint/message/HttpServletRequestReplicationReceiverMessage.java
M replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/DefaultReplicationSender.java
R replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationAnswerManager.java
R replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationAnswerMessage.java
R replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationAnswerReceiver.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationReceiverMessageConverter.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationReceiverMessageEvent.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationAnswerListener.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationAnswerManager.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationAnswerMessage.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationAnswerReceiver.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationQuestionAskedEvent.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationQuestionListener.java
M replication-default/src/main/resources/META-INF/components.txt
A replication-test/replication-test-tests/src/main/java/org/xwiki/contrib/replication/test/TestQuestionReceiver.java
A replication-test/replication-test-tests/src/main/java/org/xwiki/contrib/replication/test/TestReplicationScriptService.java
M replication-test/replication-test-tests/src/main/resources/META-INF/components.txt
M replication-test/replication-test-tests/src/test/it/org/xwiki/replication/test/ReplicationIT.java
Log Message:
-----------
REPLICAT-216: Question/answer system does not support clustering
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-replication/settings/notificat…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-replication
Commit: 9eb757f6ff1ada5e2d0eb316b4b889ecf28475dd
https://github.com/xwiki-contrib/application-replication/commit/9eb757f6ff1…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M pom.xml
M replication-api/src/main/java/org/xwiki/contrib/replication/AbstractReplicationSenderMessage.java
M replication-api/src/main/java/org/xwiki/contrib/replication/DefaultReplicationSenderMessage.java
A replication-api/src/main/java/org/xwiki/contrib/replication/internal/SerializableReplicationMessage.java
A replication-api/src/main/java/org/xwiki/contrib/replication/internal/SerializableReplicationReceiverMessage.java
A replication-api/src/main/java/org/xwiki/contrib/replication/internal/SerializableReplicationSenderMessage.java
M replication-default/src/main/java/org/xwiki/contrib/replication/internal/enpoint/message/HttpServletRequestReplicationReceiverMessage.java
M replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/DefaultReplicationSender.java
R replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationAnswerManager.java
R replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationAnswerMessage.java
R replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationAnswerReceiver.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationReceiverMessageConverter.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationReceiverMessageEvent.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationAnswerListener.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationAnswerManager.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationAnswerMessage.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationAnswerReceiver.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationQuestionAskedEvent.java
A replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/question/ReplicationQuestionListener.java
M replication-default/src/main/resources/META-INF/components.txt
A replication-test/replication-test-tests/src/main/java/org/xwiki/contrib/replication/test/TestQuestionReceiver.java
A replication-test/replication-test-tests/src/main/java/org/xwiki/contrib/replication/test/TestReplicationScriptService.java
M replication-test/replication-test-tests/src/main/resources/META-INF/components.txt
M replication-test/replication-test-tests/src/test/it/org/xwiki/replication/test/ReplicationIT.java
Log Message:
-----------
REPLICAT-216: Question/answer system does not support clustering
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-replication/settings/notificat…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/ldap
Commit: 9c0521b3da0a5f3588d2ccd40a4595d1bc7868d6
https://github.com/xwiki-contrib/ldap/commit/9c0521b3da0a5f3588d2ccd40a4595…
Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M ldap-user-cleanup/src/main/resources/Scheduler/LDAP/OldUserCleanupJob.xml
Log Message:
-----------
LDAP-157 - User Cleanup does not remove users if their DN is gone
- do not treat a null result from the DN lookup as a distinctive
indication of a server error, but proceed with the next step
(i.e. lookup bu UID)
- only if both return null, assume the ldap server is gone or broken
- also add missing vales to log message
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ldap/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: ee2b250f3235aea244cfb5d1d616492e56dad3a7
https://github.com/xwiki/xwiki-platform/commit/ee2b250f3235aea244cfb5d1d616…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/pnpm-lock.yaml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package.json
Log Message:
-----------
[Misc] Update dependency eslint-plugin-vue to v10.5.0
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: 248677d06f40b0b9032fa79489b7875d9e6cc1b9
https://github.com/xwiki/xwiki-platform/commit/248677d06f40b0b9032fa79489b7…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/pnpm-lock.yaml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package.json
Log Message:
-----------
[Misc] Update dependency eslint to v9.36.0
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: 2620c2adc2405e4aa11339e17ab67cf9719b2798
https://github.com/xwiki/xwiki-platform/commit/2620c2adc2405e4aa11339e17ab6…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/pnpm-lock.yaml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package.json
Log Message:
-----------
[Misc] Update dependency jsdom to v27
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: a111ca1945c34de6bacc5a8d15af26d522889dd5
https://github.com/xwiki/xwiki-platform/commit/a111ca1945c34de6bacc5a8d15af…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency globals to v16.4.0 (#4560)
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: af866f2d494428b1dd9d4451e090122257006e7c
https://github.com/xwiki/xwiki-platform/commit/af866f2d494428b1dd9d4451e090…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/pnpm-lock.yaml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package.json
Log Message:
-----------
[Misc] Update dependency @types/node to v22.18.8
Commit: 73e91c8eea82e627563120d20c6be41d33b1fcb6
https://github.com/xwiki/xwiki-platform/commit/73e91c8eea82e627563120d20c6b…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M pom.xml
Log Message:
-----------
[Misc] Upgrade pnpm to 10.17.1
Compare: https://github.com/xwiki/xwiki-platform/compare/d7e1de456372...73e91c8eea82
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: d7e1de4563728f1a8bfcb5f1dee42bb8c0a9d438
https://github.com/xwiki/xwiki-platform/commit/d7e1de4563728f1a8bfcb5f1dee4…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/pnpm-lock.yaml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package.json
Log Message:
-----------
Update dependency typescript to v5.9.3
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: 5d8e1cba718f5817d69d6824f57629eaa98777e4
https://github.com/xwiki/xwiki-platform/commit/5d8e1cba718f5817d69d6824f576…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/pnpm-lock.yaml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package.json
Log Message:
-----------
[Misc] Update dependency jiti to v2.6.0
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: 9b2821e69317f82cae4adac54e3631f92a89641d
https://github.com/xwiki/xwiki-platform/commit/9b2821e69317f82cae4adac54e36…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency typescript-eslint to v8.45.0 (#4535)
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/documentation
Commit: 0573a2a084b60c85c197096e2b1aa360aab23fe2
https://github.com/xwiki-contrib/documentation/commit/0573a2a084b60c85c1970…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
A documentation-checker/src/main/java/org/xwiki/contrib/documentation/DocumentationConfiguration.java
M documentation-checker/src/main/java/org/xwiki/contrib/documentation/DocumentationManager.java
A documentation-checker/src/main/java/org/xwiki/contrib/documentation/internal/DefaultDocumentationConfiguration.java
M documentation-checker/src/main/java/org/xwiki/contrib/documentation/internal/DefaultDocumentationManager.java
M documentation-checker/src/main/java/org/xwiki/contrib/documentation/internal/DocumentationEventListener.java
M documentation-checker/src/main/java/org/xwiki/contrib/documentation/script/DocumentationScriptService.java
M documentation-checker/src/main/resources/META-INF/components.txt
M documentation-ui/pom.xml
Log Message:
-----------
XDOC-1: Create a documentation application
* Add a configuration component to decide if the analysis should be async or not
* Make the data docs be demo docs since they are demos and need to be updated by the user
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/documentation/settings/notifications
Branch: refs/heads/XWIKI-20944
Home: https://github.com/xwiki/xwiki-platform
Commit: 2a1ad742f4fc296fa33a3cd1031c73a9b0598a47
https://github.com/xwiki/xwiki-platform/commit/2a1ad742f4fc296fa33a3cd1031c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/main/java/org/xwiki/rendering/macro/include/IncludeMacroParameters.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/test/java/org/xwiki/rendering/internal/macro/include/IncludeMacroRefactoringTest.java
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified
* Use the new feature mandatory parameter
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: 4bbf123de7796a1fb39d489b11842e8578ecf854
https://github.com/xwiki/xwiki-platform/commit/4bbf123de7796a1fb39d489b1184…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-23345: Deprecated parameters should be indicated in the macro config UI
* Add a visual hint when a deprecated or advanced parameter is
displayed in the config UI
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications