[bisq-network/bisq] Fulfilling Proposal #110 (#3275)

niyid notifications at github.com
Fri Sep 20 17:40:25 UTC 2019


> @battleofwizards I have removed all dependencies except Jackson, HttpClient, JUnit, and log4j. The library utilizes advanced JSON processing using Jackson including managed and back references, field aliasing, and polymorphic deserialization. I expect it will be difficult to switch this functionality to another library, but do you suggest another library to try? JUnit is not a runtime dependency so it should be ok? log4j logging can be removed if needed.

@woodser 

Good work you are doing.

I was able to easily replace the validations you did with JUnit in non test-case classes with **`org.springframework.util.Assert`**.

You can replace Log4J with **`org.slf4j`**/**`java.util.logging`**

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3275#issuecomment-533646701
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190920/e3bb1d61/attachment.html>


More information about the bisq-github mailing list