Skip to content

Add support for SonarQube 6.2#22

Open
jpmat296 wants to merge 1 commit into
willmanio:masterfrom
jpmat296:for_pr_201701
Open

Add support for SonarQube 6.2#22
jpmat296 wants to merge 1 commit into
willmanio:masterfrom
jpmat296:for_pr_201701

Conversation

@jpmat296

Copy link
Copy Markdown

-> Tests updated to use Java 8 since it's required by SQ 6.2

Some Cookbook configuration attributes are not documented in default
configuration file SQ 6.2. They are not supported when this cookbook
is used for SQ 6.2:

  • sonar.ajp.port
  • sonar.log.profilingLevel
  • sonar.rails.dev
  • sonar.web.https.acceptCount
  • sonar.web.https.clientAuth
  • sonar.web.https.keyAlias
  • sonar.web.https.keyPass
  • sonar.web.https.keystoreFile
  • sonar.web.https.keystorePass
  • sonar.web.https.keystoreProvider
  • sonar.web.https.keystoreType
  • sonar.web.https.maxThreads
  • sonar.web.https.minThreads
  • sonar.web.https.port
  • sonar.web.https.truststoreFile
  • sonar.web.https.truststorePass
  • sonar.web.https.truststoreProvider
  • sonar.web.https.truststoreType

A new attribute is added:

  • sonar.log.level

Signed-off-by: Jean-Pierre Matsumoto jpmat296@gmail.com

 -> Tests updated to use Java 8 since it's required by SQ 6.2

Some Cookbook configuration attributes are not documented in default
configuration file SQ 6.2. They are not supported when this cookbook
is used for SQ 6.2:

 - sonar.ajp.port
 - sonar.log.profilingLevel
 - sonar.rails.dev
 - sonar.web.https.acceptCount
 - sonar.web.https.clientAuth
 - sonar.web.https.keyAlias
 - sonar.web.https.keyPass
 - sonar.web.https.keystoreFile
 - sonar.web.https.keystorePass
 - sonar.web.https.keystoreProvider
 - sonar.web.https.keystoreType
 - sonar.web.https.maxThreads
 - sonar.web.https.minThreads
 - sonar.web.https.port
 - sonar.web.https.truststoreFile
 - sonar.web.https.truststorePass
 - sonar.web.https.truststoreProvider
 - sonar.web.https.truststoreType

A new attribute is added:

 - sonar.log.level

Signed-off-by: Jean-Pierre Matsumoto <jpmat296@gmail.com>
@dschlenk dschlenk mentioned this pull request Jan 30, 2017
@jpmat296

Copy link
Copy Markdown
Author

sonar.embeddedDatabase.port
sonar.embeddedDatabase.dataDir

These properties must be commented when not embedded database is used.

HTH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant