Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 300B4200BD4 for ; Thu, 1 Dec 2016 12:38:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2CF8E160B0F; Thu, 1 Dec 2016 11:38:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9A65C160B0B for ; Thu, 1 Dec 2016 12:38:44 +0100 (CET) Received: (qmail 13022 invoked by uid 500); 1 Dec 2016 11:38:43 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 13007 invoked by uid 99); 1 Dec 2016 11:38:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2016 11:38:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DDC5ADFC47; Thu, 1 Dec 2016 11:38:42 +0000 (UTC) From: ahgittin To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server issue #472: Revert 5377839: Replace MultimapSerializer with ... Content-Type: text/plain Message-Id: <20161201113842.DDC5ADFC47@git1-us-west.apache.org> Date: Thu, 1 Dec 2016 11:38:42 +0000 (UTC) archived-at: Thu, 01 Dec 2016 11:38:45 -0000 Github user ahgittin commented on the issue: https://github.com/apache/brooklyn-server/pull/472 @bostko is there a reason you didn't `git revert` this? (looks like the commit is not a strict reversion as it adds new tests.) @neykov good summary of the problems. agree having the same guava version is an obvious improvement, but sounds like there will continue to be issues afterwards. unless there is an easy fix where we can continue to deserialize the old format whilst also being able to serialize and deserialize the new format (which sounds like a lot of work, unless the `GuavaModule` supports it as an option), i'd be inclined _not_ to try to get this working and focus instead on restricting serialization/deserialization to explicitly registered types, ideally using yoml, and defining our own YOML serialization rules for those cases where we really need to serialize a guava type. --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---