aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main/java/org/sonar/application/JavaCommandFactoryImpl.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-131-114/+0
|
* Drop usages of MyBatis#openSession()Simon Brandhof2017-02-261-35/+35
| | | | in favor of DbClient#openSession()
* SONAR-7937 extract JavaCommandFactory from AppSébastien Lesaint2017-02-241-0/+114
and fix missing coverage on this part