Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EDF19CBD for ; Wed, 8 Aug 2012 20:42:11 +0000 (UTC) Received: (qmail 70602 invoked by uid 500); 8 Aug 2012 20:42:11 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 70573 invoked by uid 500); 8 Aug 2012 20:42:11 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 70561 invoked by uid 99); 8 Aug 2012 20:42:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2012 20:42:11 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Alex.Huang@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2012 20:42:06 +0000 X-IronPort-AV: E=Sophos;i="4.77,734,1336363200"; d="scan'208";a="34030851" Received: from sjcpmailmx01.citrite.net ([10.216.14.74]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 08 Aug 2012 16:41:19 -0400 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX01.citrite.net ([10.216.14.74]) with mapi; Wed, 8 Aug 2012 13:41:18 -0700 From: Alex Huang To: "cloudstack-dev@incubator.apache.org" Date: Wed, 8 Aug 2012 13:41:14 -0700 Subject: RE: License header update for Wednesday August 8 Thread-Topic: License header update for Wednesday August 8 Thread-Index: Ac11bM36t93ZjVOHTPmFtfVN1yNdIQANCySQ Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Chip, I've removed the Base64 file from the utils branch. > Sun Licenses: > Alex is working on removing these files, and pulling in a jar during = build. > We'll need to add the CDDL licensing to the NOTICE file once that work's > complete. > incubator-cloudstack/utils/src/javax/ejb/Local.java > incubator-cloudstack/utils/src/javax/persistence/AssociationOverride.= java > incubator- > cloudstack/utils/src/javax/persistence/AssociationOverrides.java I've removed these files and pulled in the following two jars from the mave= n repository: cloud-ejb-api-3.0.jar and cloud-javax.persistence-2.0.0.jar. = I've placed the files into the deps directory so when we decide on what to= do with dependency, we can handle these files together. =20 During the removal, I realized people have actually changed these annotatio= ns. Here's how I dealt with the changes. - encryptTable was added to the Column annotation: I added an Encrypt anno= tation and changed all of the fields that had this set to true to have the = @Encrypt annotation. I would prefer that we do not deviate from standard j= avax.persistence even in this case but we'll have to deal with that later. = I've filed http://bugs.cloudstack.org/browse/CS-15918 for someone to look = into removing the @Encrypt annotation altogether. - join was added to the SecondaryTable annotation. I added JoinType annota= tion to replace this modification for now. I've filed http://bugs.cloudsta= ck.org/browse/CS-15920 for someone to remove the JoinType annotation. The = usage for this is only at SecurityGroupRulesVO and that is only used for AP= I so we should be able to remove it once API moves to a different search fr= amework. --Alex