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
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