Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package exec-maven-plugin for openSUSE:Factory checked in at 2023-02-10 14:35:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exec-maven-plugin (Old) and /work/SRC/openSUSE:Factory/.exec-maven-plugin.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exec-maven-plugin" Fri Feb 10 14:35:28 2023 rev:5 rq:1064158 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/exec-maven-plugin/exec-maven-plugin.changes 2022-10-26 12:31:30.552276195 +0200 +++ /work/SRC/openSUSE:Factory/.exec-maven-plugin.new.1848/exec-maven-plugin.changes 2023-02-10 14:35:30.149985838 +0100 @@ -1,0 +2,6 @@ +Mon Dec 12 13:06:39 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Do not require java-headless >= 9, since the jar works just fine + with java 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exec-maven-plugin.spec ++++++ --- /var/tmp/diff_new_pack.aIz2us/_old 2023-02-10 14:35:30.893990285 +0100 +++ /var/tmp/diff_new_pack.aIz2us/_new 2023-02-10 14:35:30.897990308 +0100 @@ -71,6 +71,10 @@ %build %{mvn_build} -f +# The tooling generates Java 9+ require, but it a multi-release jar that works with Java 8 just fine +sed -i 's|compilerTarget=9|compilerTarget=1\.8|' .xmvn/properties +sed -i 's|<requiresJava>9</requiresJava>|<requiresJava>1\.8</requiresJava>|' .xmvn-reactor + %install %mvn_install