fury
fury copied to clipboard
[Java] Support for Java Platform Module System
Is your feature request related to a problem? Please describe.
Kinda. I decided to modularize my application (which uses fury-core) and Maven has warned about fury-core being an unnamed module that has an automatic name generated by the compiler. This means that my application can use it, but in case the project maintainers decide to modularize and therefore give it a stable name, my application may break.
Describe the solution you'd like
Are there any plans to modularize Fury Java libraries in the future?
Additional context
Hi @rafaelsilverioit , could you try the snapshot version? We added basic module support.
Hi @chaokunyang, the message is gone, but then I have an exception:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/fury/ThreadSafeFury
I'll dig a bit more later today because I guess it may be because of me missing something. Thank you for now :smile:
This looks strange, could you provide reproduction code here?