jorabin / KeePassJava2

Java API for KeePass Password Databases - Read/Write 2.x (File versions 3 and 4), Read 1.x
Apache License 2.0
250 stars 71 forks source link

Some maven plugins are out of date #68

Open jorabin opened 2 months ago

jorabin commented 2 months ago

However, I will not fix this in revision 2.2.*

As if I do I run into the jar-plugin complaining that the automatic module name generation contains illegal names (it's generated from the maven module name which contains '-' in many cases.

Also develops various weird compilation problems if I update the other ones only.

Will fix in V3, where we may have moved on from Java8 and where backwards compatibility of module names doesn't matter anyway.

Keen to hear thoughts on this.