Github user sjcorbett commented on the issue:
https://github.com/apache/brooklyn-server/pull/936
The default behaviour of the `getTypesAnnotatedWith` method in reflections
was flipped in 0.9.10 to include unannotated classes that implement annotated
interfaces. This meant that the Brooklyn catalogue contained entity
implementation classes as well their definition interfaces, and thus the test
failures.
I've modified Brooklyn's `ReflectionScanner` to tell reflections to behave
as it did before.
See reflections issue 137 for more detail.
---