From e55baf8fb9b8b17cd5fe0a6b89794649c4f0d0cb Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Fri, 30 Jan 2026 09:43:09 +0100 Subject: [PATCH] dev-java/commons-codec: drop restriction to max jdk:25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All tests pass, even with jdk-27. Signed-off-by: Volkmar W. Pogatzki Part-of: https://github.com/gentoo/gentoo/pull/45583 Closes: https://github.com/gentoo/gentoo/pull/45583 Signed-off-by: Miroslav Ć ulc --- dev-java/commons-codec/commons-codec-1.21.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-java/commons-codec/commons-codec-1.21.0.ebuild b/dev-java/commons-codec/commons-codec-1.21.0.ebuild index 5905dec9d7e01..4e3029a3e08bf 100644 --- a/dev-java/commons-codec/commons-codec-1.21.0.ebuild +++ b/dev-java/commons-codec/commons-codec-1.21.0.ebuild @@ -20,13 +20,10 @@ KEYWORDS="~amd64 ~arm64 ~ppc64" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-commons )" -# Restrict to max. jdk 25 because of 7 test failures with jdk-26: -# caught: org.opentest4j.AssertionFailedError: -# Expected java.lang.IllegalArgumentException to be thrown, but nothing was thrown. # [-vintage] because, if junit:5 compiled with 'USE=vintage': # Error: Module junit not found, required by org.junit.vintage.engine DEPEND=" - || ( virtual/jdk:25 virtual/jdk:21 virtual/jdk:17 virtual/jdk:11 ) + >=virtual/jdk-11:* test? ( >=dev-java/commons-io-2.21.0:0 >=dev-java/commons-lang-3.20.0:0