Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 1f607c456fed4a34972467e69863f2d48bc236a2 https://github.com/xwiki/xwiki-platform/commit/1f607c456fed4a34972467e69863f... Author: Michael Hamann <[email protected]> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xhtml2fo.xsl M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/pdf/XHTML2FOTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/pdf/impl/PdfExportImplTest.java Log Message: ----------- XWIKI-24582: Old PDF export fail with custom CSS rules (#6134) * Transform CSS Color Level 4 notations that aren't understood by Apache FOP into either a fully transparent (when fully transparent) or fully opaque color. While this drops transparency in some cases, this is the best we can get with Apache FOP. * Change existing tests to use Hamcrest containsString for better assertion errors. Co-authored-by: Claude Opus 5 (1M context) <[email protected]> (cherry picked from commit bf85a1198d9d05fbb323ad1001aa976e568c97ca) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications