Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/895#discussion_r150796695
--- Diff:
rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml ---
@@ -74,18 +74,20 @@ limitations under the License.
<bean id="adjunctResourceBean"
class="org.apache.brooklyn.rest.resources.AdjunctResource"/>
<bean id="apidocResourceBean"
class="org.apache.brooklyn.rest.resources.ApidocResource"/>
<bean id="applicationResourceBean"
class="org.apache.brooklyn.rest.resources.ApplicationResource"/>
+ <bean id="bundlesResourceBean"
class="org.apache.brooklyn.rest.resources.BundleResource"/>
--- End diff --
Very minor: I'd go for `bundleResourceBean` to be consistent with all the
others. Then good to merge!
---