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 3f250e1 This closes #1293
new 0a58792 make copies of transformed maps to assist with serialization
new 2ce6f22 suppress stack trace on ConcurrentModficationException during
serialization
new 3a3d95d notes on limitation of ElectPrimaryPolicy
new 2601ea0 make Mutable{list,set,map} more robust in the face of
concurrent modifications
new 595d730 suppress exceptions by not scanning when destroying
new 648e1e9 fix rare intermittent test failure
new 7a9736e tidy elect primary policy
new 9a3f7cf This closes #1294
new 6646639 Updated to json-smart 1.4.7
new e8cee73 This closes #1292
new 186d015 Updated to Karaf 4.3.6
new 50a2ef6 This closes #1291
The 12 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:
.../BrooklynComponentTemplateResolver.java | 4 +-
.../mgmt/persist/RetryingMementoSerializer.java | 11 +++-
.../entity/group/DynamicMultiGroupImpl.java | 2 +
.../util/core/xstream/MutableListConverter.java | 77 ++++++++++++++++++++++
.../util/core/xstream/MutableSetConverter.java | 12 ++++
.../util/core/xstream/StringKeyMapConverter.java | 21 +++---
.../brooklyn/util/core/xstream/XmlSerializer.java | 3 +-
.../mgmt/internal/EntityExecutionManagerTest.java | 3 +-
.../util/core/xstream/XmlSerializerTest.java | 25 ++++---
.../policy/failover/ElectPrimaryPolicy.java | 16 ++++-
pom.xml | 4 +-
11 files changed, 149 insertions(+), 29 deletions(-)
create mode 100644
core/src/main/java/org/apache/brooklyn/util/core/xstream/MutableListConverter.java