OpenHFT / Zero-Allocation-Hashing

Zero-allocation hashing for Java
Apache License 2.0
787 stars 136 forks source link

Support for JDK Jigsaw Modules #60

Open jonatino opened 3 years ago

jonatino commented 3 years ago

Can we have a module-info.java added so this can be used in modular projects?

Thanks!

gzm55 commented 3 years ago

the targeting release now is jdk7, it seems that module-info.java is not compatible with jdk7 and jdk8

minborg commented 3 years ago

We could add an automatic module name.

Kamillaova commented 1 year ago

bump