sialcasa / mvvmFX

an Application Framework for implementing the MVVM Pattern with JavaFX
Apache License 2.0
484 stars 105 forks source link

module-info.java complains about the dash of de.saxsys.mvvmfx-guice #606

Open mitvitaminen opened 4 years ago

mitvitaminen commented 4 years ago

Hi, when entering`requires de.saxsys.mvvmfx-guice; in the moduel-info.java eclipse complains about the dash of mvvmfx-guice

manuel-mauky commented 4 years ago

Hi, this is a known issue with version 1.8.0. I've fixed it with #590. You can use a fixed version with 1.9.0-SNAPSHOT (see README on how to use snapshots). Most likely I will release a 1.8.1 version soon which will include this fix.

kaiwinter commented 2 years ago

"soon" 😉 😇

grill2010 commented 1 year ago

@manuel-mauky is there any time schedule of when it is expected to have a release version of 1.8.1?

mitvitaminen commented 1 year ago

@grill2010 the 1.9.0 snapshot works without issues for me

grill2010 commented 1 year ago

@mitvitaminen I know but we use it in a commercial product and policy for our application is to only ship the product with stable versions, so no Snapshots