[bisq-network/btcd-cli4j] Add error handlers (#3)

Manfred Karrer notifications at github.com
Sat Dec 8 13:14:47 UTC 2018


- Use Callable instead of Runnable to support exception handling
- Add error handler to forward exceptions in threads to client
- Add more logs
- Add Nullable annotation
- Use ListeningExecutorService
- Catch generic exceptions
- Make NotificationHandlerException checked exception
- Set version 0.5.8.4
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/btcd-cli4j/pull/3

-- Commit Summary --

  * Set Java 8
  * Add guava and findbugs
  * Add Version class
  * Add error handler

-- File Changes --

    M core/pom.xml (2)
    A core/src/main/java/com/neemre/btcdcli4j/core/BtcdCli4jVersion.java (22)
    M daemon/pom.xml (12)
    M daemon/src/main/java/com/neemre/btcdcli4j/daemon/BtcdDaemonImpl.java (57)
    M daemon/src/main/java/com/neemre/btcdcli4j/daemon/NotificationHandlerException.java (2)
    M daemon/src/main/java/com/neemre/btcdcli4j/daemon/notification/NotificationMonitor.java (56)
    M daemon/src/main/java/com/neemre/btcdcli4j/daemon/notification/worker/NotificationWorker.java (15)
    M daemon/src/main/java/com/neemre/btcdcli4j/daemon/notification/worker/NotificationWorkerFactory.java (10)
    M examples/pom.xml (2)
    M pom.xml (4)

-- Patch Links --

https://github.com/bisq-network/btcd-cli4j/pull/3.patch
https://github.com/bisq-network/btcd-cli4j/pull/3.diff

-- 
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/btcd-cli4j/pull/3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181208/b63a1669/attachment.html>


More information about the bisq-github mailing list