Branch: refs/heads/stable-15.10.x
Home:
https://github.com/xwiki/xwiki-platform
Commit: 6791f4d274eb7be348857c286d3b16d456131a3f
https://github.com/xwiki/xwiki-platform/commit/6791f4d274eb7be348857c286d3b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-28 (Tue, 28 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