]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-11942 Drop support of Oracle 11g and 12.1
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Fri, 31 May 2019 13:01:05 +0000 (08:01 -0500)
committerSonarTech <sonartech@sonarsource.com>
Fri, 31 May 2019 18:21:12 +0000 (20:21 +0200)
sonar-application/src/main/assembly/conf/sonar.properties

index 301f1b61438fa1673eeb61117a685ec86f362895..f9bb93b326644499190dc0949e9465014b2443cd 100644 (file)
 #sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance&useSSL=false
 
 
-#----- Oracle 11g/12c
+#----- Oracle 12.2, 18c and 19c
 # The Oracle JDBC driver must be copied into the directory extensions/jdbc-driver/oracle/.
-# Only the thin client is supported, and only the versions 11.2.x or 12.2.x must be used. See
-# https://jira.sonarsource.com/browse/SONAR-9758 for more details.
+# Only the thin client is supported, and only the versions 12.2.x+ can be used.
 # If you need to set the schema, please refer to http://jira.sonarsource.com/browse/SONAR-5000
 #sonar.jdbc.url=jdbc:oracle:thin:@localhost:1521/XE