On Fri, 28 Oct 2022 at 17:46, Matthias Bläsing <mblaes...@doppel-helix.eu.invalid> wrote: > Comparable specVersion = mi.getSpecificationVersion(); > Comparable reqVersion = new SpecificationVersion("9.26"); > if (specVersion.compareTo(reqVersion)) >= 0) { // etc etc
That was my suggested workaround, which I'm hoping achieves the same thing already? Neil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists