Branch: refs/heads/stable-14.10.x Home: https://github.com/xwiki/xwiki-platform Commit: c9540a5f314a0ce8b593114a6a46432363f8d856 https://github.com/xwiki/xwiki-platform/commit/c9540a5f314a0ce8b593114a6a464... Author: Simon Urli <[email protected]> Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M xwiki-platform-core/xwiki-platform-diffplugin/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)