dev-java/commons-codec: drop restriction to max jdk:25

All tests pass, even with jdk-27.

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/45583
Closes: https://github.com/gentoo/gentoo/pull/45583
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2026-01-30 09:43:09 +01:00
committed by Miroslav Šulc
parent b988cbfdc1
commit e55baf8fb9

View File

@@ -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