Branch: refs/heads/stable-18.8.x Home: https://github.com/xwiki/xwiki-platform Commit: 61c0fdc8df2749a476908c5b1aa8b287345d683d https://github.com/xwiki/xwiki-platform/commit/61c0fdc8df2749a476908c5b1aa8b... Author: Michael Hamann <[email protected]> Date: 2026-09-17 (Thu, 17 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/HibernateStore.java M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/hibernate.cfg.xml.vm Log Message: ----------- XWIKI-24997: XClass is cached as non-existing or outdated when it is saved while a document using it is being loaded (MySQL/MariaDB) (#6433) * default hibernate.connection.isolation to READ COMMITTED (2) when the Hibernate configuration doesn't set an isolation level, instead of inheriting whatever the database defaults to. * document the property in the generated hibernate.cfg.xml so that administrators who need a different level find the knob and the reason for the default. Co-authored-by: Claude Opus 5 (1M context) <[email protected]> (cherry picked from commit ff28aac78054201be4ed5f8ed97a0551d290447d) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications