9
Sto usando sonarqube 5.3 ultima versione e quando ho configurare le proprietà JDBC sonar nelle mie proprietà dei file utilizzandosonar proprietà JDBC non sono supportati più in sonarqube versione 5.3
property "sonar.jdbc.url", "jdbc:mysql://localhost:3306/sonar")
property "sonar.jdbc.username", "root")
property "sonar.jdbc.password", "root")
vengo messaggio di avviso
Property 'sonar.jdbc.url' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
Property 'sonar.jdbc.username' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
Property 'sonar.jdbc.password' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
Come configurare il database esterno e non utilizzare il database incorporato fornito da sonarqube?
Attualmente sto affrontando lo stesso problema ed esiste un modo per connettermi a MySQL per archiviare i dettagli. Questo problema si verifica solo dopo l'aggiornamento a SonarQube 6 – Batman