Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 038c502b14a8b670248ad36bc00dc6dc51a017f8 https://github.com/xwiki/xwiki-platform/commit/038c502b14a8b670248ad36bc00dc... Author: Michael Hamann <[email protected]> Date: 2026-07-13 (Mon, 13 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java Log Message: ----------- [Misc] Treat boxed booleans correctly in XWikiHibernateStore * Compare using Objects.equals, not based on references. Changes nothing in practice due to cached singletons Boolean.TRUE/Boolean.FALSE being used by autoboxing. * Use Boolean.TRUE.equals(...) in if. Changes nothing in practice because `isHidden` never returns `null`. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications