Hello. Unfortunately, if you want to compile H2 1.4.200 or older versions from their sources you have to patch them by yourself or you can pre-download their dependencies. Current H2 can be compiled without any changes or additional actions.
H2 1.4.200 should normally be compiled with (completely outdated) JDK 7. Current H2 should normally be compiled with JDK 8. In Java 9 a new doclet API appears and old was deprecated and it was finally removed in Java 13, so you can't compile H2 in normal way with JDK 13 and later versions, but you can run H2 compiled with older versions of JDK on newer Java versions. There is a related issue: https://github.com/h2database/h2database/issues/1983 -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/d03d0bfd-c6de-4f95-a997-fac18a44122dn%40googlegroups.com.
