Commit graph

84 commits

Author SHA1 Message Date
Jenkins User
654265d585 lein-release plugin: preparing 0.2.3 release 2014-08-21 14:48:16 -07:00
Jenkins User
de7259759c lein-release plugin: bumped version from 0.2.2 to 0.2.3-SNAPSHOT for next development cycle 2014-08-19 14:33:00 -07:00
Jenkins User
ea0a709941 lein-release plugin: preparing 0.2.2 release 2014-08-19 14:32:38 -07:00
Jenkins User
ba78a4e2e7 lein-release plugin: bumped version from 0.2.1 to 0.2.2-SNAPSHOT for next development cycle 2014-08-12 16:24:58 -07:00
Jenkins User
9cde4b47f4 lein-release plugin: preparing 0.2.1 release 2014-08-12 16:24:38 -07:00
Chris Price
78ae3a8ab3 Update to apache 4.0.2 2014-08-12 16:17:09 -07:00
Jenkins User
8150092217 lein-release plugin: bumped version from 0.2.0 to 0.2.1-SNAPSHOT for next development cycle 2014-07-25 15:09:55 -07:00
Jenkins User
d4237ce263 lein-release plugin: preparing 0.2.0 release 2014-07-25 15:09:36 -07:00
Chris Price
186b226512 (TK-23) Port to apache HttpAsyncClient
* Ports the code over to use the Apache HttpAsyncClient library
  instead of http-kit, as we were getting some weird and inconsistent
  SSL errors from http-kit, and
* Simplify the API (by eliminating a lot of the supported configuration
  options).  Some of these options we'll eventually want to add back in,
  but for now, getting rid of them makes the API less cluttered and
  also gives us the opportunity to do a better job writing tests
  for new options when we do add support for them.

For now it only supports constructing a new client on every request.
I intend to add API for creating a client explicitly, and a protocol
for how to interact with the client.  This will allow users to
re-use an existing client as they see fit... but this hasn't been
implemented yet.
2014-07-03 08:58:46 -07:00
Jenkins User
f6c4b5b059 lein-release plugin: bumped version from 0.1.7 to 0.1.8-SNAPSHOT for next development cycle 2014-04-28 11:48:54 -07:00
Jenkins User
003c2c4044 lein-release plugin: preparing 0.1.7 release 2014-04-28 11:48:27 -07:00
Chris Price
8b66e32677 Correct the path to the clojure source code for the sources jar 2014-04-28 11:32:42 -07:00
Chris Price
5b23e8a508 Bump jvm-ca version to 0.1.5 2014-04-25 17:12:42 -07:00
Chris Price
76722c2e4a (PE-3769) Build source jars and use explicit JDK target version 2014-04-25 15:42:55 -07:00
Jenkins User
beb7ef0114 lein-release plugin: bumped version from 0.1.6 to 0.1.7-SNAPSHOT for next development cycle 2014-04-14 16:14:40 -07:00
Jenkins User
60d2d04a23 lein-release plugin: preparing 0.1.6 release 2014-04-14 16:14:10 -07:00
Chris Price
cc3633b428 Support SSLContext configured with only CA cert 2014-04-08 17:21:13 -07:00
Jenkins User
f9168c55d3 lein-release plugin: bumped version from 0.1.5 to 0.1.6-SNAPSHOT for next development cycle 2014-04-08 15:01:56 -07:00
Jenkins User
87ce5ab912 lein-release plugin: preparing 0.1.5 release 2014-04-08 15:01:34 -07:00
Chris Price
d21158f807 (PE-3377) Use certificate-authority lib for ssl instead of KS 2014-04-08 14:26:44 -07:00
Jenkins User
7f1568ee57 lein-release plugin: bumped version from 0.1.4 to 0.1.5-SNAPSHOT for next development cycle 2014-04-04 10:43:50 -07:00
Jenkins User
fd9bacd5be lein-release plugin: preparing 0.1.4 release 2014-04-04 10:43:27 -07:00
Jenkins User
3c8b64a112 lein-release plugin: bumped version from 0.1.3 to 0.1.4-SNAPSHOT for next development cycle 2014-04-01 13:19:57 -07:00
Jenkins User
0f4df556a8 lein-release plugin: preparing 0.1.3 release 2014-04-01 13:19:33 -07:00
Chris Price
db53a75f34 Add integration tests for sync clients
Prior to this commit, we didn't actually have any tests that
started a real web server and made a real request.  This
commit adds tests that do this for the clojure and Java
synchronous clients, using SSL.
2014-03-28 17:33:27 -07:00
Chris Price
9020eed85f Add support for configuring SSL via puppet pems 2014-03-28 15:33:23 -07:00
Chris Price
a90b6fd82c Move clojure source into clj directory 2014-03-27 12:46:44 -07:00
Jenkins User
27601ebd72 lein-release plugin: bumped version from 0.1.2 to 0.1.3-SNAPSHOT for next development cycle 2014-03-13 11:21:12 -07:00
Jenkins User
d2eb421214 lein-release plugin: preparing 0.1.2 release 2014-03-13 11:20:54 -07:00
Patrick Carlisle
1c82652562 Bump version again 2014-03-13 11:20:13 -07:00
Patrick Carlisle
0f4c7d9db8 Bump version to 0.1.1-SNAPSHOT 2014-03-12 13:54:04 -07:00
Patrick Carlisle
5ac20103be Fix typo in project.clj and add some metadata 2014-03-12 13:45:46 -07:00
Patrick Carlisle
6ed37670c1 Prepare for 0.1.0 release 2014-03-12 13:38:42 -07:00
Patrick Carlisle
3c5ea542ea Initial commit 2014-03-10 17:24:22 -07:00