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 <[email protected]>  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 <[email protected]>
            2012, Onkar Shinde <[email protected]>
            2012, Brian Thomason <[email protected]>
            2013, Eugene Zhukov <[email protected]>
-           2014-2016, Emmanuel Bourg <[email protected]>
+           2014-2022, Emmanuel Bourg <[email protected]>
+           2022, Markus Koschany <[email protected]>
+           2022, tony mancill <[email protected]>
 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.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to