Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 67021db9b8ed26c2236a653269302a86bf01ef40
https://github.com/xwiki/xwiki-platform/commit/67021db9b8ed26c2236a65326930…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/HTMLConverter.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationRSSService.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-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrSearchMacros.xml
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/test/java/org/xwiki/search/solr/ui/SolrSearchPageTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-ui/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-ui/src/main/resources/Main/DatabaseSearch.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-ui/src/test/java/org/xwiki/search/ui/DatabaseSearchPageTest.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/macros.vm
Log Message:
-----------
XWIKI-22149: Introduce a generic Velocity macro to set HTTP responses
* Refactor jsonResponse macro
* Add rawResponse macro
* Refactor Main.DatabaseSearch
* Refactor Main.SolrSearchMacros
* Refactor CKEditor.HTMLConverter
* Refactor XWiki.Notifications.Code.NotificationRSSService
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: e7fdd6490663be520dd0ae9e2021bbc85dcd346a
https://github.com/xwiki/xwiki-platform/commit/e7fdd6490663be520dd0ae9e2021…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 May 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/VersionIT.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
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiVersioningStoreInterfaceTest.java
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB (#3135)
* apply the criteria over the archive in cache when possible instead
of always loading it from database
* add an integration test to test that there's no regression on
getRevision API even if the document is not stored
* Provide some comments
* Reuse the filtering implementation that is already provided in
XWikiVersioningStoreInterface
* Fix unit tests
* Improve integration test
(cherry picked from commit daa1f3f80f75f5a0bb3102b9c057abd69a9e2ccf)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3135-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 9e41ab4473cd6b4ecb480fa7c5263aa90e26cf6e
https://github.com/xwiki/xwiki-platform/commit/9e41ab4473cd6b4ecb480fa7c526…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 May 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/VersionIT.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
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiVersioningStoreInterfaceTest.java
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB (#3135)
* apply the criteria over the archive in cache when possible instead
of always loading it from database
* add an integration test to test that there's no regression on
getRevision API even if the document is not stored
* Provide some comments
* Reuse the filtering implementation that is already provided in
XWikiVersioningStoreInterface
* Fix unit tests
* Improve integration test
(cherry picked from commit daa1f3f80f75f5a0bb3102b9c057abd69a9e2ccf)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3135-to-stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: bf7d62ea4e30a74ab7c1cef5f9675ff0356ef08e
https://github.com/xwiki/xwiki-platform/commit/bf7d62ea4e30a74ab7c1cef5f967…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 May 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/VersionIT.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
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiVersioningStoreInterfaceTest.java
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB (#3135)
* apply the criteria over the archive in cache when possible instead
of always loading it from database
* add an integration test to test that there's no regression on
getRevision API even if the document is not stored
* Provide some comments
* Reuse the filtering implementation that is already provided in
XWikiVersioningStoreInterface
* Fix unit tests
* Improve integration test
(cherry picked from commit daa1f3f80f75f5a0bb3102b9c057abd69a9e2ccf)
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: daa1f3f80f75f5a0bb3102b9c057abd69a9e2ccf
https://github.com/xwiki/xwiki-platform/commit/daa1f3f80f75f5a0bb3102b9c057…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 May 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/VersionIT.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
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiVersioningStoreInterfaceTest.java
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB (#3135)
* apply the criteria over the archive in cache when possible instead
of always loading it from database
* add an integration test to test that there's no regression on
getRevision API even if the document is not stored
* Provide some comments
* Reuse the filtering implementation that is already provided in
XWikiVersioningStoreInterface
* Fix unit tests
* Improve integration test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22187
Home: https://github.com/xwiki/xwiki-platform
Commit: 9f362db638a85e5c20ccafebced087200757752f
https://github.com/xwiki/xwiki-platform/commit/9f362db638a85e5c20ccafebced0…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 May 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/VersionIT.java
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB
* Improve integration test
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: 34d753aa03b6b4d55f023e227aa60c58f9afbd4a
https://github.com/xwiki/xwiki-platform/commit/34d753aa03b6b4d55f023e227aa6…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 May 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/NotificationsEmailsIT.java
Log Message:
-----------
[Misc] Move setup/tearDown to the test method in NotificationsEmailsIT
Add a missing condition on cleanup when this.mail is null.
(cherry picked from commit 451a8d99b9d326df8f28bf519e2e7fd04e867ba7)
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: 451a8d99b9d326df8f28bf519e2e7fd04e867ba7
https://github.com/xwiki/xwiki-platform/commit/451a8d99b9d326df8f28bf519e2e…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 May 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/NotificationsEmailsIT.java
Log Message:
-----------
[Misc] Move setup/tearDown to the test method in NotificationsEmailsIT
Add a missing condition on cleanup when this.mail is null.
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-rendering
Commit: 2b545afe89c77bb330c0de3d7b6c98ac308c480b
https://github.com/xwiki/xwiki-rendering/commit/2b545afe89c77bb330c0de3d7b6…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M pom.xml
Log Message:
-----------
[release] Preparing release xwiki-rendering-15.10.10
Commit: 048b4674431669e15f9ab687b36ac1009afa8187
https://github.com/xwiki/xwiki-rendering/commit/048b4674431669e15f9ab687b36…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M pom.xml
M xwiki-rendering-api/pom.xml
M xwiki-rendering-archetype-macro/pom.xml
M xwiki-rendering-integration-tests/pom.xml
M xwiki-rendering-legacy/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-api/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml
M xwiki-rendering-macros/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-box/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-comment/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-content/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-ctsreport/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-html/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-id/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-message/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-raw/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-toc/pom.xml
M xwiki-rendering-standalone/pom.xml
M xwiki-rendering-syntaxes/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedxhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-apt/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-creole/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-docbook/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-doxia/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-event/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-jspwiki/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-twiki/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-wikimodel/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxml10/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxmlcurrent/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/pom.xml
M xwiki-rendering-test/pom.xml
M xwiki-rendering-transformations/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-icon/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-linkchecker/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword/pom.xml
M xwiki-rendering-wikimodel/pom.xml
M xwiki-rendering-xml/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release xwiki-rendering-15.10.10
Commit: 27b3714a1cb960f602ff1228f6ff7554821a5e3f
https://github.com/xwiki/xwiki-rendering/commit/27b3714a1cb960f602ff1228f6f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M pom.xml
M xwiki-rendering-api/pom.xml
M xwiki-rendering-archetype-macro/pom.xml
M xwiki-rendering-integration-tests/pom.xml
M xwiki-rendering-legacy/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-api/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml
M xwiki-rendering-macros/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-box/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-comment/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-content/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-ctsreport/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-html/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-id/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-message/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-raw/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-toc/pom.xml
M xwiki-rendering-standalone/pom.xml
M xwiki-rendering-syntaxes/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedxhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-apt/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-creole/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-docbook/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-doxia/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-event/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-jspwiki/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-twiki/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-wikimodel/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxml10/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxmlcurrent/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/pom.xml
M xwiki-rendering-test/pom.xml
M xwiki-rendering-transformations/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-icon/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-linkchecker/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword/pom.xml
M xwiki-rendering-wikimodel/pom.xml
M xwiki-rendering-xml/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: f3ca63dd0195484d851c1c70875c1cb330edb70c
https://github.com/xwiki/xwiki-rendering/commit/f3ca63dd0195484d851c1c70875…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M pom.xml
Log Message:
-----------
[release] Update parent after release xwiki-rendering-15.10.10
Compare: https://github.com/xwiki/xwiki-rendering/compare/5b7e121dcdde...f3ca63dd0195
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 54e924ce5525ba3f5a144736146cab2c6c1b4c64
https://github.com/xwiki/xwiki-commons/commit/54e924ce5525ba3f5a144736146ca…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M pom.xml
Log Message:
-----------
[release] Preparing release xwiki-commons-15.10.10
Commit: 7f7abbb903d81b149be5c254e183c7fe9aa2fd92
https://github.com/xwiki/xwiki-commons/commit/7f7abbb903d81b149be5c254e183c…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M pom.xml
M xwiki-commons-core/pom.xml
M xwiki-commons-core/xwiki-commons-blame/pom.xml
M xwiki-commons-core/xwiki-commons-blame/xwiki-commons-blame-api/pom.xml
M xwiki-commons-core/xwiki-commons-blame/xwiki-commons-blame-script/pom.xml
M xwiki-commons-core/xwiki-commons-cache/pom.xml
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/pom.xml
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-infinispan/pom.xml
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-tests/pom.xml
M xwiki-commons-core/xwiki-commons-classloader/pom.xml
M xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/pom.xml
M xwiki-commons-core/xwiki-commons-collection/pom.xml
M xwiki-commons-core/xwiki-commons-component/pom.xml
M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-api/pom.xml
M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-archetype/pom.xml
M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default/pom.xml
M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-observation/pom.xml
M xwiki-commons-core/xwiki-commons-configuration/pom.xml
M xwiki-commons-core/xwiki-commons-configuration/xwiki-commons-configuration-api/pom.xml
M xwiki-commons-core/xwiki-commons-context/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-cipher/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-password/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-store/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-store/xwiki-commons-crypto-store-api/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-store/xwiki-commons-crypto-store-filesystem/pom.xml
M xwiki-commons-core/xwiki-commons-diff/pom.xml
M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-api/pom.xml
M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-display/pom.xml
M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-script/pom.xml
M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-xml/pom.xml
M xwiki-commons-core/xwiki-commons-displayer/pom.xml
M xwiki-commons-core/xwiki-commons-environment/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-api/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-common/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-standard/pom.xml
M xwiki-commons-core/xwiki-commons-extension/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-http/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven-snapshots/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-xwiki/pom.xml
M xwiki-commons-core/xwiki-commons-filter/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-api/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-events/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-events/xwiki-commons-filter-event-extension/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-streams/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-streams/xwiki-commons-filter-stream-xml/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-test/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-xml/pom.xml
M xwiki-commons-core/xwiki-commons-groovy/pom.xml
M xwiki-commons-core/xwiki-commons-job/pom.xml
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-api/pom.xml
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-classloader/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-classloader/xwiki-commons-legacy-classloader-api/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-component/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-component/xwiki-commons-legacy-component-api/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-component/xwiki-commons-legacy-component-default/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-configuration/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-properties/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-velocity-tools/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-velocity/pom.xml
M xwiki-commons-core/xwiki-commons-logging/pom.xml
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/pom.xml
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-common/pom.xml
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/pom.xml
M xwiki-commons-core/xwiki-commons-management/pom.xml
M xwiki-commons-core/xwiki-commons-netflux/pom.xml
M xwiki-commons-core/xwiki-commons-observation/pom.xml
M xwiki-commons-core/xwiki-commons-observation/xwiki-commons-observation-api/pom.xml
M xwiki-commons-core/xwiki-commons-observation/xwiki-commons-observation-local/pom.xml
M xwiki-commons-core/xwiki-commons-properties/pom.xml
M xwiki-commons-core/xwiki-commons-repository/pom.xml
M xwiki-commons-core/xwiki-commons-repository/xwiki-commons-repository-api/pom.xml
M xwiki-commons-core/xwiki-commons-repository/xwiki-commons-repository-model/pom.xml
M xwiki-commons-core/xwiki-commons-script/pom.xml
M xwiki-commons-core/xwiki-commons-stability/pom.xml
M xwiki-commons-core/xwiki-commons-text/pom.xml
M xwiki-commons-core/xwiki-commons-velocity/pom.xml
M xwiki-commons-core/xwiki-commons-websocket/pom.xml
M xwiki-commons-core/xwiki-commons-xml/pom.xml
M xwiki-commons-core/xwiki-commons-xstream/pom.xml
M xwiki-commons-pom/pom.xml
M xwiki-commons-tools/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-archiver/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-enforcers/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-extension-plugin/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-license-resources/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-pom/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-remote-resource-plugin/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-spoon/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-spoon/xwiki-commons-tool-spoon-checks/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-spoon/xwiki-commons-tool-spoon-tests/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
M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-verification-resources/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-webjar-handlers/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-xar/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-handlers/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-integration-tests/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-plugin/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release xwiki-commons-15.10.10
Commit: 2ab4082662e3e9dd5fd6dfbb3100365b2577d9ec
https://github.com/xwiki/xwiki-commons/commit/2ab4082662e3e9dd5fd6dfbb31003…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M pom.xml
M xwiki-commons-core/pom.xml
M xwiki-commons-core/xwiki-commons-blame/pom.xml
M xwiki-commons-core/xwiki-commons-blame/xwiki-commons-blame-api/pom.xml
M xwiki-commons-core/xwiki-commons-blame/xwiki-commons-blame-script/pom.xml
M xwiki-commons-core/xwiki-commons-cache/pom.xml
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/pom.xml
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-infinispan/pom.xml
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-tests/pom.xml
M xwiki-commons-core/xwiki-commons-classloader/pom.xml
M xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/pom.xml
M xwiki-commons-core/xwiki-commons-collection/pom.xml
M xwiki-commons-core/xwiki-commons-component/pom.xml
M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-api/pom.xml
M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-archetype/pom.xml
M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default/pom.xml
M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-observation/pom.xml
M xwiki-commons-core/xwiki-commons-configuration/pom.xml
M xwiki-commons-core/xwiki-commons-configuration/xwiki-commons-configuration-api/pom.xml
M xwiki-commons-core/xwiki-commons-context/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-cipher/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-password/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-store/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-store/xwiki-commons-crypto-store-api/pom.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-store/xwiki-commons-crypto-store-filesystem/pom.xml
M xwiki-commons-core/xwiki-commons-diff/pom.xml
M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-api/pom.xml
M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-display/pom.xml
M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-script/pom.xml
M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-xml/pom.xml
M xwiki-commons-core/xwiki-commons-displayer/pom.xml
M xwiki-commons-core/xwiki-commons-environment/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-api/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-common/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-standard/pom.xml
M xwiki-commons-core/xwiki-commons-extension/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-http/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven-snapshots/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-xwiki/pom.xml
M xwiki-commons-core/xwiki-commons-filter/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-api/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-events/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-events/xwiki-commons-filter-event-extension/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-streams/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-streams/xwiki-commons-filter-stream-xml/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-test/pom.xml
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-xml/pom.xml
M xwiki-commons-core/xwiki-commons-groovy/pom.xml
M xwiki-commons-core/xwiki-commons-job/pom.xml
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-api/pom.xml
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-classloader/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-classloader/xwiki-commons-legacy-classloader-api/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-component/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-component/xwiki-commons-legacy-component-api/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-component/xwiki-commons-legacy-component-default/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-configuration/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-properties/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-velocity-tools/pom.xml
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-velocity/pom.xml
M xwiki-commons-core/xwiki-commons-logging/pom.xml
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/pom.xml
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-common/pom.xml
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/pom.xml
M xwiki-commons-core/xwiki-commons-management/pom.xml
M xwiki-commons-core/xwiki-commons-netflux/pom.xml
M xwiki-commons-core/xwiki-commons-observation/pom.xml
M xwiki-commons-core/xwiki-commons-observation/xwiki-commons-observation-api/pom.xml
M xwiki-commons-core/xwiki-commons-observation/xwiki-commons-observation-local/pom.xml
M xwiki-commons-core/xwiki-commons-properties/pom.xml
M xwiki-commons-core/xwiki-commons-repository/pom.xml
M xwiki-commons-core/xwiki-commons-repository/xwiki-commons-repository-api/pom.xml
M xwiki-commons-core/xwiki-commons-repository/xwiki-commons-repository-model/pom.xml
M xwiki-commons-core/xwiki-commons-script/pom.xml
M xwiki-commons-core/xwiki-commons-stability/pom.xml
M xwiki-commons-core/xwiki-commons-text/pom.xml
M xwiki-commons-core/xwiki-commons-velocity/pom.xml
M xwiki-commons-core/xwiki-commons-websocket/pom.xml
M xwiki-commons-core/xwiki-commons-xml/pom.xml
M xwiki-commons-core/xwiki-commons-xstream/pom.xml
M xwiki-commons-pom/pom.xml
M xwiki-commons-tools/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-archiver/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-enforcers/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-extension-plugin/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-license-resources/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-pom/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-remote-resource-plugin/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-spoon/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-spoon/xwiki-commons-tool-spoon-checks/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-spoon/xwiki-commons-tool-spoon-tests/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
M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-verification-resources/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-webjar-handlers/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-xar/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-handlers/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-integration-tests/pom.xml
M xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-plugin/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 7226e4c67050c75f36db173250f6ecdaf5d39167
https://github.com/xwiki/xwiki-commons/commit/7226e4c67050c75f36db173250f6e…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M pom.xml
Log Message:
-----------
[release] Update parent after release xwiki-commons-15.10.10
Compare: https://github.com/xwiki/xwiki-commons/compare/e2f5c6c53309...7226e4c67050
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: e656d4e2c6f16ef5878fa11b8d620c260e125263
https://github.com/xwiki/xwiki-platform/commit/e656d4e2c6f16ef5878fa11b8d62…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Translations.ko.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Translations.pt_BR.xml
A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/main/resources/ApplicationResources_pt_BR.properties
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-macro/src/main/resources/ApplicationResources_pt_BR.properties
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.gl.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.pt.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.pt_BR.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-macro/src/main/resources/ApplicationResources_ko.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_bg.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_ca.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_cs.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_da.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_de.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_el.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_es.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_fa.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_fr.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_gl.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_hi.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_hr.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_hu.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_id.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_it.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_ja.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_km.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_kn.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_ko.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_lt.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_lv.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_mr.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_nl.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_no.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_pl.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_pt.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_pt_BR.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_ro.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_ru.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_si.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_sk.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_sl.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_sv.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_tr.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_uk.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_vi.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_zh.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_zh_TW.properties
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/Panels/Translations.pt_BR.xml
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/PanelsCode/Translations.pt_BR.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/main/resources/ApplicationResources_pt_BR.properties
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/Translations.pt_BR.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrTranslations.pt_BR.xml
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/src/main/resources/TourCode/TourTranslations.pt_BR.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-mainwiki/src/main/resources/WikiManager/Translations.pt_BR.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-wiki/src/main/resources/WikiManager/Translations.ko.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-wiki/src/main/resources/WikiManager/Translations.pt_BR.xml
Log Message:
-----------
[Misc] Updated translations.
Co-authored-by: Mariana Batista <mariana-batista99(a)hotmail.com>
Co-authored-by: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Co-authored-by: daeseong.choi <secretno80(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-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 9bffd7255dfec7ea15906485b6c876ff9bfefcaf
https://github.com/xwiki/xwiki-platform/commit/9bffd7255dfec7ea15906485b6c8…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
R xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/main/resources/ApplicationResources_pt-BR.properties
A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/main/resources/ApplicationResources_pt_BR.properties
Log Message:
-----------
XWIKI-22179: Wrong pt-BR locale used in attachment-api translation
(cherry picked from commit feb1738937df7f88c58928f209fe43cc6f9a415f)
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: a40ca0f1cfe3b2cd81c046e33db492a29eee22df
https://github.com/xwiki/xwiki-platform/commit/a40ca0f1cfe3b2cd81c046e33db4…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.no.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.pl.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.pt.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.pt_BR.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.ro.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.ru.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.sk.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.sv.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.tr.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.uk.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.vi.xml
Log Message:
-----------
[Misc] Put back deprecated keys until the LTS changes (or XWIKI-13101 is applied on it)
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: feb1738937df7f88c58928f209fe43cc6f9a415f
https://github.com/xwiki/xwiki-platform/commit/feb1738937df7f88c58928f209fe…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
R xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/main/resources/ApplicationResources_pt-BR.properties
A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/main/resources/ApplicationResources_pt_BR.properties
Log Message:
-----------
XWIKI-22179: Wrong pt-BR locale used in attachment-api translation
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: 2ef6cbdcf4ecb29a7080b0803b438c228f356c98
https://github.com/xwiki/xwiki-platform/commit/2ef6cbdcf4ecb29a7080b0803b43…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.ca.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.cs.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.da.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.de.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.es.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.fr.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.gl.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.hr.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.it.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.ja.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.ko.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.lv.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.mr.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.zh.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.zh_TW.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_bg.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_ca.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_cs.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_da.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_de.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_el.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_es.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_fa.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_fr.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_gl.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_hi.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_hr.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_hu.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_id.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_it.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_ja.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_km.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_kn.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_ko.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_lt.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_lv.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_mr.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_nl.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_no.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_pl.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_pt.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_pt_BR.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_ro.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_ru.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_si.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_sk.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_sl.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_sv.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_tr.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_uk.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_vi.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_zh.properties
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources_zh_TW.properties
Log Message:
-----------
[Misc] Put back deprecated keys until the LTS changes (or XWIKI-13101 is applied on it)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22187
Home: https://github.com/xwiki/xwiki-platform
Commit: f858b1bb032ea98a6da0204a284ac25584332837
https://github.com/xwiki/xwiki-platform/commit/f858b1bb032ea98a6da0204a284a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiVersioningStoreInterfaceTest.java
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB
* Fix unit 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-platform
Commit: fe3164a3cc0c0e0d425f44aa5ad8f94dae1ba486
https://github.com/xwiki/xwiki-platform/commit/fe3164a3cc0c0e0d425f44aa5ad8…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-05-27 (Mon, 27 May 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.11
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: 21327fd11c00e6e05c2466eb2b2a7d38f4cd1f89
https://github.com/xwiki/xwiki-platform/commit/21327fd11c00e6e05c2466eb2b2a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 May 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/RenamePageIT.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/FilesystemAttachmentVersioningStore.java
Log Message:
-----------
XWIKI-22183: FilesystemAttachmentVersioningStore#loadArchive leads to a switch of metadata dirty flag (#3132)
* Ensure to not update the dirty flag when setting the attachment doc
in #loadArchive
* Provide new integration test for checking that renaming a doc
containing an attachment doesn't mess up history
(cherry picked from commit db0922b0b3936b600dfe9e9c9007709a61962f72)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22187
Home: https://github.com/xwiki/xwiki-platform
Commit: 12ae3db8a626fbca059b28a37520e15fc43d6653
https://github.com/xwiki/xwiki-platform/commit/12ae3db8a626fbca059b28a37520…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
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
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB
* Reuse the filtering implementation that is already provided in
XWikiVersioningStoreInterface
* WIP: unit tests are not passing and it's missing doc
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3132-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: b10d88d34f11ab076fcfbab56f5e5a85edf1ab8b
https://github.com/xwiki/xwiki-platform/commit/b10d88d34f11ab076fcfbab56f5e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 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/RenamePageIT.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/FilesystemAttachmentVersioningStore.java
Log Message:
-----------
XWIKI-22183: FilesystemAttachmentVersioningStore#loadArchive leads to a switch of metadata dirty flag (#3132)
* Ensure to not update the dirty flag when setting the attachment doc
in #loadArchive
* Provide new integration test for checking that renaming a doc
containing an attachment doesn't mess up history
(cherry picked from commit db0922b0b3936b600dfe9e9c9007709a61962f72)
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: db0922b0b3936b600dfe9e9c9007709a61962f72
https://github.com/xwiki/xwiki-platform/commit/db0922b0b3936b600dfe9e9c9007…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 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/RenamePageIT.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/FilesystemAttachmentVersioningStore.java
Log Message:
-----------
XWIKI-22183: FilesystemAttachmentVersioningStore#loadArchive leads to a switch of metadata dirty flag (#3132)
* Ensure to not update the dirty flag when setting the attachment doc
in #loadArchive
* Provide new integration test for checking that renaming a doc
containing an attachment doesn't mess up history
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22183
Home: https://github.com/xwiki/xwiki-platform
Commit: 7f47e73438d561467cc22a3f390b25ad47adc94c
https://github.com/xwiki/xwiki-platform/commit/7f47e73438d561467cc22a3f390b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 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/RenamePageIT.java
Log Message:
-----------
XWIKI-22183: FilesystemAttachmentVersioningStore#loadArchive leads to a switch of metadata dirty flag
* Provide new integration test for checking that renaming a doc
containing an attachment doesn't mess up history
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22187
Home: https://github.com/xwiki/xwiki-platform
Commit: 74f15d1706d5e5014b5ce8acbfaa2ea2cd38bf07
https://github.com/xwiki/xwiki-platform/commit/74f15d1706d5e5014b5ce8acbfaa…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 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/VersionIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB
* apply the criteria over the archive in cache when possible instead
of always loading it from database
* add an integration test to test that there's no regression on
getRevision API even if the document is not stored
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications