tigerbeetle / tigerbeetle-java

TigerBeetle Java client
Apache License 2.0
2 stars 2 forks source link

Module names for Java Client #11

Closed gcameo closed 2 years ago

gcameo commented 2 years ago

At the moment, the java client doesn't have module-info file which will cause modularity problems further down the line. This means the java client gets imported into other projects as requires tigerbeetle.java; which appears to be a default name.

It will be good to get good module name in so modules can be properly imported.