From apr at jpos.org Mon May 3 10:02:30 2021 From: apr at jpos.org (Alejandro Revilla) Date: Mon, 3 May 2021 14:02:30 -0300 Subject: [jdom-interest] JDOM and JPMS' Automatic-Module-Name Message-ID: Hi all, We are moving our project to JDK 16 in preparation for JDK 17 LTS and we are facing a problem with jdom2 related to Java Modules. The automatic resolution based on the jar name gets confused with the number '2' in it. The solution is simple, the single line 'Automatic-Module-Name: org.jdom2' 'core/package/META-INF/MANIFEST.MF' does the trick. I found there's already a very clean PR185 ( https://github.com/hunterhacker/jdom/pull/185) that works like a sharm. Are there any chances of that PR being merged, and a new release (2.0.7?) posted to Maven Central? PS.- Thank you for JDOM and JDOM2, I'm a happy users since the very early days, got Mr. Harold's book by my side since August 1998, so go figure :) -- @apr -------------- next part -------------- An HTML attachment was scrubbed... URL: