Jo

Results 55 comments of Jo

Thanks. Will pick this up in next release, maybe a couple of weeks.

I just pushed the source for version 2.2-SNAPSHOT which offers read/write support for V4. Better late than never?

Coming back to review, this still looks as though there are multiple JARs on the classpath and that an out of date version is being picked up - see [earlier...

I think the approach to the question as posed, should be: 1. Deprecate the `String Entry.getPassword()` method. 2. Add a `byte[] Entry.getPropertyAsBytes(String propertyName)` to complement the already existing `String Entry.getProperty(String...

The point about not using String is that once a password is in a String as plaintext it remains, can't be zeroed etc. whereas a byte array (or char array)...

I know you've closed this issue, but I wanted to give a heads up that I finally pushed 2.2-SNAPSHOT with support for V4. Will address some of the other things...

It doesn't seem as though SimpleXML is under active development (as mentioned under #26), but then again, it may burst into life again (mentioning no names I can think of...

Per #46 @giusvale-dev has contributed a Jackson implementation, which I think means we have a path forward with SimpleXML replacement ... thanks Giuseppe!

I will try to gather up some more issues over coming weeks and will release 2.2.2 to Maven after that.