Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: eea4822c8a1d19563c8319d0eddc47de976bfac5 https://github.com/xwiki/xwiki-platform/commit/eea4822c8a1d19563c8319d0eddc4... Author: Vincent Massol <[email protected]> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M xwiki-platform-core/pom.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-api/src/main/java/org/xwiki/rest/resources/pages/PageResource.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-api/src/main/java/org/xwiki/rest/resources/pages/PageTranslationResource.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/pom.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/ModifiablePageResource.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageResourceImpl.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageTranslationResourceImpl.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/pages/PageResourceImplTest.java A xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/pages/PageTranslationResourceImplTest.java Log Message: ----------- XWIKI-23447: Add an option to skip the recycle bin in the REST DELETE page API * Also add the skipRecycleBin query parameter to the page translation DELETE endpoint (PageTranslationResource#deletePageTranslation), mirroring PageResource#deletePage: it is only honored when the wiki configuration allows skipping the recycle bin, otherwise the translation is sent to the recycle bin as usual. Declare the interface signature change as an allowed Revapi difference and add the matching unit tests. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications