authenteq-zz / java-bigchaindb-driver

Official BigchainDB Java driver
https://www.bigchaindb.com
Apache License 2.0
32 stars 22 forks source link

Logging slf4j issues 39 61 62 #65

Closed agwego closed 6 years ago

agwego commented 6 years ago

Switched to SLF4J (issue 39) Updated a couple of tests that removes the reliance on test.ipdb.io assuming you have a working BigChainDB Fixed Issue 61 - transaction leaking response objects Fixed Issue 62 - DriverUtils.makeSelfSortingGson now sorts keys

alvin-reyes commented 6 years ago

Looks ok. Failure is related to some test case that are reliant on test.ipdb.io. I'll set up a test instance of our own for this project.

Thank you.