Branch: refs/heads/backport/stable-17.1.x/pr-3972
Home: https://github.com/xwiki/xwiki-platform
Commit: 210110cd657bea5ccb7767dea698353036222ba3
https://github.com/xwiki/xwiki-platform/commit/210110cd657bea5ccb7767dea698…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-script/src/test/java/org/xwiki/wiki/user/script/WikiUserManagerScriptServiceTest.java
Log Message:
-----------
[Misc] Migrate xwiki-platform-wiki-user-script to junit 5 (#3972)
(cherry picked from commit d3ade07e59e0a6deeee2a844d364bda7caea2b90)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-3972
Home: https://github.com/xwiki/xwiki-platform
Commit: b192acb28297343a4c80bc166530976034f11f1d
https://github.com/xwiki/xwiki-platform/commit/b192acb28297343a4c80bc166530…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-script/src/test/java/org/xwiki/wiki/user/script/WikiUserManagerScriptServiceTest.java
Log Message:
-----------
[Misc] Migrate xwiki-platform-wiki-user-script to junit 5 (#3972)
(cherry picked from commit d3ade07e59e0a6deeee2a844d364bda7caea2b90)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.4.x/pr-3972
Home: https://github.com/xwiki/xwiki-platform
Commit: f796987a038d41f423c3618611c6cbf9455fea0d
https://github.com/xwiki/xwiki-platform/commit/f796987a038d41f423c3618611c6…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-user/xwiki-platform-wiki-user-script/src/test/java/org/xwiki/wiki/user/script/WikiUserManagerScriptServiceTest.java
Log Message:
-----------
[Misc] Migrate xwiki-platform-wiki-user-script to junit 5 (#3972)
(cherry picked from commit d3ade07e59e0a6deeee2a844d364bda7caea2b90)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 87e2075e3018c1a6044725f0dc90b914072e20e2
https://github.com/xwiki/xwiki-commons/commit/87e2075e3018c1a6044725f0dc90b…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
A xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/annotation/PropertyFeatureMandatory.java
Log Message:
-----------
XCOMMONS-2738: Introduce the notion of mandatory property feature
* Added the annotation
Commit: 9a0ee7273430477a2702eba3d7fe92ba4e529c34
https://github.com/xwiki/xwiki-commons/commit/9a0ee7273430477a2702eba3d7fe9…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
A xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/PropertyFeatureMandatoryException.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/PropertyGroupDescriptor.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/internal/DefaultBeanDescriptor.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/internal/DefaultBeanManager.java
Log Message:
-----------
XCOMMONS-2738: Introduce the notion of mandatory property feature
* Created an exception type especially for failed mandatory feature checks.
* Added the feature checks to the `populateBean` function
* Added a field in the propertyGroupDescriptor to hold the info contained in the annotation.
Commit: 781c8f51aa1cfc5325bf04c240d8b3f239afc6d0
https://github.com/xwiki/xwiki-commons/commit/781c8f51aa1cfc5325bf04c240d8b…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/internal/DefaultBeanManager.java
M xwiki-commons-core/xwiki-commons-properties/src/test/java/org/xwiki/properties/internal/DefaultBeanManagerTest.java
A xwiki-commons-core/xwiki-commons-properties/src/test/java/org/xwiki/properties/test/TestBeanFeatures.java
Log Message:
-----------
XCOMMONS-2738: Introduce the notion of mandatory property feature
* Added tests for this feature.
* Fixed the checker: the values is cleaned up when progressing in the population process. We keep the used values somewhere close so that we can easily access them when needed.
* Created a testBean for the new test.
Commit: 6fde30fcaa8f731a06c902d5de7fbde5e1e65f19
https://github.com/xwiki/xwiki-commons/commit/6fde30fcaa8f731a06c902d5de7fb…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/PropertyFeatureMandatoryException.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/annotation/PropertyFeatureMandatory.java
Log Message:
-----------
XCOMMONS-2738: Introduce the notion of mandatory property feature
* Updated since javadocs
Commit: cc70faa26793c37a1de2ddc5949c521c6eff9c14
https://github.com/xwiki/xwiki-commons/commit/cc70faa26793c37a1de2ddc5949c5…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/PropertyFeatureMandatoryException.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/PropertyGroupDescriptor.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/annotation/PropertyFeatureMandatory.java
Log Message:
-----------
XCOMMONS-2738: Introduce the notion of mandatory property feature
* Added unstable annotations
Commit: 61917d90dcd00e8f67ce153eabbd1bd416086ea9
https://github.com/xwiki/xwiki-commons/commit/61917d90dcd00e8f67ce153eabbd1…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/PropertyFeatureMandatoryException.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/PropertyGroupDescriptor.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/annotation/PropertyFeature.java
R xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/annotation/PropertyFeatureMandatory.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/internal/DefaultBeanDescriptor.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/internal/DefaultBeanManager.java
M xwiki-commons-core/xwiki-commons-properties/src/test/java/org/xwiki/properties/internal/DefaultBeanManagerTest.java
M xwiki-commons-core/xwiki-commons-properties/src/test/java/org/xwiki/properties/test/TestBeanFeatures.java
Log Message:
-----------
XCOMMONS-2738: Introduce the notion of mandatory property feature
* Removed the annotation
* Added a metadata on the PropertyFeature annotation
* Updated everything to use the metadata.
* Updated codestyle in the checkFeatureMandatory function to be more readable.
* Used a primitive type for the new argument in PropertyGroupDescriptor
* Updated the parent of `PropertyFeatureMandatoryException`
Commit: ff9b70264f0571445258d07101beb41ead4adf08
https://github.com/xwiki/xwiki-commons/commit/ff9b70264f0571445258d07101beb…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/annotation/PropertyFeature.java
Log Message:
-----------
XCOMMONS-2738: Introduce the notion of mandatory property feature
* Added missing Unstable and since annotations
Commit: f3fe40558679420661a6752609202bb58ed2bcf4
https://github.com/xwiki/xwiki-commons/commit/f3fe40558679420661a6752609202…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
A xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/PropertyFeatureMandatoryException.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/PropertyGroupDescriptor.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/annotation/PropertyFeature.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/internal/DefaultBeanDescriptor.java
M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/internal/DefaultBeanManager.java
M xwiki-commons-core/xwiki-commons-properties/src/test/java/org/xwiki/properties/internal/DefaultBeanManagerTest.java
A xwiki-commons-core/xwiki-commons-properties/src/test/java/org/xwiki/properties/test/TestBeanFeatures.java
Log Message:
-----------
Merge pull request #1262 from Sereza7/XCOMMONS-2738
XCOMMONS-2738: Introduce the notion of mandatory property feature
Compare: https://github.com/xwiki/xwiki-commons/compare/3a1ccd96c288...f3fe40558679
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-replication
Commit: 290e777dc41f850be68e93164c41822ab7c66f31
https://github.com/xwiki-contrib/application-replication/commit/290e777dc41…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-13 (Thu, 13 Mar 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: 05daf2b26c68107a968d4544ac2996e39e7fbe3c
https://github.com/xwiki-contrib/application-replication/commit/05daf2b26c6…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-13 (Thu, 13 Mar 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.2.3
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-replication/settings/notificat…
Branch: refs/heads/feature-deploy-removehttpclient3
Home: https://github.com/xwiki/xwiki-platform
Commit: 28f13a0aabc27ce8450e115d58b04b873495ccff
https://github.com/xwiki/xwiki-platform/commit/28f13a0aabc27ce8450e115d58b0…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-test/xwiki-platform-attachment-validation-test-docker/src/test/it/org/xwiki/attachment/validation/test/ui/docker/AttachmentValidationIT.java
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-utils/src/main/java/org/xwiki/extension/test/ExtensionTestUtils.java
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-test/xwiki-platform-icon-test-docker/src/test/it/org/xwiki/icon/test/ui/IconThemesRestIT.java
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-test/xwiki-platform-image-style-test-docker/src/test/it/org/xwiki/image/style/test/ui/ImageStyleIT.java
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-test/xwiki-platform-localization-test-docker/src/test/it/org/xwiki/localization/test/ui/TranslationsRestIT.java
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/xwiki-platform-mail-test-docker/src/test/it/org/xwiki/mail/test/ui/MailIT.java
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.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-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-tests/src/test/it/org/xwiki/repository/test/ui/repository/RepositoryIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/Utils.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/AttachmentsResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/ClassesResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/CommentsResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/ObjectsResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/PageResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/framework/AbstractHttpIT.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/ExtensionInstaller.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/WikiCreator.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/src/main/java/org/xwiki/test/integration/TestCredentials.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-rest/src/main/java/org/xwiki/test/extension/JobExecutor.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-rest/src/main/java/org/xwiki/test/extension/RestExtensionInstaller.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/AttachURIVfsResourceReferenceSerializer.java
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/XWikiModelNode.java
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/src/test/it/org/xwiki/wiki/test/ui/WikiManagerRestIT.java
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-escaping/src/test/it/org/xwiki/test/escaping/framework/AbstractEscapingTest.java
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-storage/src/test/it/org/xwiki/test/storage/framework/StoreTestUtils.java
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-webstandards/src/test/it/org/xwiki/test/webstandards/RSSValidationTest.java
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-webstandards/src/test/it/org/xwiki/test/webstandards/framework/AbstractValidationTest.java
M xwiki-platform-tools/xwiki-platform-tool-provision-plugin/src/main/java/org/xwiki/tool/provision/InstallMojo.java
Log Message:
-----------
XWIKI-22584: Stop using http client 3 in XWiki
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/ldap
Commit: 3fdf65df6d4e03baf8220633ff29c6af2a03a06c
https://github.com/xwiki-contrib/ldap/commit/3fdf65df6d4e03baf8220633ff29c6…
Author: Teodor Caras <trrenty(a)gmail.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M ldap-api/pom.xml
M ldap-authenticator/pom.xml
M ldap-legacy/ldap-legacy-authenticator/pom.xml
M ldap-legacy/pom.xml
M ldap-test/ldap-test-tests/pom.xml
M ldap-test/pom.xml
M ldap-ui/pom.xml
M ldap-user-cleanup/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/ldap/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/ldap
Commit: c120105b0d26fd963473d76bf584a69d9e251a2f
https://github.com/xwiki-contrib/ldap/commit/c120105b0d26fd963473d76bf584a6…
Author: Teodor Caras <trrenty(a)gmail.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M ldap-api/pom.xml
M ldap-authenticator/pom.xml
M ldap-legacy/ldap-legacy-authenticator/pom.xml
M ldap-legacy/pom.xml
M ldap-test/ldap-test-tests/pom.xml
M ldap-test/pom.xml
M ldap-ui/pom.xml
M ldap-user-cleanup/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release ldap-9.15.7
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ldap/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 8cebc1b4a28e542e188d2af3ed8ba00bdcff58f1
https://github.com/xwiki/xwiki-platform/commit/8cebc1b4a28e542e188d2af3ed8b…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-docker/src/test/it/org/xwiki/search/test/ui/SolrIndexerIT.java
Log Message:
-----------
[Misc] Add xwiki-platform-search-solr-query to extraJARs in SolrIndexerIT
The test is failing from time to time, and it seems like the failures
could be caused by unreliable initialization. We generally add
xwiki-platform-search-solr-query to the extraJARs also in other tests
due to initialization issues, so this might improve the initialization
here, too.
(cherry picked from commit 24e70cbbedfe9f4c494cf0fbf7aa2626ba7bb441)
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: 35c9d6d6ed7616840f09d0342b4c4b77d76d5612
https://github.com/xwiki/xwiki-platform/commit/35c9d6d6ed7616840f09d0342b4c…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-docker/src/test/it/org/xwiki/search/test/ui/SolrIndexerIT.java
Log Message:
-----------
[Misc] Add xwiki-platform-search-solr-query to extraJARs in SolrIndexerIT
The test is failing from time to time, and it seems like the failures
could be caused by unreliable initialization. We generally add
xwiki-platform-search-solr-query to the extraJARs also in other tests
due to initialization issues, so this might improve the initialization
here, too.
(cherry picked from commit 24e70cbbedfe9f4c494cf0fbf7aa2626ba7bb441)
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: 24e70cbbedfe9f4c494cf0fbf7aa2626ba7bb441
https://github.com/xwiki/xwiki-platform/commit/24e70cbbedfe9f4c494cf0fbf7aa…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-docker/src/test/it/org/xwiki/search/test/ui/SolrIndexerIT.java
Log Message:
-----------
[Misc] Add xwiki-platform-search-solr-query to extraJARs in SolrIndexerIT
The test is failing from time to time, and it seems like the failures
could be caused by unreliable initialization. We generally add
xwiki-platform-search-solr-query to the extraJARs also in other tests
due to initialization issues, so this might improve the initialization
here, too.
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: 83767e4c7491585f4c3c17146380936eb5b26854
https://github.com/xwiki/xwiki-platform/commit/83767e4c7491585f4c3c17146380…
Author: slauriere <slauriere(a)xwiki.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/ForgotUsernameMailContent.xml
Log Message:
-----------
XWIKI-22943: Make username reminder mail available in French
- Add XWiki.Mail object with French content to page XWiki.ForgotUsernameMailContent
(cherry picked from commit 7b4c0fda9f826edff0298cc84b5b50bb0e449e9a)
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: 65d4d63debebb7b1a3273eaace8af6ce661466b4
https://github.com/xwiki/xwiki-platform/commit/65d4d63debebb7b1a3273eaace8a…
Author: slauriere <slauriere(a)xwiki.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/ForgotUsernameMailContent.xml
Log Message:
-----------
XWIKI-22943: Make username reminder mail available in French
- Add XWiki.Mail object with French content to page XWiki.ForgotUsernameMailContent
(cherry picked from commit 7b4c0fda9f826edff0298cc84b5b50bb0e449e9a)
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: 7b4c0fda9f826edff0298cc84b5b50bb0e449e9a
https://github.com/xwiki/xwiki-platform/commit/7b4c0fda9f826edff0298cc84b5b…
Author: slauriere <slauriere(a)xwiki.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/ForgotUsernameMailContent.xml
Log Message:
-----------
XWIKI-22943: Make username reminder mail available in French
- Add XWiki.Mail object with French content to page XWiki.ForgotUsernameMailContent
Commit: 2cfff805a1f8bf0cff45fb7d1da58edd6b7c6f15
https://github.com/xwiki/xwiki-platform/commit/2cfff805a1f8bf0cff45fb7d1da5…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/ForgotUsernameMailContent.xml
Log Message:
-----------
Merge pull request #3958 from slauriere/XWIKI-22943
XWIKI-22943: Make username reminder mail available in French
Compare: https://github.com/xwiki/xwiki-platform/compare/04a0c218aa49...2cfff805a1f8
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: fd7384e1f756e2bafaf2da9897d19ca229cf97da
https://github.com/xwiki/xwiki-platform/commit/fd7384e1f756e2bafaf2da9897d1…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/docextra.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/informationinline.vm
Log Message:
-----------
XWIKI-22877: UIX in the information tab cannot load JavaScript and CSS resources (#3901)
* Send skin extensions in the X-XWIKI-HTML-HEAD header.
* Remove the duplicate loading of skin extensions from docextra.vm
(cherry picked from commit 62bd4d950e2c455c066c3612f448db59155fa6fe)
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: 04a0c218aa49435272c8dfa0377372131afd13a9
https://github.com/xwiki/xwiki-platform/commit/04a0c218aa49435272c8dfa03773…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/ConfigurableClassIT.java
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/PageTemplatesIT.java
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/RegisterIT.java
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/UsersGroupsRightsManagementIT.java
Log Message:
-----------
[Misc] Provide missing mappings in administration-test-docker
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/ldap
Commit: f664483eb5bd8fc90f90563b5d7947f395d29ed6
https://github.com/xwiki-contrib/ldap/commit/f664483eb5bd8fc90f90563b5d7947…
Author: Teo Caras <45433221+trrenty(a)users.noreply.github.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M ldap-authenticator/src/main/java/org/xwiki/contrib/ldap/XWikiLDAPConnection.java
M ldap-authenticator/src/main/java/org/xwiki/contrib/ldap/XWikiLDAPUtils.java
M ldap-user-cleanup/src/main/resources/Scheduler/LDAP/OldUserCleanupJob.xml
Log Message:
-----------
LDAP-154: User cleanup disables all users when the connection to the server fails
* Return null only if some exception was caught for #searchLDAP
* Improve java docs.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ldap/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 1a4e3014ca1ef1f48dad032cda2dc6e4edf7b57e
https://github.com/xwiki/xwiki-platform/commit/1a4e3014ca1ef1f48dad032cda2d…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-api/src/main/java/org/xwiki/notifications/internal/DefaultNotificationConfiguration.java
Log Message:
-----------
XWIKI-22955: DefaultNotificationCacheManager shouldn't rely on a document configuration source
* Ensure to use the proper configuration source component in
notification configuration
(cherry picked from commit 277d1aa5b44a5761dcd85cbf5b2deb126c9f5528)
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: 0dc161159b7a1de9919848d35836a99ef78a160c
https://github.com/xwiki/xwiki-platform/commit/0dc161159b7a1de9919848d35836…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-api/src/main/java/org/xwiki/notifications/internal/DefaultNotificationConfiguration.java
Log Message:
-----------
XWIKI-22955: DefaultNotificationCacheManager shouldn't rely on a document configuration source
* Ensure to use the proper configuration source component in
notification configuration
(cherry picked from commit 277d1aa5b44a5761dcd85cbf5b2deb126c9f5528)
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: 277d1aa5b44a5761dcd85cbf5b2deb126c9f5528
https://github.com/xwiki/xwiki-platform/commit/277d1aa5b44a5761dcd85cbf5b2d…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-api/src/main/java/org/xwiki/notifications/internal/DefaultNotificationConfiguration.java
Log Message:
-----------
XWIKI-22955: DefaultNotificationCacheManager shouldn't rely on a document configuration source
* Ensure to use the proper configuration source component in
notification configuration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/LDAP-154
Home: https://github.com/xwiki-contrib/ldap
Commit: 4d91022b0e07efd5ef00b8f8e3dc4a67cdb28fb0
https://github.com/xwiki-contrib/ldap/commit/4d91022b0e07efd5ef00b8f8e3dc4a…
Author: Teodor Caras <trrenty(a)gmail.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M ldap-authenticator/src/main/java/org/xwiki/contrib/ldap/XWikiLDAPConnection.java
M ldap-authenticator/src/main/java/org/xwiki/contrib/ldap/XWikiLDAPUtils.java
M ldap-user-cleanup/src/main/resources/Scheduler/LDAP/OldUserCleanupJob.xml
Log Message:
-----------
LDAP-154: User cleanup disables all users when the connection to the server fails
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ldap/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 09c6258a6a0a70a7e5458277f929e7374cf0b3f0
https://github.com/xwiki/xwiki-platform/commit/09c6258a6a0a70a7e5458277f929…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editobject.vm
Log Message:
-----------
XWIKI-22951: Editor is not loaded when adding object of an existing type using link
* Use the extension hooks not only when adding a new object class but
also when adding an object from an already existing class
(cherry picked from commit 6deba692e877e24b23ceddf02d5f3f97d35bc36e)
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: a9a925cb59b662535861d1c8082ae203a3720347
https://github.com/xwiki/xwiki-platform/commit/a9a925cb59b662535861d1c8082a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editobject.vm
Log Message:
-----------
XWIKI-22951: Editor is not loaded when adding object of an existing type using link
* Use the extension hooks not only when adding a new object class but
also when adding an object from an already existing class
(cherry picked from commit 6deba692e877e24b23ceddf02d5f3f97d35bc36e)
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: 6deba692e877e24b23ceddf02d5f3f97d35bc36e
https://github.com/xwiki/xwiki-platform/commit/6deba692e877e24b23ceddf02d5f…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editobject.vm
Log Message:
-----------
XWIKI-22951: Editor is not loaded when adding object of an existing type using link
* Use the extension hooks not only when adding a new object class but
also when adding an object from an already existing class
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: 4e99f08b991b675ac6e8bdf46751f2d3185e87be
https://github.com/xwiki/xwiki-platform/commit/4e99f08b991b675ac6e8bdf46751…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtils.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtilsTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/query/hql/internal/StandardHQLCompleteStatementValidatorTest.java
Log Message:
-----------
XWIKI-22953: Error unexpected token from when statistics module is enabled
(cherry picked from commit a50a6465971e477167c169427d2b4632dd7309f2)
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: 16a0c1021a59f3675b53ca0d85e5b654dc339cdb
https://github.com/xwiki/xwiki-platform/commit/16a0c1021a59f3675b53ca0d85e5…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtils.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtilsTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/query/hql/internal/StandardHQLCompleteStatementValidatorTest.java
Log Message:
-----------
XWIKI-22953: Error unexpected token from when statistics module is enabled
(cherry picked from commit a50a6465971e477167c169427d2b4632dd7309f2)
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: a50a6465971e477167c169427d2b4632dd7309f2
https://github.com/xwiki/xwiki-platform/commit/a50a6465971e477167c169427d2b…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtils.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtilsTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/query/hql/internal/StandardHQLCompleteStatementValidatorTest.java
Log Message:
-----------
XWIKI-22953: Error unexpected token from when statistics module is enabled
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: 49e4b9a0c41db8c4db98a1ea12865eb535699b6a
https://github.com/xwiki/xwiki-platform/commit/49e4b9a0c41db8c4db98a1ea1286…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterExpressionGenerator.java
Log Message:
-----------
XWIKI-22950: Notifications Macro also displays mentions events that took place in other locations if Pages parameter is used
* Fix regression by testing if the filter is coming from DB
* Deprecate a method that is not really used in XS anymore (we enter
in it but the first condition immediately returns in XS)
* Add some comments to explain a bit more the code
(cherry picked from commit e66fa8d4cfe715a5878461ac696a75fdb987a220)
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: e66fa8d4cfe715a5878461ac696a75fdb987a220
https://github.com/xwiki/xwiki-platform/commit/e66fa8d4cfe715a5878461ac696a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterExpressionGenerator.java
Log Message:
-----------
XWIKI-22950: Notifications Macro also displays mentions events that took place in other locations if Pages parameter is used
* Fix regression by testing if the filter is coming from DB
* Deprecate a method that is not really used in XS anymore (we enter
in it but the first condition immediately returns in XS)
* Add some comments to explain a bit more the code
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications