You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: