[Git][java-team/libspring-java][wip/remove-jasperreports] Don’t build against libreactor-core-java since it depends on RC-buggy openhft

Andrej Shadura gitlab at salsa.debian.org
Sat Mar 9 13:56:12 GMT 2019


Andrej Shadura pushed to branch wip/remove-jasperreports at Debian Java Maintainers / libspring-java


Commits:
c6366216 by Andrej Shadura at 2019-03-09T13:27:55Z
Don’t build against libreactor-core-java since it depends on RC-buggy openhft

- - - - -


3 changed files:

- debian/control
- debian/maven.ignoreRules
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -75,7 +75,7 @@ Build-Depends-Indep: bsh,
                      libprotobuf-java,
                      libprotobuf-java-format-java (>= 1.3),
                      libquartz2-java,
-                     libreactor-core-java (>= 2.0.8),
+#                     libreactor-core-java (>= 2.0.8),
                      librome-java (>= 1.6),
                      libservlet-api-java,
                      libtaglibs-standard-jstlel-java,


=====================================
debian/maven.ignoreRules
=====================================
@@ -15,3 +15,5 @@ org.seleniumhq.selenium htmlunit-driver * * * *
 org.seleniumhq.selenium selenium-java * * * *
 net.sourceforge.htmlunit htmlunit * * * *
 net.sf.jasperreports jasperreports * * * *
+io.projectreactor reactor-core * * * *
+io.projectreactor reactor-net * * * *


=====================================
debian/rules
=====================================
@@ -2,15 +2,18 @@
 
 JAVA_HOME       := /usr/lib/jvm/default-java
 
-MODULES = aop beans context context-support core expression instrument jdbc jms messaging orm oxm test tx web webmvc webmvc-portlet
+# MODULES = aop beans context context-support core expression instrument jdbc jms messaging orm oxm test tx web webmvc webmvc-portlet
+MODULES = aop beans context context-support core expression instrument jdbc orm oxm test tx web webmvc webmvc-portlet
 
 %:
-	dh $@ --buildsystem=gradle
+	dh $@ --buildsystem=gradle -Nlibspring-messaging-java -Nlibspring-jms-java
 
 override_dh_auto_build:
 	dh_auto_build -- jar -x test -x check \
 	                 -x :spring-orm-hibernate4:compileJava \
 	                 -x :spring-orm-hibernate5:compileJava \
+	                 -x :spring-jms:compileJava \
+	                 -x :spring-messaging:compileJava \
 	                 -x :spring-instrument-tomcat:compileJava \
 	                 -x :spring-webmvc-tiles2:compileJava \
 	                 -x :spring-websocket:compileJava



View it on GitLab: https://salsa.debian.org/java-team/libspring-java/commit/c63662169573c358f9f3ba1183b9552f127f5ae3

-- 
View it on GitLab: https://salsa.debian.org/java-team/libspring-java/commit/c63662169573c358f9f3ba1183b9552f127f5ae3
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/20190309/5c1789fa/attachment.html>


More information about the pkg-java-commits mailing list