H2 and Java 9

247 views
Skip to first unread message

iJava

unread,
Sep 23, 2017, 7:15:14 AM9/23/17
to H2 Database
Hi all

I am moving one project to Java 9 with JPMS. The project uses H2 database and I have a question -
when will H2 support Java 9? I mean when will H2 be a named JPMS module?

Best regards, Pavel

Bruce Alspaugh

unread,
Mar 28, 2018, 2:02:03 PM3/28/18
to H2 Database
I am in the process of modularizing an application so I can use jlink. All my dependencies have to be JPMS modules for this to work properly. Is there any way to add the module descriptor to H2?

Bruce

Noel Grandin

unread,
Mar 28, 2018, 2:46:08 PM3/28/18
to h2-da...@googlegroups.com
submit a pull request?​

Evgenij Ryazanov

unread,
Mar 28, 2018, 10:13:06 PM3/28/18
to H2 Database
There may be a problem with libraries that H2 optionally use. They are not a modules yet (and some of them like archaic version of Lucene will never be). Modularization of H2 may cause problems with them. It's possible to describe them by their automatic names, but automatic names have own issues with some libraries. Situation with JTS, Lucene, loggers, may be something else should be tested on Java 9.
Reply all
Reply to author
Forward
0 new messages