#3 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-collections jdk17  into  rawhide

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

  

  Name:           apache-commons-collections

  Version:        3.2.2

- Release:        24%{?dist}

+ Release:        25%{?dist}

  Summary:        Provides new interfaces, implementations and utilities for Java Collections

  License:        ASL 2.0

  URL:            http://commons.apache.org/collections/
@@ -70,7 +70,7 @@ 

  %mvn_file ':commons-collections{,-testframework}' %{name}@1 commons-collections@1

  

  %build

- %mvn_build -- -Dmaven.compiler.source=1.6 -Dmaven.compiler.target=1.6 -Dcommons.osgi.symbolicName=org.apache.commons.collections

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

  

  %install

  %mvn_artifact commons-collections:commons-collections-testframework:%{version} target/commons-collections-testframework-%{version}.jar
@@ -86,6 +86,9 @@ 

  %license LICENSE.txt NOTICE.txt

  

  %changelog

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

+ - Bump Java compiler source/target levels to 1.7

+ 

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

  - 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