Branch: refs/heads/XWIKI-24458 Home: https://github.com/xwiki/xwiki-platform Commit: cecf529c66a627d764b7a529c0a4fadd0da77b7f https://github.com/xwiki/xwiki-platform/commit/cecf529c66a627d764b7a529c0a4f... Author: Vincent Massol <[email protected]> Date: 2026-06-09 (Tue, 09 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/PropertyClassTest.java Log Message: ----------- XWIKI-24458: Custom display of properties shouldn't return inline values in view mode * Strip the wrapping top level paragraph with a simple regex instead of re-parsing the rendered output into an XDOM and re-rendering it. This removes the dependency on the syntax Parser/BlockRenderer/ParserUtils and RenderingContext machinery for what is a single paragraph removal. Co-Authored-By: Claude Opus 4.8 <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications