[Git][java-team/assertj-core][master] 3 commits: Set the source encoding to UTF-8
    Emmanuel Bourg (@ebourg) 
    gitlab at salsa.debian.org
       
    Tue Oct 11 08:07:23 BST 2022
    
    
  
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / assertj-core
Commits:
aa01ecc0 by Emmanuel Bourg at 2022-10-11T08:58:09+02:00
Set the source encoding to UTF-8
- - - - -
bba1c342 by Emmanuel Bourg at 2022-10-11T09:05:09+02:00
Don't build the module-info class
- - - - -
57e52788 by Emmanuel Bourg at 2022-10-11T09:05:17+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/maven.properties
- + debian/patches/01-ignore-module.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+assertj-core (3.14.0-2) unstable; urgency=medium
+
+  * Don't build the module-info class
+  * Set the source encoding to UTF-8
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 11 Oct 2022 09:05:14 +0200
+
 assertj-core (3.14.0-1) unstable; urgency=medium
 
   * New upstream release
=====================================
debian/maven.properties
=====================================
@@ -6,3 +6,5 @@ maven.test.skip=true
 
 maven.compiler.source=1.7
 maven.compiler.target=1.7
+
+project.build.sourceEncoding=UTF-8
=====================================
debian/patches/01-ignore-module.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Do not build the module info (until the dependencies have their own, especially junit-jupiter-api)
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/pom.xml
++++ b/pom.xml
+@@ -435,9 +435,6 @@
+   <profiles>
+     <profile>
+       <id>java9+</id>
+-      <activation>
+-        <jdk>[9,)</jdk>
+-      </activation>
+       <properties>
+         <!-- allow tests to access private fields/methods of java.base classes via reflection -->
+         <argLine>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+01-ignore-module.patch
View it on GitLab: https://salsa.debian.org/java-team/assertj-core/-/compare/b5ea0558f4f3900d3d0b7bfc736d76066e877673...57e5278869f9bd2acc3b9b8a9a9c7fc5f37e3c13
-- 
View it on GitLab: https://salsa.debian.org/java-team/assertj-core/-/compare/b5ea0558f4f3900d3d0b7bfc736d76066e877673...57e5278869f9bd2acc3b9b8a9a9c7fc5f37e3c13
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/20221011/34e4b3ec/attachment.htm>
    
    
More information about the pkg-java-commits
mailing list