babeloff / nngjvm

A JNA wrapper for nanomsg/nng
MIT License
12 stars 1 forks source link

module support #1

Open damnms opened 6 years ago

damnms commented 6 years ago

i am looking for a messaging framework which supports java9 modules. seems like nngjvm does not provide this. is there any plans to do so?

phreed commented 6 years ago

Sure this is still pretty early and l am interested in learning the Jave module system. What do you have in mind?

damnms commented 6 years ago

a module-info.java which exports the public api ;) otherwise i would be forced to use automatic modules which i do not like. also: are there any public releases on bintray or any other repository?