Branch: refs/heads/stable-15.5.x
Home:
https://github.com/xwiki/xwiki-platform
Commit: afe87859b6e000893fa5d10131d155c77280e947
https://github.com/xwiki/xwiki-platform/commit/afe87859b6e000893fa5d10131d1…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M
xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-api/pom.xml
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-api/pom.xml
M
xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/pom.xml
M
xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-sources/pom.xml
M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/pom.xml
M
xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-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.
(cherry picked from commit e65865fb899f0d297a75a6be72443348d812822e)