Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 9d65454cbbaa0579511803cf2877656acc5f531b
https://github.com/xwiki/xwiki-platform/commit/9d65454cbbaa0579511803cf2877…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-io/src/main/java/org/xwiki/annotation/io/internal/DefaultIOService.java
M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-default/src/main/java/org/xwiki/configuration/internal/AbstractDocumentConfigurationSource.java
M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-ui/src/test/java/org/xwiki/invitation/InvitationCommonPageTest.java
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/BooleanClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/DateClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/NumberClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/src/main/java/org/xwiki/mail/internal/MailConfigMandatoryDocumentInitializer.java
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
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/api/Object.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/BasePropertyOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/PropertyClassOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/PropertyConverter.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BaseClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ComputedFieldClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DateClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/GroupsClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/LevelsClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ListClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/NumberClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClassInterface.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/StringClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/UsersClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/migration/hibernate/R140600000XWIKI19869DataMigration.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiGroupServiceImpl.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DocumentTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/DateClassTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/ListClassTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/NumberClassTest.java
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/ModelFactory.java
Log Message:
-----------
XWIKI-20910: Save fails silently when the value of a property of an object cannot be parsed properly (#4533)
* Throw checked exception in PropertyClassInterface#fromString which impacts also a lot of APIs including BaseObject#set and Object#set
* Improve checkstyle in oldcore
(cherry picked from commit 2a478972a05a6b11407fc357fe72cae1f3d0e5f3)
Commit: dccdea47bdd8c602529cdfdb3bc97f44262b0452
https://github.com/xwiki/xwiki-platform/commit/dccdea47bdd8c602529cdfdb3bc9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Object.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
Log Message:
-----------
XWIKI-20910: Save fails silently when the value of a property of an object cannot be parsed properly
* Fix javadoc
(cherry picked from commit 5cf4552783a1d97b2e4ef0429ab2b1d85293e744)
Compare: https://github.com/xwiki/xwiki-platform/compare/9eec967f8ed3...dccdea47bdd8
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.4.x/pr-4533
Home: https://github.com/xwiki/xwiki-platform
Commit: d9a2a7b1dab93740781b08e00684624c3a673614
https://github.com/xwiki/xwiki-platform/commit/d9a2a7b1dab93740781b08e00684…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Object.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
Log Message:
-----------
XWIKI-20910: Save fails silently when the value of a property of an object cannot be parsed properly
* Fix javadoc
(cherry picked from commit 5cf4552783a1d97b2e4ef0429ab2b1d85293e744)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 9eec967f8ed3e7b3a9d267e5beabb45e066f2474
https://github.com/xwiki/xwiki-platform/commit/9eec967f8ed3e7b3a9d267e5beab…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
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-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAndContinueAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiAction.java
Log Message:
-----------
XWIKI-23507: Root cause of an error is not displayed when using save
* Ensure to properly display the root cause of an error in case of
ajax request for save
(cherry picked from commit 80410ecbac22e01c9fb5d0cea80dbe6666f31a3b)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 98fc82e051a91a78772f6883dcbeed4f94f3620a
https://github.com/xwiki/xwiki-platform/commit/98fc82e051a91a78772f6883dcbe…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
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-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAndContinueAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiAction.java
Log Message:
-----------
XWIKI-23507: Root cause of an error is not displayed when using save
* Ensure to properly display the root cause of an error in case of
ajax request for save
(cherry picked from commit 80410ecbac22e01c9fb5d0cea80dbe6666f31a3b)
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: 80410ecbac22e01c9fb5d0cea80dbe6666f31a3b
https://github.com/xwiki/xwiki-platform/commit/80410ecbac22e01c9fb5d0cea80d…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
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-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAndContinueAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiAction.java
Log Message:
-----------
XWIKI-23507: Root cause of an error is not displayed when using save
* Ensure to properly display the root cause of an error in case of
ajax request for save
Commit: b014ad74dca9d338bbbd3e16afccf8448970db04
https://github.com/xwiki/xwiki-platform/commit/b014ad74dca9d338bbbd3e16afcc…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
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/objects/classes/PropertyClassInterface.java
Log Message:
-----------
[Misc] Improve oldcore checkstyle
Compare: https://github.com/xwiki/xwiki-platform/compare/1d8bd00520cf...b014ad74dca9
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 8a642da1ae689d4372e0e758d7930a77126fbb08
https://github.com/xwiki/xwiki-platform/commit/8a642da1ae689d4372e0e758d793…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
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/NotificationsWatchModal.java
Log Message:
-----------
[Misc] Wait for the radio button to be visible in NotificationsWatchModal.selectOptionAndSave
(cherry picked from commit 69051a29d1f1a57a31fe50894dff4f6d43f42cc7)
Commit: 402fdccf30e17abdbbcd11cd9a8d5a4129f201d4
https://github.com/xwiki/xwiki-platform/commit/402fdccf30e17abdbbcd11cd9a8d…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/store.js
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/src/components/DisplayerToggle.vue
Log Message:
-----------
XWIKI-23421: After hard refresh "Formats" and "is enabled" column values/ toggles are not displayed on "System Filters" from Notification Settings
(cherry picked from commit 1d8bd00520cfd754b87dfd2f02531b0944521ec7)
Compare: https://github.com/xwiki/xwiki-platform/compare/941a0217fc0f...402fdccf30e1
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: 69051a29d1f1a57a31fe50894dff4f6d43f42cc7
https://github.com/xwiki/xwiki-platform/commit/69051a29d1f1a57a31fe50894dff…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
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/NotificationsWatchModal.java
Log Message:
-----------
[Misc] Wait for the radio button to be visible in NotificationsWatchModal.selectOptionAndSave
Commit: 1d8bd00520cfd754b87dfd2f02531b0944521ec7
https://github.com/xwiki/xwiki-platform/commit/1d8bd00520cfd754b87dfd2f0253…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/store.js
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/src/components/DisplayerToggle.vue
Log Message:
-----------
XWIKI-23421: After hard refresh "Formats" and "is enabled" column values/ toggles are not displayed on "System Filters" from Notification Settings
Compare: https://github.com/xwiki/xwiki-platform/compare/8337ac8c3b19...1d8bd00520cf
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/cristal
Commit: 61e1a519d1a66bb539bffcb21ba6b354459e7f1e
https://github.com/xwiki-contrib/cristal/commit/61e1a519d1a66bb539bffcb21ba…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-default/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/uniast/uniast-utils/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote-react/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency vite to v7.1.4 (#1192)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: a063adfe7063ce0448b8c41b37705d042ccbcb67
https://github.com/xwiki-contrib/oidc/commit/a063adfe7063ce0448b8c41b37705d…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
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: 3ffb60c9506d8ec19141fbaf04974cebcba4286a
https://github.com/xwiki-contrib/oidc/commit/3ffb60c9506d8ec19141fbaf04974c…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
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.19.3
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/jira
Commit: 7c518f72acbc6fc6b6aabe5b1141aac817e94b7d
https://github.com/xwiki-contrib/jira/commit/7c518f72acbc6fc6b6aabe5b1141aa…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M jira-api/pom.xml
M jira-ckeditor/jira-ckeditor-ui/pom.xml
M jira-ckeditor/pom.xml
M jira-config/jira-config-api/pom.xml
M jira-config/jira-config-platform/pom.xml
M jira-config/jira-config-ui/pom.xml
M jira-config/pom.xml
M jira-macro/jira-macro-charts/pom.xml
M jira-macro/jira-macro-common/pom.xml
M jira-macro/jira-macro-count/pom.xml
M jira-macro/jira-macro-default/pom.xml
M jira-macro/jira-macro-platform/pom.xml
M jira-macro/pom.xml
M jira-test/jira-test-docker/pom.xml
M jira-test/jira-test-pageobjects/pom.xml
M jira-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/jira/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/jira
Commit: 53ed3b5f22897afdee9580c46c5ccae3d5e36b1c
https://github.com/xwiki-contrib/jira/commit/53ed3b5f22897afdee9580c46c5cca…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M jira-api/pom.xml
M jira-ckeditor/jira-ckeditor-ui/pom.xml
M jira-ckeditor/pom.xml
M jira-config/jira-config-api/pom.xml
M jira-config/jira-config-platform/pom.xml
M jira-config/jira-config-ui/pom.xml
M jira-config/pom.xml
M jira-macro/jira-macro-charts/pom.xml
M jira-macro/jira-macro-common/pom.xml
M jira-macro/jira-macro-count/pom.xml
M jira-macro/jira-macro-default/pom.xml
M jira-macro/jira-macro-platform/pom.xml
M jira-macro/pom.xml
M jira-test/jira-test-docker/pom.xml
M jira-test/jira-test-pageobjects/pom.xml
M jira-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release jira-11.1.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: d588da213f547b219588b0368d0eee68a9e3af20
https://github.com/xwiki/xwiki-platform/commit/d588da213f547b219588b0368d0e…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/logging_macros.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/DistributionPageTest.java
Log Message:
-----------
XWIKI-23462: Some extension IDs in log messages aren't displayed correctly
* Properly escape the extension ID when the extension isn't found
* Add a page test to test the escaping.
(cherry picked from commit 8337ac8c3b19c37f306723b638b2cae8b0a57dbf)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications