Today we released puppetlabs/trapperkeeper v1.4.0 to clojars.

Trapperkeeper[1] is a Clojure framework for hosting long-running 
applications and services. You can think of it as a sort of "binder" for 
Ring applications and other modular bits of Clojure code.

The major addition in this release adds support directories and paths in 
the "--bootstrap-config" CLI argument. The argument can now take a comma 
separated list of bootstrap files or directories. This allows projects to 
keep their bootstrap entries in a "services.d" style directory, separating 
entries into logically organized files.

This release also includes other minor changes, such as:
* TK will now fail to start if two services implement the same service 
protocol
* TK will not fail to start if an unrecognized service is found in a 
bootstrap entry

For more info see the CHANGELOG[2], and docs[3]

[1] Trapperkeeper github repo: https://github.com/puppetlabs/trapperkeeper
[2] CHANGELOG: 
https://github.com/puppetlabs/trapperkeeper/blob/master/CHANGELOG.md#130
[3] Trapperkeeper github wiki: 
https://github.com/puppetlabs/trapperkeeper/wiki

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to