Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
daemonize http client threads so that the JVM exits if no non-daemon …
Browse files Browse the repository at this point in the history
…thread is running
  • Loading branch information
zcourts committed Mar 10, 2016
1 parent 1c58803 commit f308133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
Changelog
---------

* v.3.2.14 upgrades HTTP client which now creates a custom thread pool so that all threads Netty created are daemons
* This enables the client to shutdown when all non-daemon threads do
* v.3.2.13 makes the dead connection detection thread a deamon so a process terminates when all other threads do
* v.3.2.12
* Pylon endpoints now take and return a recording ID, rather than a hash
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -41,7 +41,7 @@
<encoding>UTF-8</encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<higgs.version>0.0.21</higgs.version>
<higgs.version>0.0.22</higgs.version>
</properties>

<dependencies>
Expand Down

0 comments on commit f308133

Please sign in to comment.