diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-29 15:23:05 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-29 15:23:05 +0200 |
commit | 52fec9954c6d5225d6ea4ee61a3ae71721fd3881 (patch) | |
tree | 8527d7a83a0523cdd5fcd2efefcbeced8e26e400 /server/sonar-process | |
parent | a8e2ff5ad049dc21a9922dca08ef3c2825605c1b (diff) | |
download | sonarqube-52fec9954c6d5225d6ea4ee61a3ae71721fd3881.tar.gz sonarqube-52fec9954c6d5225d6ea4ee61a3ae71721fd3881.zip |
Replace references to jira.codehaus.org by jira.sonarsource.com
Diffstat (limited to 'server/sonar-process')
-rw-r--r-- | server/sonar-process/src/main/java/org/sonar/process/ProcessProperties.java | 2 | ||||
-rw-r--r-- | server/sonar-process/src/test/resources/org/sonar/process/ProcessTest/sonar.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-process/src/main/java/org/sonar/process/ProcessProperties.java b/server/sonar-process/src/main/java/org/sonar/process/ProcessProperties.java index 9532d3bace2..f9bf1353b4b 100644 --- a/server/sonar-process/src/main/java/org/sonar/process/ProcessProperties.java +++ b/server/sonar-process/src/main/java/org/sonar/process/ProcessProperties.java @@ -74,7 +74,7 @@ public class ProcessProperties { public static final String ES_PLUGIN_LISTUPDATE_VALUE = "value"; public static final String WEB_ENFORCED_JVM_ARGS = "-Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djruby.management.enabled=false " + - // jruby is slow with java 8: https://jira.codehaus.org/browse/SONAR-6115 + // jruby is slow with java 8: https://jira.sonarsource.com/browse/SONAR-6115 "-Djruby.compile.invokedynamic=false"; private ProcessProperties() { diff --git a/server/sonar-process/src/test/resources/org/sonar/process/ProcessTest/sonar.properties b/server/sonar-process/src/test/resources/org/sonar/process/ProcessTest/sonar.properties index 4d323dabfef..4c4ddb2f130 100644 --- a/server/sonar-process/src/test/resources/org/sonar/process/ProcessTest/sonar.properties +++ b/server/sonar-process/src/test/resources/org/sonar/process/ProcessTest/sonar.properties @@ -46,14 +46,14 @@ sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar # - It's recommended to use the latest version of the JDBC driver (ojdbc6.jar). # Download it in http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html # - Copy the driver to the directory extensions/jdbc-driver/oracle/ -# - If you need to set the schema, please refer to http://jira.codehaus.org/browse/SONAR-5000 +# - If you need to set the schema, please refer to http://jira.sonarsource.com/browse/SONAR-5000 # - Comment the embedded database and uncomment the following line: #sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE #----- PostgreSQL 8.x/9.x # Comment the embedded database and uncomment the following property to use PostgreSQL. -# If you don't use the schema named "public", please refer to http://jira.codehaus.org/browse/SONAR-5000 +# If you don't use the schema named "public", please refer to http://jira.sonarsource.com/browse/SONAR-5000 #sonar.jdbc.url=jdbc:postgresql://localhost/sonar |