GitHub user sjcorbett opened a pull request:
https://github.com/apache/brooklyn-server/pull/936
Update Reflections dependency
0.9.9-RC1 is unable to read classes containing lambda functions. This meant
that `brooklyn list-objects` did not output all classes. Refer to
ronmamo/reflections#15 for futher context.
There is a more recent release of reflections that I think fixes further
issues (see GitHub) but it relies on Guava v20. ronmamo/reflections#194
Reflections' dependency on com.google.code.findbugs:annotations is excluded
because it clashes with a version from airline and should only be needed at
compile time anyway.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sjcorbett/brooklyn-server reflections
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/936.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #936
----
commit d03eccb6553b18627c430268f9d826d5d9284ac9
Author: Sam Corbett <sam.corbett@...>
Date: 2018-01-18T17:17:09Z
Delete useless method call in ServiceStateLogic
newEnricherForServiceUpFromChildren returns a spec which is unused.
commit 69e4b15b1ca0c743c6f74b829f74c49879f0bc6c
Author: Sam Corbett <sam.corbett@...>
Date: 2018-01-18T17:30:57Z
Update reflections dependency to 0.9.10
0.9.9-RC1 is unable to read classes containing lambda functions. This
meant that `brooklyn list-objects` did not output all classes. Refer to
https://github.com/ronmamo/reflections/issues/15 for futher context.
There is a more recent release of reflections that I think fixes further
issues (see GitHub) but it relies on Guava v20.
https://github.com/ronmamo/reflections/issues/194
Reflections' dependency on com.google.code.findbugs:annotations is
excluded because it clashes with a version from airline and should only
be needed at compile time anyway.
----
---