]> source.dussan.org Git - sonarqube.git/commit
SONAR-6376 JSON response must have a root object
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Wed, 15 Apr 2015 15:07:03 +0000 (17:07 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 17 Apr 2015 14:46:14 +0000 (16:46 +0200)
commit58495187b8991249e3c203430178c21f101bb115
treec9b4665e6f4bc994f97b02e6aa6c366b5d3d44aa
parent6efaf159c23adb3d65af2749587e0a6fa2272923
SONAR-6376 JSON response must have a root object

this leave the door open to extend the response without breaking the API
server/sonar-server/src/main/java/org/sonar/server/plugins/ws/InstalledPluginsWsAction.java
server/sonar-server/src/main/resources/org/sonar/server/plugins/ws/example-installed_plugins.json
server/sonar-server/src/test/java/org/sonar/server/plugins/ws/InstalledPluginsWsActionTest.java