This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from d1ba3f2 This closes #1131
add 1f57355 fix time routines for parsing `1d` as day not double
add 5054c21 in parsing time, replace the unnecessary throw pattern with a
simpler if check
new e7d5bb9 This closes #1102
add 9b89106 allow programmatic reparenting
add 3a71f32 fix tests to allow reparenting
new 77c3b17 This closes #1103
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../brooklyn/core/BrooklynFeatureEnablement.java | 5 +
.../brooklyn/core/entity/AbstractEntity.java | 17 ++-
.../core/entity/OwnedChildrenDeprecatedTest.java | 38 +++----
.../java/org/apache/brooklyn/util/time/Time.java | 121 +++++++++++----------
.../org/apache/brooklyn/util/time/TimeTest.java | 7 +-
5 files changed, 102 insertions(+), 86 deletions(-)