Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/860#discussion_r144225324
--- Diff:
core/src/main/java/org/apache/brooklyn/core/sensor/AttributeMap.java ---
@@ -115,8 +138,12 @@ public Object getSynchObjectInternal() {
* @param newValue the new value
* @return the old value.
* @throws IllegalArgumentException if path is null or empty
+ *
+ * @deprecated since 0.13.0 becoming private; callers should only ever
use {@link #update(AttributeSensor, Object)}
--- End diff --
Should be `since 1.0.0`
---