Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/857#discussion_r143427971
--- Diff:
core/src/main/java/org/apache/brooklyn/core/catalog/internal/BasicBrooklynCatalog.java
---
@@ -671,6 +671,8 @@ private void
collectCatalogItemsFromItemMetadataBlock(String sourceYaml, Managed
if (scanJavaAnnotations==null || !scanJavaAnnotations) {
// don't scan
} else {
+ log.warn("Deprecated use of scanJavaAnnotations" +
(containingBundle != null ? " in bundle " + containingBundle.getVersionedName()
: ""));
--- End diff --
Shouldn't we say `Use catalog.bom instead` here?
---