Closed msgilligan closed 4 years ago
Fixed in https://github.com/OmniLayer/OmniJ/commit/d7eace38b85ccb39ef6055724d78e914d02a41ff. There may be some further package refactoring and renames of the modules/JARs. But I'm going to close this issue because that commit addresses the main issue -- removing the dependency on Retrofit in the JDK11 java.net.http
client.
The actual refactoring is to three modules:
omnij-net-api
: base definitions for OmniWallet REST API and "universal" (Omni Core + Omniwallet) APIomnij-rest-client
: Retrofit-based Omniwallet client (Android-compatible)omnij-rest-client-mjdk
: Modern JDK Omniwallet client (JDK 11+)
OmniJ OmniwalletClient could use some refactoring, maybe: