Branch: refs/heads/backport/stable-18.4.x/pr-6134 Home: https://github.com/xwiki/xwiki-platform Commit: 77201ff109f86838db306db906be9e29d249a88b https://github.com/xwiki/xwiki-platform/commit/77201ff109f86838db306db906be9... Author: Michael Hamann <[email protected]> Date: 2026-08-12 (Wed, 12 Aug 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