Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: e65865fb899f0d297a75a6be72443348d812822e https://github.com/xwiki/xwiki-platform/commit/e65865fb899f0d297a75a6be72443... Author: Simon Urli <[email protected]> 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.