This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 0e6f9c4f7 build: drop obsolete jdk13 profile (#1142) 0e6f9c4f7 is described below commit 0e6f9c4f79530de407ad331bf0bc7d17fff66b1b Author: Paranoïd User <5120290+paranoidu...@users.noreply.github.com> AuthorDate: Thu Dec 7 08:43:37 2023 -0500 build: drop obsolete jdk13 profile (#1142) In 2019, there were issues with generating coverage reports with Jacoco v0.8.3 on JDK 13 (PR #433). Since then, Jacoco has been updated to v0.8.10, which officially supports JDK 19/20. This profile is now obsolete and can be safely removed. https://github.com/jacoco/jacoco/releases --- pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index e471d5628..9f86afffd 100644 --- a/pom.xml +++ b/pom.xml @@ -926,16 +926,6 @@ <argLine>-Xmx512m --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine> </properties> </profile> - <profile> - <id>java13+</id> - <activation> - <jdk>[13,)</jdk> - </activation> - <properties> - <!-- jacoco does not work with java 13 yet --> - <jacoco.skip>true</jacoco.skip> - </properties> - </profile> <profile> <id>java15</id> <activation>