Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Andreas Leitgeb Newsgroups: comp.lang.java.programmer Subject: Re: more porting issues to Java 11 Date: Mon, 8 Apr 2019 17:14:25 -0000 (UTC) Organization: A noiseless patient Spider Lines: 16 Message-ID: References: Reply-To: avl@logic.at Injection-Date: Mon, 8 Apr 2019 17:14:25 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="fa7e9466cf9a44fa4f8644ca87571c76"; logging-data="5514"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+FW/H4waYVnMUtjy+bSsYC" User-Agent: slrn/1.0.3 (Linux) Cancel-Lock: sha1:uiR0UNzfZ7x0BPr+jete4/RrCHo= Xref: csiph.com comp.lang.java.programmer:38884 I'm posting updates of my progress: (FWI maybe W) > My attempt to compile it (using maven and jdk 11) however failed with > a couple of errors about missing several packages like org.omg.CORBA > and others below it. That was in "CSIv2 APIs". I could solve that by adding the omgapi module as a dependency to csiv2-idl/pom.xml - seems like I'm slowly getting the hang of maven's pom files) (Once I get to see some light at end of tunnel, I'll PR it on github) Now I get a similar error about package javax.transaction and will continue to search for what dependency to add where... tomorrow.