Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/303#discussion_r19935450
--- Diff:
core/src/main/java/brooklyn/entity/rebind/persister/BrooklynMementoPersisterToObjectStore.java
---
@@ -96,6 +93,10 @@
"Maximum number of attempts to serialize a memento (e.g. if
first attempts fail because of concurrent modifications of an entity)",
5);
+ static final BrooklynObjectType[] PERSISTED_OBJECT_TYPES_IN_ORDER =
new BrooklynObjectType[] {
--- End diff --
Personal preference for `ImmutableList.of(...)`. Then it really is an
immutable constant.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---