ed25519-java icon indicating copy to clipboard operation
ed25519-java copied to clipboard

Release for current source code?

Open swesteme opened this issue 2 years ago • 1 comments

Hello!

I am having problems using the library in an OSGi application. The fix for the dependency problem I have, regarding sun.security.x509 is already here. Would it be possible for you to create a new release? Otherwise I (and probably others as well) am forced to create a private fork and use a locally built release.

Thanks a lot! Sebastian

swesteme avatar Feb 01 '23 09:02 swesteme

I second this request, we are in the same boat.

We have a workaround by repacking the library in the Eclipse Orbit project removing this import-package only used in a test but if you would publish a new release we could get rid of this repacking and directly use your new release.

See https://github.com/eclipse/orbit/pull/23

msohn avatar May 23 '23 12:05 msohn