mangstadt / ez-vcard

A vCard parser library for Java
Other
398 stars 92 forks source link

Add support for Jigsaw modules #130

Open Auties00 opened 1 year ago

Auties00 commented 1 year ago

Hi, are you interested in a PR to add support for jigsaw modules(aka module-info)? It's nice to have when using this library with newer versions of Java. If you want to keep supporting Java 8 there is the moditect maven plugin. Otherwise, I'd bump up the minimum Java version to 9.

mangstadt commented 1 year ago

No thanks. I want to keep it at Java 8 for all long as possible.