Moritz H.
Moritz H.
`MANIFEST.MF` now looks like this: ``` Manifest-Version: 1.0 Automatic-Module-Name: de.mkammerer.argon2 Bundle-ManifestVersion: 2 Bundle-SymbolicName: de.mkammerer.argon2 Bundle-Version: 2.8-SNAPSHOT Export-Package: de.mkammerer.argon2, de.mkammerer.argon2.jna Import-Package: com.sun.jna ``` I'm no expert in OSGi, does that look...
Thanks, I will try to adapt that.
Oh sorry, I botched the changelog. No, it's not in the 2.8 release, this issue is still open. I'll fix the changelog.
I could add a more advanced verify method in the `Argon2Advanced` interface. Do you need that or is that only a nice-to-have feature?
Thanks for the clarification.
Okay. Whats the suggested solution for ignoring collection/array/map items?
I can't control the XML (i read them from a webservice and they can add new list tags every moment) and don't want XStream to fail if there are additional...
Okay, thank you.
Hi, do you need any information on this PR? Do i need to do anything apart from wait? :)
Could you please provide a minimal reproducer for that?