aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10057 upgrade PostgreSQL driverSimon Brandhof2017-11-241-1/+1
| | | | to fix compatibility with PostgreSQL 10.0
* Support build of SonarQube with JDK 9Simon Brandhof2017-11-231-0/+5
|
* Auto-generate sonar-ws for integration testsDaniel Schwarz2017-11-161-0/+6
|
* SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8Sébastien Lesaint2017-11-081-1/+1
|
* Automatic merge from branch-6.7ssjenka2017-11-071-1/+1
|\ | | | | | | | | * origin/branch-6.7: SONAR-9983 Upgrade to SonarPHP 2.11.0.2485
| * SONAR-9983 Upgrade to SonarPHP 2.11.0.2485Julien Lancelot2017-11-061-1/+1
| |
* | Merge remote-tracking branch 'origin/branch-6.7'Grégoire Aubert2017-11-061-1/+1
|\|
| * SONAR-9983 Upgrade to SonarJava 4.15.0.12310Julien Lancelot2017-11-061-1/+1
| |
| * Prepare for next development iterationJulien Lancelot2017-10-271-1/+1
| |
| * Release 6.76.7-RC1Julien Lancelot2017-10-271-1/+1
| |
* | Prepare for next development iterationJulien Lancelot2017-10-271-1/+1
|/
* SONAR-9983 Upgrade the packaged pluginsJulien Lancelot2017-10-271-2/+2
|
* Upgrade parent pomEric Hartmann2017-10-251-1/+1
|
* SONAR-10018 Upgrade JJWT to 0.9.0Eric Hartmann2017-10-231-4/+5
|
* SONAR-9983 Upgrade the packaged pluginsJulien Lancelot2017-10-201-7/+8
|
* Upgrade to released version of OrchestratorSimon Brandhof2017-10-201-1/+1
|
* SONAR-9828 add jaxb-api to serverSimon Brandhof2017-10-171-0/+5
| | | | | | JAXB requires to depend on Java 9 module java.xml.bind. To keep things simple, providing the library at runtime allows to use default minimal Java 9 runtime.
* SONAR-9981 Upgrade Elasticsearch to 5.6.3Daniel Schwarz2017-10-171-1/+1
|
* Remove unused dependency on commons-beanutilsSimon Brandhof2017-10-161-12/+0
|
* SONAR-9982 Upgrade to Hazelcast 3.8.6Eric Hartmann2017-10-161-1/+1
|
* SONAR-9968 distribute SonarTS on fresh installationsSimon Brandhof2017-10-161-0/+23
|
* Upgrade logback and SLF4jSimon Brandhof2017-10-161-2/+2
| | | | | | | Logback 1.1.x suffers from https://nvd.nist.gov/vuln/detail/CVE-2017-5929, which has been fixed in 1.2.0. This vulnerability can't be exploited because the Logback socket server is not enabled. Nevertheless upgrading is a best practice.
* SONAR-9978 Upgrade Tomcat to 8.5.23Simon Brandhof2017-10-161-1/+1
|
* Set Maven 3.3.9 as minimum required versionSimon Brandhof2017-10-101-1/+1
|
* Upgrade os-maven-plugin for better support of old linuxSimon Brandhof2017-10-101-1/+1
|
* Remove unused <prerequisites> field in Maven pom.xmlSimon Brandhof2017-10-101-4/+0
| | | | | This field is used only by Maven 2. In Maven 3 the version is checked by the enforcer plugin.
* Upgrade Maven plugins for compatibility with Java 9Simon Brandhof2017-10-101-9/+9
|
* Reduce verbosity of beanshell during Maven buildSimon Brandhof2017-10-101-1/+2
|
* Set version to 6.7-SNAPSHOTSimon Brandhof2017-10-091-1/+1
|
* Upgrade orchestrator to version 3.15.0.1215Simon Brandhof2017-10-021-1/+1
| | | | | It improves killing of Oracle connection orphans in integration tests.
* SONAR-9829 Upgrade Elasticsearch to 5.6.2Daniel Schwarz2017-10-021-1/+1
|
* SONAR-9829 Upgrade Elasticsearch to 5.6.1Daniel Schwarz2017-10-021-1/+1
|
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-261-5/+0
|
* update frontend-maven-pluginStas Vilchik2017-09-261-1/+1
|
* SONAR-9587 exclude non used ES modules from distribution zipSébastien Lesaint2017-09-131-0/+10
|
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-131-3/+13
|
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-121-1/+1
|
* Release 6.6-M1Simon Brandhof2017-09-121-1/+1
|
* SONAR-9714 Pass Elasticsearch settings in a yaml fileDaniel Schwarz2017-09-051-0/+5
| | | | instead of command line arguments
* SONAR-9712 Upgrade Hazelcast to 3.8.4Eric Hartmann2017-09-051-1/+1
|
* SONAR-9758 Support Oracle JDBC driver 12.2.0.1.0Simon Brandhof2017-08-281-6/+8
|
* CVE-2017-9801 ( commons-email )Vinod Anandan2017-08-221-1/+1
| | | | | When a call-site passes a subject for an email that contains line-breaks in Apache Commons Email 1.0 through 1.4, the caller can add arbitrary SMTP headers. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9801
* SONAR-8798 Upgrade packaged Elasticsearch to 5.5.1Daniel Schwarz2017-08-091-3/+5
| | | | Update of maven dependency, the packaged Elasticsearch version, add empty plugins subdirectory and minor other changes
* SONAR-8798 configure log4j to slf4j bridge for transport clientSébastien Lesaint2017-08-091-1/+12
|
* SONAR-8798 use TransportClient to check node is operationalSébastien Lesaint2017-08-091-7/+2
| | | | package org.elasticsearch.client:transport and most of its dependencies into sonar-application.jar; do not open Elasticsearch's http port by default
* SONAR-8798 compile with ES 5.0.0Sébastien Lesaint2017-08-091-1/+6
|
* Automatic merge from branch-6.5ssjenka2017-08-011-1/+1
|\ | | | | | | | | * origin/branch-6.5: SONAR-9648 upgrade SVN plugin to 1.5
| * SONAR-9648 upgrade SVN plugin to 1.5Simon Brandhof2017-08-011-1/+1
| |
* | Merge remote-tracking branch 'origin/branch-6.5'Julien Lancelot2017-08-011-5/+16
|\|
| * SONAR-9648 Upgrade bundled plugins to latest released versionsJulien Lancelot2017-08-011-5/+16
| |