aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8333 use orchestrator 3.13-build783 to fix SQ ITs based on logsSébastien Lesaint2016-11-161-1/+1
|
* Upgrade Elasticsearch from 2.3.3 to 2.3.5Simon Brandhof2016-09-281-1/+1
|
* Upgrade Logback from 1.1.3 to 1.1.7Simon Brandhof2016-09-281-1/+1
|
* Improve thread-safe initialization of SLF4JSimon Brandhof2016-09-211-1/+1
| | | | | http://jira.qos.ch/browse/SLF4J-167 has been fixed in SLF4J 1.7.14 so that the initialization trick can be removed from SonarQube.
* Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
|
* Revert upgrade to protobuf 3.0.xSimon Brandhof2016-09-131-1/+1
| | | | | | Versions [3.0.0-3.0.2] introduce performance regressions regarding the way protobuf is used in scanner writing of report.
* Upgrade protobuf-java from 3.0.0-beta2 to 3.0.0Simon Brandhof2016-09-121-1/+1
|
* Replace protobuf compilation from antrun to maven pluginSimon Brandhof2016-09-121-40/+22
|
* Upgrade to sonar-packaging-m-p 1.17Simon Brandhof2016-08-051-1/+1
| | | | in order to use a version that is available on maven central
* SONAR-7903 Upgrade PostgreSQL driver to 9.4.1209.jre7Simon Brandhof2016-08-051-1/+1
| | | | This is required for the support of PreparedStatement#setBinaryStream(int, InputStream)
* SONAR-7908 add integration test on ES + web nodes in clusterSimon Brandhof2016-08-031-1/+1
|
* prepare for next development iterationDavid Rautureau2016-07-201-1/+1
|
* SONAR-7857 Upgrade to update center 1.17Julien Lancelot2016-07-151-1/+1
|
* SONAR-7797 Upgrade the distributed pluginsJulien Lancelot2016-07-151-3/+3
|
* Make Xoo a SonarLint pluginJulien HENRY2016-07-121-1/+1
|
* SONAR-7741 upgrade OK HTTP to 3.3.1Sébastien Lesaint2016-07-111-3/+3
|
* SONAR-7755 deploy/plugins/index.txt should expose SonarLint compatibilityJulien HENRY2016-07-071-2/+2
|
* SONAR-7792 Upgrade MySQL driver to version 5.1.39Simon Brandhof2016-06-211-1/+1
|
* SONAR-7791 Upgrade to Tomcat 8.0.32Simon Brandhof2016-06-211-1/+1
|
* Upgrade to parent 36Simon Brandhof2016-06-211-1/+1
| | | | Allows to bypass header checks in quick-build.sh
* Disable Clirr checkSimon Brandhof2016-06-161-6/+0
| | | | As it's incompatible with Java 8
* SONAR-7713 Use JWT sessionJulien Lancelot2016-06-151-0/+21
|
* Fix OOM in buildSimon Brandhof2016-06-131-1/+8
| | | | | | due to https://issues.apache.org/jira/browse/MSOURCES-94 Reverting upgrade to parent 35 and fixing skip of enforcer rules in quick-build.sh
* Improve quick-build.shSimon Brandhof2016-06-131-7/+1
| | | | | - upgrade to parent 35 to allow to skip license header check - do not enabled enforcer on size of zip file
* Remove useless property enforcer.skipSimon Brandhof2016-06-101-1/+0
| | | | This property is already defined in profile skipSanityChecks
* Remove unused module microbenchmark-templateSimon Brandhof2016-06-061-8/+0
|
* SONAR-7653 upgrade to Elasticsearch 2.3.3Simon Brandhof2016-05-311-23/+6
|
* Automatic merge from branch-5.6Jenkins CI2016-05-301-2/+2
|\ | | | | | | | | | | | | | | | | * origin/branch-5.6: prepare for next development iteration on release branch reverse deploy exclusion cause they fails QA re-enable tests on release release 5.6-RC2 handle release distribution from travis
| * prepare for next development iteration on release branchTom2016-05-271-1/+1
| |
| * reverse deploy exclusion cause they fails QA5.6-RC2Tom2016-05-271-98/+1
| |
| * release 5.6-RC2Tom2016-05-271-1/+1
| |
| * handle release distribution from travisTom2016-05-271-1/+98
| |
* | Automatic merge from branch-5.6Jenkins CI2016-05-271-1/+1
|\| | | | | | | | | * origin/branch-5.6: Upgrade to Orchestrator 3.11
| * Upgrade to Orchestrator 3.11Simon Brandhof2016-05-271-1/+1
| | | | | | | | Fixes some FP with download of plugins
* | Automatic merge from branch-5.6Jenkins CI2016-05-271-7/+6
|\| | | | | | | | | | | | | | | | | * origin/branch-5.6: SONAR-7652 fix connection to SQL Azure Upgrade version of java 8 on Travis SONAR-7653 remove useless code SONAR-7653 remove Java option XX:MaxPermSize SONAR-7587 end of support of Java 7
| * SONAR-7653 remove Java option XX:MaxPermSizeSimon Brandhof2016-05-261-1/+1
| | | | | | | | this option is dropped from java 8
| * SONAR-7587 end of support of Java 7Simon Brandhof2016-05-261-6/+5
| | | | | | | | | | | | | | | | | | - Upgrade to parent 34, which compiles with java 8 and disable javadoc lints - Compilation with java 8 on Travis - Fix ambiguities in assertJ
* | Automatic merge from branch-5.6Jenkins CI2016-05-241-1/+3
|\| | | | | | | | | | | * origin/branch-5.6: Fix version of Oracle driver for QA Fix timeout of server startup perf test
| * Fix version of Oracle driver for QASimon Brandhof2016-05-241-1/+3
| |
| * prepare for next development iteration on release branchTom2016-05-201-1/+1
| |
| * Release 5.6-RC1Tom2016-05-201-1/+1
| |
* | Upgrade to Guava 18 (#1007)Simon Brandhof2016-05-231-8/+1
| | | | | | | | Required for upgrade to Elasticsearch 2.3 which does not shade its dependencies anymore
* | prepare for next development iterationTom2016-05-201-1/+1
|/
* Automatic merge from branch-5.5Jenkins CI2016-04-201-1/+1
|\ | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7550 Update Java plugin to 3.13.1 apply feedback for measures page (#905) change capitalization of new metrics (#906) Background tasks logs are available for project admin add web context on the measures page Add comment on query to keep authorized users for a project and a role
| * SONAR-7550 Update Java plugin to 3.13.1Teryk Bellahsene2016-04-191-1/+1
| |
| * fixed version for 5.5-SNAPSHOTTom2016-04-111-1/+1
| |
| * Fixed tests submodules pomsTom2016-04-081-2/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-2/+2
| |
| * [maven-release-plugin] prepare release 5.5-RC15.5-RC1Tom2016-04-071-2/+2
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-2/+2
| |