aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
|
* SONAR-9536 Upgrade PostgreSQL driverSimon Brandhof2017-07-121-1/+1
|
* SONAR-9535 Upgrade to MyBatis 3.4.4Eric Hartmann2017-07-111-1/+1
|
* SONAR-9520 fix Tomcat error "Unexpected state: headers already parsed"Simon Brandhof2017-07-071-7/+6
|
* Prepare for next development iterationSimon Brandhof2017-07-051-1/+1
|
* Release 6.5-M26.5-M2Simon Brandhof2017-07-051-1/+1
|
* SONAR-9198 Support multi-valued properties containing commaJulien HENRY2017-07-041-2/+2
|
* Move integration tests to directory tests/Simon Brandhof2017-06-251-2/+2
|
* Fix false-positives when downloading external files from integration testsSimon Brandhof2017-06-101-1/+1
| | | | | By upgrading to Orchestrator 3.15.0.1090. It retries download when getting a java.net.ProtocolException
* Upgrade to orchestrator 1.15.0.1083Simon Brandhof2017-06-011-1/+1
| | | | to avoid FP when downloading plugins from GitHub
* Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|
* SONAR-9221 Update embedded analyzersJulien HENRY2017-05-121-4/+4
|
* SONAR-9220 Update OkHttp to v3.7Julien HENRY2017-05-121-1/+1
|
* SONAR-9190 Embed SonarXML 4.2.885Teryk Bellahsene2017-05-121-1/+19
|
* SONAR-6135 Upgrade MySQL driver to 5.1.42Eric Hartmann2017-05-041-1/+1
| | | | Add useSSL=false to default configuration
* Upgrade to Orchestrator 3.15.0.1038Simon Brandhof2017-05-021-1/+1
| | | | to benefit from better HTTP reliability
* Minimize sonar-plugin-apiDuarte Meneses2017-04-281-1/+1
|
* SONAR-9057 add module sonar-ce-apiSébastien Lesaint2017-04-271-0/+5
| | | | this module provides code shared by sonar-web and sonar-ce
* Upgrade frontend-maven-plugin from 1.3 to 1.4Simon Brandhof2017-04-131-1/+1
|
* Increase min version of Maven from 3.0.5 to 3.2Simon Brandhof2017-04-131-0/+4
| | | | 3.0.5 was defined in parent pom
* Upgrade jacoco-maven-plugin from 0.7.5 to 0.7.9Simon Brandhof2017-04-131-1/+1
|
* Upgrade maven-surefire-plugin from 2.19.1 to 2.20Simon Brandhof2017-04-131-1/+1
|
* SONAR-7860 Remove CodeColorizerFormat APIDuarte Meneses2017-03-161-1/+0
|
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-131-0/+5
|
* Upgrade to parent 40Julien Lancelot2017-03-031-1/+1
|
* Automatic merge from branch-6.3ssjenka2017-02-271-6/+5
|\ | | | | | | | | * origin/branch-6.3: BUILD-384 Replace usage of groovy-maven-plugin (not compliant with Maven paraller execution) by beanshell-maven-plugin
| * BUILD-384 Replace usage of groovy-maven-plugin (not compliant with Maven ↵David Rautureau2017-02-241-6/+5
| | | | | | | | paraller execution) by beanshell-maven-plugin
| * Set version 6.3-SNAPSHOTSimon Brandhof2017-02-221-1/+1
| |
| * Publish version 6.3-RC3Simon Brandhof2017-02-221-1/+1
| |
* | SONAR-8818 Add Hazelcast and its configuration (#1699)Eric Hartmann2017-02-261-0/+7
| | | | | | * SONAR-8818 Introduce Hazelcast
* | Use project build dir as temporary dir for testsSimon Brandhof2017-02-261-0/+2
| |
* | Drop usages of MyBatis#openSession()Simon Brandhof2017-02-261-4/+7
| | | | | | | | in favor of DbClient#openSession()
* | Remove unused maven-release-pluginSimon Brandhof2017-02-211-23/+0
| |
* | Remove unused Maven enforcer about Java 8Simon Brandhof2017-02-211-21/+0
| |
* | Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-45/+0
| |
* | Drop unused dependency xpp3Simon Brandhof2017-02-191-5/+0
| |
* | Drop dependency on deprecated sonar-graphSimon Brandhof2017-02-191-5/+0
| |
* | Drop unused dependency bean-matchersSimon Brandhof2017-02-191-12/+0
| |
* | Drop dependency xmlunitSimon Brandhof2017-02-191-5/+0
| | | | | | | | Replaced by assertJ assertThat().isXmlEqualTo()
* | Move temp dir of build outsite projectSimon Brandhof2017-02-191-1/+0
| | | | | | | | | | | | Overriding java.io.tmpdir does not allow to detect issues with canonical path in tests. Moreover this complex (and useless) configuration does not allow to support Gradle.
* | split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-2/+17
| |
* | Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
|/
* SONAR-8545 Upgrade Tomcat from 8.5.9 to 8.5.11Simon Brandhof2017-02-111-1/+1
|
* Drop the unused coverage-per-test profile from pomSimon Brandhof2017-02-101-34/+0
|
* Drop the m2eclipse configuration from pomSimon Brandhof2017-02-101-80/+0
|
* SONAR-8566 upgrade PHP pluginSimon Brandhof2017-02-101-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-1/+1
|
* SONAR-8637 Use new versions of update center and maven packagerTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-8646 Embed SonarFlexJulien Lancelot2017-02-101-1/+23
|
* SONAR-8566 upgrade SonarSource pluginsSimon Brandhof2017-02-101-6/+11
|