Commit Graph

7 Commits

Author SHA1 Message Date
Giri Dandu beaff13063 Add whoas configuration and factory to create runner and queue based on configuration
- Fixes #3
 - Modified .gitignore to remove idea directory
2015-03-17 10:21:28 -04:00
R. Tyler Croy 763e29a7a8 Ensure we're reading the response from the Jersey client to cleanly close the response
Otherwise we'll litter our webserver with errors like:

    localhost - - [02/Jan/2015:10:42:49 PST] "POST /mailbox HTTP/1.1" 200 2
    - -> /mailbox
    [2015-01-02 10:42:49] ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:10
            /home/tyler/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:80:in `eof?'
            /home/tyler/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:80:in `run'
            /home/tyler/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
2015-01-02 12:14:28 -08:00
R. Tyler Croy d6c6f56b16 Bump to version 0.1.1 to release the project with poms properly generated 2015-01-01 18:16:19 -08:00
R. Tyler Croy 526490b585 Add groovydocs and the ability to publish to gh-pages 2014-12-30 21:55:54 -08:00
R. Tyler Croy d9ee4411dc Start adding some stub classes with the needed data attached to them
Relates to #2
2014-12-30 21:03:08 -08:00
R. Tyler Croy 9abf01cc04 Force target compatibility to start at JDK6 2014-12-30 17:52:57 -08:00
R. Tyler Croy ad77cbaa38 Add a simple gradle file with some basic project configuratio 2014-12-30 17:40:04 -08:00