You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ge...@apache.org on 2018/01/19 15:43:17 UTC

[3/3] brooklyn-server git commit: Closes #936

Closes #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.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/97f663e8
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/97f663e8
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/97f663e8

Branch: refs/heads/master
Commit: 97f663e8c34623577d518ef5b37e81f791c6eb4a
Parents: 5a0c7a8 2ad4c8f
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Fri Jan 19 15:42:32 2018 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Fri Jan 19 15:42:32 2018 +0000

----------------------------------------------------------------------
 .../core/entity/lifecycle/ServiceStateLogic.java        |  1 -
 .../brooklyn/util/core/javalang/ReflectionScanner.java  | 12 +++++++-----
 parent/pom.xml                                          |  6 ++++++
 pom.xml                                                 |  2 +-
 .../rest/resources/BundleAndTypeResourcesTest.java      |  6 +++---
 .../brooklyn/rest/resources/CatalogResourceTest.java    |  8 ++++----
 .../org/apache/brooklyn/cli/lister/ClassFinder.java     |  5 ++---
 7 files changed, 23 insertions(+), 17 deletions(-)
----------------------------------------------------------------------