Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/106#discussion_r15806286
--- Diff: core/src/main/java/brooklyn/location/basic/AbstractLocation.java
---
@@ -78,6 +79,8 @@
*/
public abstract class AbstractLocation extends AbstractBrooklynObject
implements LocationInternal, HasHostGeoInfo, Configurable {
+ private static final long serialVersionUID = -7495805474138619830L;
--- End diff --
We should get rid of the `implements Serializable` - it isn't serializable
because it has a non-transient reference to ManagementContext. But we can do
our xstream magic with it. I'll look at that in a separate PR.
---
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.
---