]> source.dussan.org Git - sonarqube.git/commitdiff
Remove deprecated props from DatabaseProperties
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 17 May 2016 08:26:06 +0000 (10:26 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 18 May 2016 09:04:36 +0000 (11:04 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/database/DatabaseProperties.java

index a5f42d7e3f0d7397d6ad790dcf08ed5d207a7c18..2df06b208f6f963ec548bf285a15f056fe11be96 100644 (file)
@@ -21,21 +21,13 @@ package org.sonar.api.database;
 
 public interface DatabaseProperties {
 
-  int MAX_TEXT_SIZE = 16777215;
-
   String PROP_URL = "sonar.jdbc.url";
   String PROP_DRIVER = "sonar.jdbc.driverClassName";
   String PROP_USER = "sonar.jdbc.username";
 
-  /**
-   * @deprecated not documented for a while (before version 3.6) and not supported since version 5.2.
-   */
-  @Deprecated
-  String PROP_USER_DEPRECATED = "sonar.jdbc.user";
   String PROP_USER_DEFAULT_VALUE = "";
   String PROP_PASSWORD = "sonar.jdbc.password";
   String PROP_PASSWORD_DEFAULT_VALUE = "";
-  String PROP_DIALECT = "sonar.jdbc.dialect";
 
   /**
    * @since 3.2