]> source.dussan.org Git - sonarqube.git/commitdiff
Downgrade to jruby 1.7.9.
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 17 Jan 2014 09:30:52 +0000 (10:30 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 17 Jan 2014 09:31:15 +0000 (10:31 +0100)
v1.7.10 is much slower at startup.

pom.xml

diff --git a/pom.xml b/pom.xml
index 5e6c71c956c18b925c427185293d1532d6093053..3695368b08e13867db6e6232553b8762933640d4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>org.jruby</groupId>
         <artifactId>jruby-complete</artifactId>
-        <version>1.7.10</version>
+        <!-- do not upgrade to 1.7.10, much slower at startup -->
+        <version>1.7.9</version>
       </dependency>
       <dependency>
         <groupId>geronimo-spec</groupId>