Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 076DB11D02 for ; Sat, 26 Jul 2014 11:56:39 +0000 (UTC) Received: (qmail 87505 invoked by uid 500); 26 Jul 2014 11:56:38 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 87464 invoked by uid 500); 26 Jul 2014 11:56:38 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 87453 invoked by uid 99); 26 Jul 2014 11:56:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jul 2014 11:56:38 +0000 Date: Sat, 26 Jul 2014 11:56:38 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-5908) Making Claims clonable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14075355#comment-14075355 ] ASF GitHub Bot commented on CXF-5908: ------------------------------------- GitHub user janbernhardt opened a pull request: https://github.com/apache/cxf/pull/15 [CXF-5908] Implemented clone, hashCode, equals and toString method for Claims You can merge this pull request into a Git repository by running: $ git pull https://github.com/janbernhardt/cxf 3.0.x-fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/15.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #15 ---- commit b3b72c951455ef95d77c60b677abc996b8dcff18 Author: Jan Bernhardt Date: 2014-07-26T09:13:00Z [CXF-5908] Implemented clone, hashCode, equals and toString method for Claims ---- > Making Claims clonable > ---------------------- > > Key: CXF-5908 > URL: https://issues.apache.org/jira/browse/CXF-5908 > Project: CXF > Issue Type: Improvement > Components: STS > Affects Versions: 2.7.12, 3.0.1 > Reporter: Jan Bernhardt > Labels: Claims, STS > > Especially when mapping claims from a source claim collection to a target claim collection, it is desirable to clone claims for the target collection (and apply modifications) so that the claim values in the source collection remain as they are. -- This message was sent by Atlassian JIRA (v6.2#6252)