#25 build with -release 8 to avoid OpenJDK API incompatibility issues
Closed 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source release-8  into  master

file modified
+5 -2
@@ -7,7 +7,7 @@

  Name:           maven

  Epoch:          1

  Version:        3.6.3

- Release:        5%{?dist}

+ Release:        6%{?dist}

  Summary:        Java project management and project comprehension tool

  # maven itself is ASL 2.0

  # bundled slf4j is MIT
@@ -214,7 +214,7 @@

  

  

  %build

- %mvn_build -- -Dproject.build.sourceEncoding=UTF-8

+ %mvn_build -- -Dproject.build.sourceEncoding=UTF-8 -Dmaven.compiler.release=8

  

  mkdir m2home

  (cd m2home
@@ -294,6 +294,9 @@

  

  

  %changelog

+ * Thu Oct 15 2020 Fabio Valentini <decathorpe@gmail.com> - 1:3.6.3-6

+ - Build with -release 8 to avoid OpenJDK API incompatibility issues.

+ 

  * Tue Aug 25 2020 Fabio Valentini <decathorpe@gmail.com> - 1:3.6.3-5

  - Adapt to cdi-api switch from jboss-interceptor to jakarta-interceptor.

  

Pull-Request has been closed by decathorpe

3 years ago