Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA16D17673 for ; Tue, 1 Sep 2015 15:17:23 +0000 (UTC) Received: (qmail 45110 invoked by uid 500); 1 Sep 2015 15:16:50 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 45085 invoked by uid 500); 1 Sep 2015 15:16:49 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 45076 invoked by uid 99); 1 Sep 2015 15:16:49 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2015 15:16:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8484D18234D for ; Tue, 1 Sep 2015 15:16:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.794 X-Spam-Level: X-Spam-Status: No, score=0.794 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.006] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 3VEdQrA-g-KZ for ; Tue, 1 Sep 2015 15:16:34 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 99D2634A6B for ; Tue, 1 Sep 2015 15:16:27 +0000 (UTC) Received: (qmail 42356 invoked by uid 99); 1 Sep 2015 15:16:24 -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; Tue, 01 Sep 2015 15:16:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 934E0E0509; Tue, 1 Sep 2015 15:16:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heneveld@apache.org To: commits@brooklyn.incubator.apache.org Date: Tue, 01 Sep 2015 15:16:36 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [13/28] incubator-brooklyn git commit: This closes #872 This closes #872 Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/be3e182a Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/be3e182a Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/be3e182a Branch: refs/heads/master Commit: be3e182a3a7b01859ac80f5f79dbe40558183c45 Parents: 6212d19 3167af9 Author: Alex Heneveld Authored: Mon Aug 31 09:05:42 2015 +0100 Committer: Alex Heneveld Committed: Mon Aug 31 09:05:42 2015 +0100 ---------------------------------------------------------------------- .../catalog/internal/CatalogXmlSerializer.java | 3 + .../DeserializingClassRenamesProvider.java | 78 + .../core/mgmt/persist/XmlMementoSerializer.java | 10 +- .../util/core/xstream/ClassRenamingMapper.java | 72 + .../util/core/xstream/XmlSerializer.java | 14 +- .../deserializingClassRenames.properties | 1419 ++++++++++++++++++ .../mgmt/persist/XmlMementoSerializerTest.java | 164 +- .../service/BrooklynServiceTypeResolver.java | 42 +- 8 files changed, 1784 insertions(+), 18 deletions(-) ----------------------------------------------------------------------