]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
12 years agoSONAR-2879 Trim paths (sources, tests, binaries, libraries) before usage
Evgeny Mandrikov [Mon, 24 Oct 2011 20:24:26 +0000 (00:24 +0400)]
SONAR-2879 Trim paths (sources, tests, binaries, libraries) before usage

12 years agoSONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access
Dinesh Bolkensteyn [Mon, 24 Oct 2011 20:35:28 +0000 (22:35 +0200)]
SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access

12 years agomend
Dinesh Bolkensteyn [Mon, 24 Oct 2011 20:16:14 +0000 (22:16 +0200)]
mend

SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access

12 years agoSONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access
Dinesh Bolkensteyn [Mon, 24 Oct 2011 13:38:20 +0000 (15:38 +0200)]
SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access

12 years agoSONAR-2796 Display which directories Sonar will use during analysis
Evgeny Mandrikov [Mon, 24 Oct 2011 15:44:42 +0000 (19:44 +0400)]
SONAR-2796 Display which directories Sonar will use during analysis

* Dedicated Initializer was created in order to do this.
* Exclusions also displayed by this component.

12 years agoSONAR-2919 Updated WS API for events
Fabrice Bellingard [Mon, 24 Oct 2011 16:48:36 +0000 (18:48 +0200)]
SONAR-2919 Updated WS API for events

12 years agoSONAR-2919 Remove old useless code
Fabrice Bellingard [Mon, 24 Oct 2011 15:15:09 +0000 (17:15 +0200)]
SONAR-2919 Remove old useless code

12 years agoMerge branch 'master' of github.com:SonarSource/sonar
Freddy Mallet [Mon, 24 Oct 2011 15:25:24 +0000 (17:25 +0200)]
Merge branch 'master' of github.com:SonarSource/sonar

12 years agoSONAR-2741 The method JavaAstScanner.scanDirectory(..) can't be called several times
Freddy Mallet [Mon, 24 Oct 2011 15:25:08 +0000 (17:25 +0200)]
SONAR-2741 The method JavaAstScanner.scanDirectory(..) can't be called several times

12 years agoSONAR-2928 Fix handling of new violations in case of null checksum
Evgeny Mandrikov [Mon, 24 Oct 2011 12:03:42 +0000 (16:03 +0400)]
SONAR-2928 Fix handling of new violations in case of null checksum

12 years agoSONAR-2919 Alert/Profile/Version event sensors fill "created_at" col.
Fabrice Bellingard [Mon, 24 Oct 2011 13:35:41 +0000 (15:35 +0200)]
SONAR-2919 Alert/Profile/Version event sensors fill "created_at" col.

12 years agoSONAR-2919 Update tests of db cleaner
Fabrice Bellingard [Mon, 24 Oct 2011 13:15:57 +0000 (15:15 +0200)]
SONAR-2919 Update tests of db cleaner

12 years agoSONAR-2696 On filters, the Name column cannot be sorted on the descending way
Simon Brandhof [Mon, 24 Oct 2011 12:57:09 +0000 (14:57 +0200)]
SONAR-2696 On filters, the Name column cannot be sorted on the descending way

12 years agoSONAR-2695 case-insensitive sort of filter results
Simon Brandhof [Mon, 24 Oct 2011 12:56:18 +0000 (14:56 +0200)]
SONAR-2695 case-insensitive sort of filter results

12 years agoSONAR-2932 log 500 errors + fix error handling in web services
Simon Brandhof [Mon, 24 Oct 2011 12:54:44 +0000 (14:54 +0200)]
SONAR-2932 log 500 errors + fix error handling in web services

12 years agoSONAR-2919 Update tests of event purge mechanism
Fabrice Bellingard [Mon, 24 Oct 2011 12:26:07 +0000 (14:26 +0200)]
SONAR-2919 Update tests of event purge mechanism

12 years agoSONAR-2919 Update Events table
Fabrice Bellingard [Mon, 24 Oct 2011 11:04:13 +0000 (13:04 +0200)]
SONAR-2919 Update Events table

Migration script:
- name column => 400
- description column => 4000
- data column removed
- tries to attach snapshots to events that do not have one

12 years agoSONAR-2715 Provide meaningful exception message, when source file cannot be imported
Evgeny Mandrikov [Mon, 24 Oct 2011 09:05:44 +0000 (13:05 +0400)]
SONAR-2715 Provide meaningful exception message, when source file cannot be imported

12 years agoFix violations
Evgeny Mandrikov [Wed, 19 Oct 2011 18:17:23 +0000 (22:17 +0400)]
Fix violations

12 years agoSONAR-2632 Remove sonar-channel buffer restriction
Evgeny Mandrikov [Fri, 21 Oct 2011 10:22:52 +0000 (14:22 +0400)]
SONAR-2632 Remove sonar-channel buffer restriction

* Add test for backward compatibility with a COBOL plugin
* Fix violations
* Simplify code

13 years agoSONAR-2929 Windows with UAC now displays Access Denied when not ran as Administrator
Dinesh Bolkensteyn [Fri, 21 Oct 2011 13:33:28 +0000 (15:33 +0200)]
SONAR-2929 Windows with UAC now displays Access Denied when not ran as Administrator

13 years agoSONAR-2632 for backward compatibility reason with COBOL plugin, we should stop readin...
Freddy Mallet [Fri, 21 Oct 2011 14:11:11 +0000 (16:11 +0200)]
SONAR-2632 for backward compatibility reason with COBOL plugin, we should stop reading a stream of characters as soon as the read(..) method returns -1 or 0

13 years agoFix "Enable GWT Dev mode for sonar-jacoco-plugin"
Fabrice Bellingard [Fri, 21 Oct 2011 13:17:26 +0000 (15:17 +0200)]
Fix "Enable GWT Dev mode for sonar-jacoco-plugin"

13 years agoSONAR-2668 Fixed problem on Email settings page
Fabrice Bellingard [Fri, 21 Oct 2011 12:55:22 +0000 (14:55 +0200)]
SONAR-2668 Fixed problem on Email settings page

13 years agoFix "Enable GWT Dev mode for sonar-jacoco-plugin"
Fabrice Bellingard [Fri, 21 Oct 2011 12:45:34 +0000 (14:45 +0200)]
Fix "Enable GWT Dev mode for sonar-jacoco-plugin"

13 years agoSONAR-2919 Change the way to handle events in Sonar
Fabrice Bellingard [Fri, 21 Oct 2011 12:25:12 +0000 (14:25 +0200)]
SONAR-2919 Change the way to handle events in Sonar

- Removed the possibility to handle them in the widget
- Added the management in the History service

Still needs to:
- Update the WS API
- Remove useless code
- Update batch side
- Write DB migration script

13 years agoFix unit test to bypass the bug SONAR-2927
Simon Brandhof [Fri, 21 Oct 2011 09:33:11 +0000 (11:33 +0200)]
Fix unit test to bypass the bug SONAR-2927

13 years agoSONAR-2923, SONAR-2632 Add javadoc and quiet close reader
Dinesh Bolkensteyn [Fri, 21 Oct 2011 07:38:50 +0000 (09:38 +0200)]
SONAR-2923, SONAR-2632 Add javadoc and quiet close reader

13 years agoSONAR-2762 Improve examples in page "project exclusions"
Evgeny Mandrikov [Thu, 20 Oct 2011 20:19:43 +0000 (00:19 +0400)]
SONAR-2762 Improve examples in page "project exclusions"

13 years agoEnable GWT Dev mode for sonar-jacoco-plugin
Evgeny Mandrikov [Thu, 20 Oct 2011 21:59:08 +0000 (01:59 +0400)]
Enable GWT Dev mode for sonar-jacoco-plugin

13 years agoUpdate list of developers
Evgeny Mandrikov [Thu, 20 Oct 2011 21:40:23 +0000 (01:40 +0400)]
Update list of developers

13 years agoSONAR-2923, SONAR-2632?: Fixed some side effects on other modules (again)
Dinesh Bolkensteyn [Thu, 20 Oct 2011 20:10:22 +0000 (22:10 +0200)]
SONAR-2923, SONAR-2632?: Fixed some side effects on other modules (again)

13 years agoSONAR-2923 and SONAR-2632: Fixed some side-effect compilations error in other modules
Dinesh Bolkensteyn [Thu, 20 Oct 2011 19:30:31 +0000 (21:30 +0200)]
SONAR-2923 and SONAR-2632: Fixed some side-effect compilations error in other modules

13 years agoSONAR-2923 and SONAR-2632: Remove sonar-channel buffer restriction and character...
Dinesh Bolkensteyn [Thu, 20 Oct 2011 18:50:42 +0000 (20:50 +0200)]
SONAR-2923 and SONAR-2632: Remove sonar-channel buffer restriction and character pushback feature

13 years agoSONAR-2762 Fully refactor construction of regular expression in WildcardPattern
Evgeny Mandrikov [Wed, 19 Oct 2011 20:40:01 +0000 (00:40 +0400)]
SONAR-2762 Fully refactor construction of regular expression in WildcardPattern

Thus now it provides correct escaping for regular expression operators.

13 years agoSONAR-2771 new URL /widget : improve error handling and security
Simon Brandhof [Thu, 20 Oct 2011 12:57:03 +0000 (14:57 +0200)]
SONAR-2771 new URL /widget : improve error handling and security

Some helper methods have been added to simplify error handling : bad_request(message), not_found(message) and access_denied.

13 years agoRemove unused RoR files (/scripts)
simonbrandhof [Wed, 19 Oct 2011 21:14:52 +0000 (23:14 +0200)]
Remove unused RoR files (/scripts)

13 years agoVarious improvements on sorting of rows in UI
simonbrandhof [Wed, 19 Oct 2011 21:07:44 +0000 (23:07 +0200)]
Various improvements on sorting of rows in UI

SONAR-2697 list of users in administration pages of roles
SONAR-2695 list of dashboards, filters, event categories, manual metrics and rules (in Quality Profiles)

13 years agoSONAR-2594 Fix tests
Evgeny Mandrikov [Wed, 19 Oct 2011 16:32:57 +0000 (20:32 +0400)]
SONAR-2594 Fix tests

13 years agoSONAR-2594 FindBugs plugin should support localized violations
Evgeny Mandrikov [Wed, 19 Oct 2011 11:42:35 +0000 (15:42 +0400)]
SONAR-2594 FindBugs plugin should support localized violations

13 years agoRemove some DEBUG logs when building plugin classloaders
Simon Brandhof [Wed, 19 Oct 2011 13:30:09 +0000 (15:30 +0200)]
Remove some DEBUG logs when building plugin classloaders

13 years agoFix logs of HTTP and database requests
Simon Brandhof [Wed, 19 Oct 2011 12:46:13 +0000 (14:46 +0200)]
Fix logs of HTTP and database requests

13 years agoChange logging level of EmailNotificationChannel from INFO to DEBUG
Simon Brandhof [Tue, 18 Oct 2011 14:03:03 +0000 (16:03 +0200)]
Change logging level of EmailNotificationChannel from INFO to DEBUG

13 years agoSONAR-2892 Add more tests and javadocs
Evgeny Mandrikov [Wed, 19 Oct 2011 08:12:15 +0000 (12:12 +0400)]
SONAR-2892 Add more tests and javadocs

13 years agoSONAR-1928 Fix various details
Fabrice Bellingard [Tue, 18 Oct 2011 16:50:13 +0000 (18:50 +0200)]
SONAR-1928 Fix various details

13 years agoSONAR-2748 Make the profile backup available as permalink
Evgeny Mandrikov [Tue, 18 Oct 2011 11:24:55 +0000 (15:24 +0400)]
SONAR-2748 Make the profile backup available as permalink

13 years agoFix config of Hibernate logs on batch side
Simon Brandhof [Tue, 18 Oct 2011 11:33:56 +0000 (13:33 +0200)]
Fix config of Hibernate logs on batch side

13 years agoSONAR-2809 Don't hide metric "Weighted violations"
Evgeny Mandrikov [Tue, 18 Oct 2011 10:27:18 +0000 (14:27 +0400)]
SONAR-2809 Don't hide metric "Weighted violations"

13 years agoFix violations
Evgeny Mandrikov [Tue, 18 Oct 2011 09:04:47 +0000 (13:04 +0400)]
Fix violations

13 years agoSONAR-2916 Default logging level should be INFO on server side
Simon Brandhof [Tue, 18 Oct 2011 08:59:35 +0000 (10:59 +0200)]
SONAR-2916 Default logging level should be INFO on server side

13 years agoSONAR-2668 Make labels non breakable on the filter screen
Fabrice Bellingard [Tue, 18 Oct 2011 08:01:25 +0000 (10:01 +0200)]
SONAR-2668 Make labels non breakable on the filter screen

13 years agoSONAR-2915 Sonar can't be started on Solaris due to upgrade of JRuby
Simon Brandhof [Tue, 18 Oct 2011 08:00:42 +0000 (10:00 +0200)]
SONAR-2915 Sonar can't be started on Solaris due to upgrade of JRuby

13 years agoSONAR-2914 Add the parameter sonar.verbose
Simon Brandhof [Tue, 18 Oct 2011 07:46:07 +0000 (09:46 +0200)]
SONAR-2914 Add the parameter sonar.verbose

13 years agoSONAR-2884 "No lines match your filter criteria" is not localized
Fabrice Bellingard [Mon, 17 Oct 2011 14:57:54 +0000 (16:57 +0200)]
SONAR-2884 "No lines match your filter criteria" is not localized

13 years agoSONAR-2863 Fix DB request to get the metrics for history table
Fabrice Bellingard [Mon, 17 Oct 2011 14:35:18 +0000 (16:35 +0200)]
SONAR-2863 Fix DB request to get the metrics for history table

When displaying the number of violations in the "History
table" widget, this number might not be the total number
of violations.

13 years agoSONAR-2913 Don't display sparkline if only 1 snapshot
Fabrice Bellingard [Mon, 17 Oct 2011 13:58:01 +0000 (15:58 +0200)]
SONAR-2913 Don't display sparkline if only 1 snapshot

In the History table, if there's only 1 snapshot, the sparkline
cannot be displayed.

13 years agoSONAR-1928 Fix problem with metric order
Fabrice Bellingard [Mon, 17 Oct 2011 13:23:58 +0000 (15:23 +0200)]
SONAR-1928 Fix problem with metric order

13 years agoSONAR-2892 Fix test
Evgeny Mandrikov [Mon, 17 Oct 2011 13:13:21 +0000 (17:13 +0400)]
SONAR-2892 Fix test

13 years agoSONAR-2892 Remove dependency on plexus-classworlds from sonar-squid-java-plugin
Evgeny Mandrikov [Mon, 17 Oct 2011 12:35:29 +0000 (16:35 +0400)]
SONAR-2892 Remove dependency on plexus-classworlds from sonar-squid-java-plugin

13 years agoSONAR-2892 Use special SquidClassLoader which can be closed
Evgeny Mandrikov [Mon, 17 Oct 2011 12:05:59 +0000 (16:05 +0400)]
SONAR-2892 Use special SquidClassLoader which can be closed

13 years agoSONAR-2834 Move Google Analytics Plugin to the forge
Evgeny Mandrikov [Thu, 13 Oct 2011 13:40:45 +0000 (17:40 +0400)]
SONAR-2834 Move Google Analytics Plugin to the forge

This includes removal of Google Analytics Account from System Info page.

13 years agoFix declaration of sonar-packaging-maven-plugin to allow proper inheritance
Evgeny Mandrikov [Fri, 14 Oct 2011 13:51:06 +0000 (17:51 +0400)]
Fix declaration of sonar-packaging-maven-plugin to allow proper inheritance

13 years agoSONAR-2908 Fix typo in in english language pack: should be 'Title' instead of 'Titre'
Evgeny Mandrikov [Fri, 14 Oct 2011 13:34:55 +0000 (17:34 +0400)]
SONAR-2908 Fix typo in in english language pack: should be 'Title' instead of 'Titre'

13 years agoSONAR-2771 inject @project into the widget template
Simon Brandhof [Fri, 14 Oct 2011 12:46:59 +0000 (14:46 +0200)]
SONAR-2771 inject @project into the widget template

13 years agoSONAR-2904 Show name of file during construction of duplications index
Evgeny Mandrikov [Thu, 13 Oct 2011 21:39:54 +0000 (01:39 +0400)]
SONAR-2904 Show name of file during construction of duplications index

13 years agoSONAR-2792 Import code of JaCoCo plugin from Plugins Forge
Evgeny Mandrikov [Thu, 13 Oct 2011 21:05:25 +0000 (01:05 +0400)]
SONAR-2792 Import code of JaCoCo plugin from Plugins Forge

Revision 4564.

13 years agoRevert bad code formatting on CorePlugin class.
Fabrice Bellingard [Thu, 13 Oct 2011 16:22:33 +0000 (18:22 +0200)]
Revert bad code formatting on CorePlugin class.

13 years agoSONAR-1928 Extract widgets from the hotspots page
Fabrice Bellingard [Thu, 13 Oct 2011 16:15:54 +0000 (18:15 +0200)]
SONAR-1928 Extract widgets from the hotspots page

This commit includes:
- SONAR-2070: new widget for most violated rules
- SONAR-2071: new widget for most violated resources
- SONAR-2902: new metric hotspot widget

13 years agoSONAR-2681 Provide meaningful error message when unable to determine Maven project...
Evgeny Mandrikov [Thu, 13 Oct 2011 11:33:22 +0000 (15:33 +0400)]
SONAR-2681 Provide meaningful error message when unable to determine Maven project structure

This occurs because of usage of Advanced Reactor Options.

13 years agoSONAR-2771 surround the widget with <div id='block_1'> in order to be consistent...
Simon Brandhof [Thu, 13 Oct 2011 10:07:05 +0000 (12:07 +0200)]
SONAR-2771 surround the widget with <div id='block_1'> in order to be consistent with dashboards

13 years agoSONAR-2771 support widget properties
Simon Brandhof [Thu, 13 Oct 2011 09:57:40 +0000 (11:57 +0200)]
SONAR-2771 support widget properties

13 years agoFix HttpDownloaderTest on Windows
Simon Brandhof [Thu, 13 Oct 2011 09:22:23 +0000 (11:22 +0200)]
Fix HttpDownloaderTest on Windows

13 years agoRemove some ignored tests and fix some commented-out code
Simon Brandhof [Thu, 13 Oct 2011 08:56:49 +0000 (10:56 +0200)]
Remove some ignored tests and fix some commented-out code

13 years agoImprove unit tests
Evgeny Mandrikov [Thu, 13 Oct 2011 06:37:49 +0000 (10:37 +0400)]
Improve unit tests

13 years agoSONAR-2896 Fix ability to configure Maven plugins under Maven 2.x
Evgeny Mandrikov [Wed, 12 Oct 2011 16:49:42 +0000 (20:49 +0400)]
SONAR-2896 Fix ability to configure Maven plugins under Maven 2.x

13 years agoSONAR-2896 Fix ability to configure Maven plugins under Maven 2.x
Evgeny Mandrikov [Wed, 12 Oct 2011 09:50:41 +0000 (13:50 +0400)]
SONAR-2896 Fix ability to configure Maven plugins under Maven 2.x

13 years agoSONAR-2771 Allow to render a single widget
simonbrandhof [Tue, 11 Oct 2011 20:19:38 +0000 (22:19 +0200)]
SONAR-2771 Allow to render a single widget

13 years agoSONAR-2875 deprecate CodeCheck CheckMessage#getChecker(), replaced by Object CheckMes...
Simon Brandhof [Tue, 11 Oct 2011 12:23:43 +0000 (14:23 +0200)]
SONAR-2875 deprecate CodeCheck CheckMessage#getChecker(), replaced by Object CheckMessage#getCheck()

13 years agoSONAR-2875 Fix backward-compatibility
Simon Brandhof [Tue, 11 Oct 2011 09:35:32 +0000 (11:35 +0200)]
SONAR-2875 Fix backward-compatibility

13 years agoSONAR-2852 CommandExecutor must explicitly close all streams
Evgeny Mandrikov [Mon, 10 Oct 2011 17:03:06 +0000 (21:03 +0400)]
SONAR-2852 CommandExecutor must explicitly close all streams

13 years agoSONAR-2872 The TimeLine widget can't be displayed with Oracle DB
Fabrice Bellingard [Mon, 10 Oct 2011 16:36:57 +0000 (18:36 +0200)]
SONAR-2872 The TimeLine widget can't be displayed with Oracle DB

13 years agoSONAR-2861 fix loading of property sonar.skippedModules
Simon Brandhof [Mon, 10 Oct 2011 15:14:19 +0000 (17:14 +0200)]
SONAR-2861 fix loading of property sonar.skippedModules

13 years agoFix dev mode
Simon Brandhof [Mon, 10 Oct 2011 13:53:04 +0000 (15:53 +0200)]
Fix dev mode

13 years agoSONAR-2887 Profile changelog: fix dropdown lists
Evgeny Mandrikov [Mon, 10 Oct 2011 13:28:34 +0000 (17:28 +0400)]
SONAR-2887 Profile changelog: fix dropdown lists

13 years agoSONAR-2861 fix loading of the property sonar.core.codeCoveragePlugin
Simon Brandhof [Mon, 10 Oct 2011 13:18:04 +0000 (15:18 +0200)]
SONAR-2861 fix loading of the property sonar.core.codeCoveragePlugin

13 years agoSONAR-2719 add brackets to timestamp
Simon Brandhof [Mon, 10 Oct 2011 13:16:35 +0000 (15:16 +0200)]
SONAR-2719 add brackets to timestamp

13 years agoSONAR-2740 Email notifications: add prefix to the sender's name
Evgeny Mandrikov [Mon, 10 Oct 2011 09:54:09 +0000 (13:54 +0400)]
SONAR-2740 Email notifications: add prefix to the sender's name

13 years agoSONAR-2719 support Maven 3
Simon Brandhof [Mon, 10 Oct 2011 09:02:26 +0000 (11:02 +0200)]
SONAR-2719 support Maven 3

13 years agoSONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ProjectConfiguration
Simon Brandhof [Mon, 10 Oct 2011 09:01:35 +0000 (11:01 +0200)]
SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ProjectConfiguration

13 years agoUpdate maven plugins
Evgeny Mandrikov [Mon, 10 Oct 2011 07:51:15 +0000 (11:51 +0400)]
Update maven plugins

13 years agoUse custom java.io.tmpdir during execution of tests
Evgeny Mandrikov [Mon, 10 Oct 2011 07:24:21 +0000 (11:24 +0400)]
Use custom java.io.tmpdir during execution of tests

13 years agoSONAR-2873 FindBugs should be disposed after usage
Evgeny Mandrikov [Mon, 10 Oct 2011 06:36:17 +0000 (10:36 +0400)]
SONAR-2873 FindBugs should be disposed after usage

13 years agoSONAR-2883 Remote the unused file conf/derby.properties
simonbrandhof [Sun, 9 Oct 2011 21:07:09 +0000 (23:07 +0200)]
SONAR-2883 Remote the unused file conf/derby.properties

13 years agoSONAR-2719 add timestamp to maven logs
simonbrandhof [Sun, 9 Oct 2011 19:59:39 +0000 (21:59 +0200)]
SONAR-2719 add timestamp to maven logs

13 years agoSONAR-2881 change the message when executing the script build-war.sh
simonbrandhof [Sun, 9 Oct 2011 16:46:39 +0000 (18:46 +0200)]
SONAR-2881 change the message when executing the script build-war.sh

13 years agoSONAR-2881 Do not rebuild the WAR file when changing conf/logback.xml
simonbrandhof [Sun, 9 Oct 2011 16:44:11 +0000 (18:44 +0200)]
SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xml

13 years agoAdd unit test BatchSettingsTest
Simon Brandhof [Fri, 7 Oct 2011 13:27:11 +0000 (15:27 +0200)]
Add unit test BatchSettingsTest

13 years agoSONAR-2875 API: deprecate the interface org.sonar.squid.api.CodeCheck
Simon Brandhof [Fri, 7 Oct 2011 13:26:54 +0000 (15:26 +0200)]
SONAR-2875 API: deprecate the interface org.sonar.squid.api.CodeCheck

13 years agoSONAR-2874 change the Oracle driver in conf/sonar.properties
Simon Brandhof [Fri, 7 Oct 2011 11:57:10 +0000 (13:57 +0200)]
SONAR-2874 change the Oracle driver in conf/sonar.properties

13 years agoSONAR-2861 New Configuration API
simonbrandhof [Tue, 4 Oct 2011 22:44:37 +0000 (00:44 +0200)]
SONAR-2861 New Configuration API

The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings.
It also implies the following issues :

SONAR-2870 do not rebuild the WAR file when editing sonar.properties
SONAR-2869 allow to use the annotations @Properties/@Property on extensions