HanSolo / tilesfx

A JavaFX library containing tiles that can be used for dashboards.
Apache License 2.0
1.42k stars 199 forks source link

jlink issues caused by json-simple #93

Closed JayeBass closed 4 years ago

JayeBass commented 4 years ago

Do you guys have any plans to remove automatic modules from your dependencies?

HanSolo commented 4 years ago

Well I'm also not that happy about the dependency but it's needed for the darksky weather api access. I will try to find a way to get rid of it.

HanSolo commented 4 years ago

I've created a branch called nodependencies which has no 3rd party dependencies any longer. The things that are missing from this branch are the weather package, the WeatherTileSkin and the EphemerisTileSkin. I think I will add those as an additional library so that one can load these in addition to the standard version. The plan is to also remove the dependencies from the master branch but for the moment you can at least use this version for testing.

HanSolo commented 4 years ago

Fixed with version 11.33