Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package resteasy for openSUSE:Factory checked in at 2023-10-26 17:14:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/resteasy (Old) and /work/SRC/openSUSE:Factory/.resteasy.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "resteasy" Thu Oct 26 17:14:56 2023 rev:4 rq:1120523 version:3.0.26 Changes: -------- --- /work/SRC/openSUSE:Factory/resteasy/resteasy.changes 2022-03-30 20:36:30.413344809 +0200 +++ /work/SRC/openSUSE:Factory/.resteasy.new.24901/resteasy.changes 2023-10-26 17:15:58.275689471 +0200 @@ -1,0 +2,5 @@ +Thu Oct 26 10:30:41 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Build with source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ resteasy.spec ++++++ --- /var/tmp/diff_new_pack.5zujYx/_old 2023-10-26 17:15:58.739706513 +0200 +++ /var/tmp/diff_new_pack.5zujYx/_new 2023-10-26 17:15:58.743706660 +0200 @@ -1,7 +1,7 @@ # # spec file for package resteasy # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2020 Stasiek Michalski <stas...@michalski.cc>. # # All modifications and additions to the file contributed by third parties @@ -26,6 +26,7 @@ License: Apache-2.0 AND CDDL-1.0 URL: https://resteasy.jboss.org/ Source0: https://github.com/resteasy/resteasy/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) @@ -178,6 +179,9 @@ <skipSource>true</skipSource> </configuration>' +%pom_xpath_set "pom:project/pom:properties/pom:maven.compiler.source" "1.8" +%pom_xpath_set "pom:project/pom:properties/pom:maven.compiler.target" "1.8" + %build %{mvn_build} -f -- -Dsource=8