Commit Graph

785 Commits

Author SHA1 Message Date
Simon Brandhof
f6072dc842 Upgrade Elasticsearch from 2.3.3 to 2.3.5 2016-09-28 11:02:39 +02:00
Simon Brandhof
ce42c2315f Upgrade Logback from 1.1.3 to 1.1.7 2016-09-28 11:02:39 +02:00
Simon Brandhof
16bc842941 Improve thread-safe initialization of SLF4J
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.
2016-09-21 11:37:36 +02:00
David Rautureau
1d20e24831 Prepare for next development iteration 2016-09-19 17:32:59 +02:00
Simon Brandhof
cbe509977b Revert upgrade to protobuf 3.0.x
Versions [3.0.0-3.0.2] introduce performance regressions
regarding the way protobuf is used in scanner writing
of report.
2016-09-13 18:29:34 +02:00
Simon Brandhof
ed88db9843 Upgrade protobuf-java from 3.0.0-beta2 to 3.0.0 2016-09-12 14:10:30 +02:00
Simon Brandhof
6dd2472234 Replace protobuf compilation from antrun to maven plugin 2016-09-12 14:10:30 +02:00
Simon Brandhof
c64d4fa06b Upgrade to sonar-packaging-m-p 1.17
in order to use a version that is available on maven central
2016-08-05 15:58:13 +02:00
Simon Brandhof
c8bfb73f05 SONAR-7903 Upgrade PostgreSQL driver to 9.4.1209.jre7
This is required for the support of PreparedStatement#setBinaryStream(int, InputStream)
2016-08-05 15:45:01 +02:00
Simon Brandhof
d033213dad SONAR-7908 add integration test on ES + web nodes in cluster 2016-08-03 17:59:19 +02:00
David Rautureau
8de259eee6 prepare for next development iteration 2016-07-20 11:20:21 +02:00
Julien Lancelot
ee511e6f3a SONAR-7857 Upgrade to update center 1.17 2016-07-15 13:19:30 +02:00
Julien Lancelot
e787cd69f4 SONAR-7797 Upgrade the distributed plugins 2016-07-15 08:28:31 +02:00
Julien HENRY
0acf0fe5f8 Make Xoo a SonarLint plugin 2016-07-12 11:21:35 +02:00
Sébastien Lesaint
e087cc9196 SONAR-7741 upgrade OK HTTP to 3.3.1 2016-07-11 12:09:16 +02:00
Julien HENRY
e5818438a2 SONAR-7755 deploy/plugins/index.txt should expose SonarLint compatibility 2016-07-07 10:04:36 +02:00
Simon Brandhof
b8dfe17b6b SONAR-7792 Upgrade MySQL driver to version 5.1.39 2016-06-21 14:55:46 +02:00
Simon Brandhof
3e98af75d9 SONAR-7791 Upgrade to Tomcat 8.0.32 2016-06-21 14:55:46 +02:00
Simon Brandhof
b3282ed643 Upgrade to parent 36
Allows to bypass header checks in quick-build.sh
2016-06-21 14:55:46 +02:00
Simon Brandhof
d30b7dc59a Disable Clirr check
As it's incompatible with Java 8
2016-06-16 09:23:27 +02:00
Julien Lancelot
6f49a9466a SONAR-7713 Use JWT session 2016-06-15 11:08:36 +02:00
Simon Brandhof
12c991a690 Fix OOM in build
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
2016-06-13 17:10:36 +02:00
Simon Brandhof
b749e03a47 Improve quick-build.sh
- upgrade to parent 35 to allow to skip license header check
- do not enabled enforcer on size of zip file
2016-06-13 16:11:50 +02:00
Simon Brandhof
c6a2bca031 Remove useless property enforcer.skip
This property is already defined in profile skipSanityChecks
2016-06-10 22:03:49 +02:00
Simon Brandhof
c6dd2a5e2a Remove unused module microbenchmark-template 2016-06-06 09:41:01 +02:00
Simon Brandhof
05266f9488 SONAR-7653 upgrade to Elasticsearch 2.3.3 2016-05-31 21:30:56 +02:00
Jenkins CI
23c7f3afc2 Automatic merge from branch-5.6
* 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
2016-05-30 08:08:30 +02:00
Tom
c4beaca801 prepare for next development iteration on release branch 2016-05-27 17:49:28 +02:00
Tom
ad239bd651 reverse deploy exclusion cause they fails QA 2016-05-27 17:14:46 +02:00
Tom
ce1b331448 release 5.6-RC2 2016-05-27 16:57:51 +02:00
Tom
b77f2409e4 handle release distribution from travis 2016-05-27 16:56:33 +02:00
Jenkins CI
86b0713c92 Automatic merge from branch-5.6
* origin/branch-5.6:
  Upgrade to Orchestrator 3.11
2016-05-27 10:44:41 +02:00
Simon Brandhof
648b9bfb47 Upgrade to Orchestrator 3.11
Fixes some FP with download of plugins
2016-05-27 10:21:04 +02:00
Jenkins CI
b1d1599fdc Automatic merge from branch-5.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
2016-05-27 10:10:42 +02:00
Simon Brandhof
9ad75916d9 SONAR-7653 remove Java option XX:MaxPermSize
this option is dropped from java 8
2016-05-26 16:02:28 +02:00
Simon Brandhof
45248a9390 SONAR-7587 end of support of Java 7
- Upgrade to parent 34, which compiles
  with java 8 and disable javadoc lints

- Compilation with java 8 on Travis

- Fix ambiguities in assertJ
2016-05-26 15:52:00 +02:00
Jenkins CI
dd67aa0a74 Automatic merge from branch-5.6
* origin/branch-5.6:
  Fix version of Oracle driver for QA
  Fix timeout of server startup perf test
2016-05-24 15:49:44 +02:00
Simon Brandhof
2a29274195 Fix version of Oracle driver for QA 2016-05-24 15:34:05 +02:00
Simon Brandhof
9121d8b55d Upgrade to Guava 18 (#1007)
Required for upgrade to Elasticsearch 2.3 which
does not shade its dependencies anymore
2016-05-23 14:46:28 +02:00
Tom
22e7e82183 prepare for next development iteration 2016-05-20 17:28:19 +02:00
Tom
eb9621b54f prepare for next development iteration on release branch 2016-05-20 17:20:44 +02:00
Tom
2fa37314b8 Release 5.6-RC1 2016-05-20 10:05:32 +02:00
Jenkins CI
362dc21e8d Automatic merge from branch-5.5
* 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
2016-04-20 08:01:02 +02:00
Teryk Bellahsene
c2412a35e2 SONAR-7550 Update Java plugin to 3.13.1 2016-04-19 17:47:48 +02:00
Tom
18ecc4bf84 fixed version for 5.5-SNAPSHOT 2016-04-11 10:00:42 +02:00
Tom
8f77404ca7 Fixed tests submodules poms 2016-04-08 15:06:43 +02:00
Tom
2893ef9014 Fixed tests submodules poms 2016-04-08 15:03:26 +02:00
Tom
624a75a51a [maven-release-plugin] prepare for next development iteration 2016-04-07 15:38:57 +02:00
Tom
4c34f8c245 [maven-release-plugin] prepare release 5.5-RC1 2016-04-07 15:38:57 +02:00
Tom
b15cd7a39f [maven-release-plugin] prepare for next development iteration 2016-04-07 15:23:57 +02:00