Branch: refs/heads/XWIKI-6161-2 Home: https://github.com/xwiki/xwiki-platform Commit: e5f8a895966ca304b781eeb42e2b19843a02b24a https://github.com/xwiki/xwiki-platform/commit/e5f8a895966ca304b781eeb42e2b1... Author: Vincent Massol <[email protected]> Date: 2026-09-18 (Fri, 18 Sep 2026) 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-6161: Reset action does not work anymore * Reset the history of a document that is no longer in the document cache, so that the reset action has to load the document and its history in the very transaction that resets them, which is the case that was broken. The test was passing against the code from before the fix, since a document that was just created is still cached with a history loaded by an earlier transaction and the reset then takes a path that works either way. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications