miachm / SODS

A simple Java library for handle ODS (Open Document Spreadsheet, compatible with Excel and Libreoffice)
The Unlicense
74 stars 30 forks source link

added minimum configuration for java9 modules #14

Closed SoftwareIISGubbio closed 3 years ago

SoftwareIISGubbio commented 4 years ago

I need this modified version to use the library in a java14 modular application (so I can use jlink and jpackage easily). Do you think this can be useful also for other developers? The version number is obviously arbitrary.

SoftwareIISGubbio commented 4 years ago

...a relevant oversight: thank you for your work!

miachm commented 4 years ago

Thanks for your contribution!

I don't like to drop support for JDK8 (it's still supported by Oracle). Maybe would it work in JDK8?

SoftwareIISGubbio commented 4 years ago

you are right, jdk8 is supported also from AdpotOpenJDK and widely used. I have to take a look ad https://openjdk.java.net/jeps/238 Hope to come back soon with a solution

miachm commented 3 years ago

Solved in PR: https://github.com/miachm/SODS/pull/34