From 47283563bfb2ecfb55e6cac24fb57fcc9c3ade79 Mon Sep 17 00:00:00 2001 From: Matthew Boeh Date: Wed, 17 Apr 2013 15:36:25 -0700 Subject: [PATCH] Document JRuby 1.7.3 issue and ask Travis to test with 1.7.2. --- .travis.yml | 2 +- README.markdown | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a97ab3f..5e75b6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: ruby rvm: - 1.9.3 - - jruby-19mode + - jruby-1.7.2 - rbx-19mode diff --git a/README.markdown b/README.markdown index d843406..beb67f7 100644 --- a/README.markdown +++ b/README.markdown @@ -165,6 +165,7 @@ Extensions are loaded in the `Woodhouse.configure` block. Some extensions take a * bunny 0.9.x, RabbitMQ 2.x or later * ruby 1.9 * MRI, JRuby, Rubinius 2 +* JRuby note: JRuby 1.7.3 has a threading bug that affects Celluloid. Use 1.7.2 for now! ### woodhouse 0.0.x