KeePassJava2 icon indicating copy to clipboard operation
KeePassJava2 copied to clipboard

Java API for KeePass Password Databases - Read/Write 2.x (File versions 3 and 4), Read 1.x

Results 25 KeePassJava2 issues
Sort by recently updated
recently updated
newest added

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...

Version 3 (3.0.0)

This is probably a bug in some implementations of `PropertyValue.getValueAsString()`. To convert the byte array to a string, the `String(byte[], Charset)` should be used. The tests also fail if the...

KeePassJava2 has a compile time dependency to junit. This is because the `util` module declares it. Maybe you could define the dependency to the `util` module as test scope.