Branch: refs/heads/XWIKI-24634 Home: https://github.com/xwiki/xwiki-platform Commit: d61cd9c3577bdc686a32975fcc1efa408dd1c804 https://github.com/xwiki/xwiki-platform/commit/d61cd9c3577bdc686a32975fcc1ef... Author: Vincent Massol <[email protected]> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/OracleHibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/store/hibernate/internal/OracleHibernateAdapterTest.java Log Message: ----------- XWIKI-24634: The Oracle table compression is checked and updated in the wrong schema * Qualify the ALTER TABLE ... COMPRESS/NOCOMPRESS statement with the schema of the current wiki, so that it no longer depends on the schema currently selected in the pooled JDBC connection * Read the current compression status from ALL_TABLES restricted to that same schema, instead of from USER_TABLES which only lists the tables owned by the connected user * Add unit tests for the two generated statements 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