Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Jiri Vanek
dff3072562 Reset to jdk21 for f42 and down 2025-10-23 15:21:31 +02:00

View file

@ -27,8 +27,8 @@ BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
# Byteman 4.x requires JDK 9+ to build. Require JDK 10 explicitly.
BuildRequires: java-25-devel >= 1:11
BuildRequires: maven-local-openjdk25
BuildRequires: java-21-devel >= 1:11
BuildRequires: maven-local-openjdk21
BuildRequires: maven-shade-plugin
BuildRequires: maven-source-plugin
BuildRequires: maven-plugin-plugin
@ -52,7 +52,7 @@ Provides: bundled(objectweb-asm) = 9.1
Provides: bundled(java_cup) = 1:0.11b-17
# We are filtering java-headless >= 1:1.9 requirement. Add
# JDK 8 requirement here explicitly which shouldn't match the filter.
Requires: java-25-headless >= 1:1.8
Requires: java-21-headless >= 1:1.8
# Related pieces removed via pom_xpath_remove macros
Patch1: remove_submit_integration_test_verification.patch