Branch: refs/heads/stable-14.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: b45f66d11edc026f94ec27c68403c0d100f98680
https://github.com/xwiki/xwiki-rendering/commit/b45f66d11edc026f94ec27c6840…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M xwiki-rendering-api/pom.xml
Log Message:
-----------
[Misc] Fix coverage threshold in modules
Running jacoco with Java 17 leads to a slightly different computation of
the coverage on Enum, probably because of a new implementation of Enum
vs the one in Java 11. As a result we need to fix the threshold in few
modules.
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 9563cfd4cd03546505aeecd27b22214b71ff1e67
https://github.com/xwiki/xwiki-commons/commit/9563cfd4cd03546505aeecd27b222…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/html/HTMLCleanerConfiguration.java
Log Message:
-----------
[Misc] More removal of @Unstable annotations for APIs that are now considered stable
Following XCOMMONS-2861 and XCOMMONS-2860.