Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty library archives? #115

Open
TobiX opened this issue Sep 25, 2021 · 1 comment
Open

Empty library archives? #115

TobiX opened this issue Sep 25, 2021 · 1 comment

Comments

@TobiX
Copy link
Contributor

TobiX commented Sep 25, 2021

In the archive directory, some JARs are just empty:

  1. Is there any reason for that or is this just historical baggage?
  2. Why are the libraries in individual JARs anyways? AFAICS they are unpacked and repacked in the mvn build anyways, so why not store them as-is?
@headius
Copy link
Member

headius commented Oct 26, 2021

I'm not sure of the historical reason for having platform jars without the native binary. They may be placeholders to allow partial support, but without the native binding I'm not sure what such support would mean.

Also unsure of the reason why the original author of this library decided to put the libraries in individual jars. Theorizing: perhaps so they could be packaged separately in Maven, and you only pull down the platform you need?

I am open to changing both of these structures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants