Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: ac81fe5688d3493711c09699fa5082098f38e1ca
https://github.com/xwiki/xwiki-platform/commit/ac81fe5688d3493711c09699fa50…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-06-16 (Mon, 16 Jun 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-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/BaseSearchResult.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/ModificationsResourceImpl.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageHistoryResourceImpl.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageTranslationHistoryResourceImpl.java
Log Message:
-----------
XWIKI-23247: Improve REST search query execution
(cherry picked from commit 743ebf8696ffa55161ed2c5ecf26b09f69e6bcf1)
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: 743ebf8696ffa55161ed2c5ecf26b09f69e6bcf1
https://github.com/xwiki/xwiki-platform/commit/743ebf8696ffa55161ed2c5ecf26…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-06-16 (Mon, 16 Jun 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-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/BaseSearchResult.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/ModificationsResourceImpl.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageHistoryResourceImpl.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageTranslationHistoryResourceImpl.java
Log Message:
-----------
XWIKI-23247: Improve REST search query execution
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: e8eb0b189c9f042aa85e1aa9ee0aa5db8174d478
https://github.com/xwiki/xwiki-commons/commit/e8eb0b189c9f042aa85e1aa9ee0aa…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-api/src/main/java/org/xwiki/job/JobExecutor.java
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/DefaultJobExecutor.java
Log Message:
-----------
XCOMMONS-3330: Job groups with several threads may not return a current job (#1329)
* Store several current jobs.
* Add a new possibility to return all running jobs of a job group.
* Deprecate the old method that returns just a single running job.
* Clean up empty entries in groupedJobs.
* Some code cleanup.
* Avoid possible race condition by starting the job only after adding it
to the queue.
* Remove the job again if enqueuing them should fail.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: bdf06aa3190c0e9ef21a1ba52f21b7c037e79bef
https://github.com/xwiki/xwiki-commons/commit/bdf06aa3190c0e9ef21a1ba52f21b…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoader.java
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java
Log Message:
-----------
XCOMMONS-3363: The cache loader blocks and throws when setting the cache value blocks and throws (#1367)
* Make the value available to waiting threads before setting the value
in the cache.
* Catch and log any exceptions thrown by setting the cache.
* Add tests to assert the new behavior.
(cherry picked from commit ce2125f5ebdfdf36b36908a9ccf1a96277909fad)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications