3breadt / dd-plist

A java library providing support for ASCII, XML and binary property lists.
Other
258 stars 94 forks source link

Add support for Java Platform Module System (JPMS) #85

Closed Borewit closed 7 months ago

Borewit commented 1 year ago

Add support Java Platform Module System (JPMS), introduced in Java version 9.

This would allow to use dd-list as a module, but it would require Java version 9 instead of 8.

3breadt commented 7 months ago

Implemented by #96