Also with this patch verified that apache derby can be run on Java 9. 

To make it possible please change 
--add-modules java.base 
in apps/openjdk9-java-base/Makefile to 
--add-modules 
java.base,java.logging,java.management,java.naming,java.sql,java.xml
and build this way
scripts/build image=openjdk9-java-base,apache-derby

Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com>
---
 apache-derby/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apache-derby/Makefile b/apache-derby/Makefile
index a2531dc..3e29ec2 100644
--- a/apache-derby/Makefile
+++ b/apache-derby/Makefile
@@ -1,11 +1,11 @@
 .PHONY: module
 
-VERSION := 10.10.2.0
+VERSION := 10.14.1.0
 
 module: ROOTFS
 
 db-derby-$(VERSION)-bin.tar.gz:
-       wget 
http://archive.apache.org/dist/db/derby/db-derby-10.10.2.0/db-derby-10.10.2.0-bin.tar.gz
+       wget 
http://archive.apache.org/dist/db/derby/db-derby-$(VERSION)/db-derby-$(VERSION)-bin.tar.gz
 
 ROOTFS/db-derby: db-derby-$(VERSION)-bin.tar.gz
        mkdir -p ROOTFS/db-derby
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to