[Git][java-team/libhibernate-validator4-java][master] 3 commits: Add patch to address FTBFS on Java 17 (Closes: #1026653)

Tony Mancill (@tmancill) gitlab at salsa.debian.org
Fri Dec 23 01:35:27 GMT 2022



Tony Mancill pushed to branch master at Debian Java Maintainers / libhibernate-validator4-java


Commits:
e8631f72 by tony mancill at 2022-12-22T17:24:14-08:00
Add patch to address FTBFS on Java 17 (Closes: #1026653)

- - - - -
0de09874 by tony mancill at 2022-12-22T17:32:52-08:00
Freshen years in debian/copyright

- - - - -
db2b617f by tony mancill at 2022-12-22T17:32:52-08:00
Prepare changelog for upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/copyright
- + debian/patches/newer-java.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libhibernate-validator4-java (4.3.4-6) unstable; urgency=medium
+
+  * Team upload.
+  * Add patch to address FTBFS on Java 17 (Closes: #1026653)
+  * Freshen years in debian/copyright
+
+ -- tony mancill <tmancill at debian.org>  Thu, 22 Dec 2022 17:25:14 -0800
+
 libhibernate-validator4-java (4.3.4-5) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/copyright
=====================================
@@ -13,7 +13,9 @@ Copyright: 2007-2010, Torsten Werner <twerner at debian.org>
            2012, Onkar Shinde <onkarshinde at ubuntu.com>
            2012, Brian Thomason <brian.thomason at eucalyptus.com>
            2013, Eugene Zhukov <jevgeni.zh at gmail.com>
-           2014-2016, Emmanuel Bourg <ebourg at apache.org>
+           2014-2022, Emmanuel Bourg <ebourg at apache.org>
+           2022, Markus Koschany <apo at debian.org>
+           2022, tony mancill <tmancill at debian.org>
 License: Apache-2.0
 
 License: Apache-2.0


=====================================
debian/patches/newer-java.patch
=====================================
@@ -0,0 +1,22 @@
+--- a/pom.xml
++++ b/pom.xml
+@@ -217,8 +217,8 @@
+                     <artifactId>maven-compiler-plugin</artifactId>
+                     <version>2.3.2</version>
+                     <configuration>
+-                        <source>1.6</source>
+-                        <target>1.6</target>
++                        <source>8</source>
++                        <target>8</target>
+                     </configuration>
+                 </plugin>
+                 <plugin>
+@@ -385,7 +385,7 @@
+                         <processors>
+                             <processor>org.jboss.logging.processor.apt.LoggingToolsProcessor</processor>
+                         </processors>
+-                        <compilerArguments>-AloggingVersion=3.0 -AtranslationFilesPath=${project.basedir}/src/main/resources -source 1.6 -target 1.6 -sourcepath ${project.build.directory}/generated-sources/jaxb -encoding UTF-8</compilerArguments>
++                        <compilerArguments>-AloggingVersion=3.0 -AtranslationFilesPath=${project.basedir}/src/main/resources -source 8 -target 8 -sourcepath ${project.build.directory}/generated-sources/jaxb -encoding UTF-8</compilerArguments>
+                     </configuration>
+                     <executions>
+                         <execution>


=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@
 05-jaxb-dependency.patch
 06-jboss-logging-compatibility.patch
 Whitelist-is-Safelist.patch
+newer-java.patch



View it on GitLab: https://salsa.debian.org/java-team/libhibernate-validator4-java/-/compare/5cbcc4826657542dc0a4f7628daa3ee530cf8f7e...db2b617f7d338415910640f750e697ab2e568394

-- 
View it on GitLab: https://salsa.debian.org/java-team/libhibernate-validator4-java/-/compare/5cbcc4826657542dc0a4f7628daa3ee530cf8f7e...db2b617f7d338415910640f750e697ab2e568394
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20221223/fb4cec0f/attachment.htm>


More information about the pkg-java-commits mailing list