#2 Bump Java compiler source/target levels to 1.7
Merged 2 years ago by mizdebsk. Opened 2 years ago by mizdebsk.
rpms/ mizdebsk/apache-commons-beanutils jdk17  into  rawhide

@@ -2,7 +2,7 @@ 

  

  Name:           apache-commons-beanutils

  Version:        1.9.4

- Release:        7%{?dist}

+ Release:        8%{?dist}

  Summary:        Java utility methods for accessing and modifying the properties of arbitrary JavaBeans

  License:        ASL 2.0

  URL:            http://commons.apache.org/beanutils
@@ -43,7 +43,7 @@ 

  

  %build

  # Some tests fail in Koji

- %mvn_build -f -- -Dcommons.osgi.symbolicName=org.apache.commons.beanutils

+ %mvn_build -f -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7 -Dcommons.osgi.symbolicName=org.apache.commons.beanutils

  

  %install

  %mvn_install
@@ -56,6 +56,9 @@ 

  %doc LICENSE.txt NOTICE.txt

  

  %changelog

+ * Tue Nov 02 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.4-8

+ - Bump Java compiler source/target levels to 1.7

+ 

  * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.4-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

  

Port the package to be buildable with OpenJDK 17,
in preparation for making OpenJDK 17 default in Fedora 36.
More info: https://fedoraproject.org/wiki/Changes/Java17

Automated testing passed, the PR will be merged.

Pull-Request has been merged by mizdebsk

2 years ago
Metadata