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 49B2B200C53 for ; Tue, 11 Apr 2017 11:34:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 48558160B9B; Tue, 11 Apr 2017 09:34:08 +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 86FDA160B89 for ; Tue, 11 Apr 2017 11:34:07 +0200 (CEST) Received: (qmail 16534 invoked by uid 500); 11 Apr 2017 09:34:06 -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 16523 invoked by uid 99); 11 Apr 2017 09:34:06 -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, 11 Apr 2017 09:34:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 67178DFF0F; Tue, 11 Apr 2017 09:34:06 +0000 (UTC) From: aledsage To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org Message-ID: Subject: =?utf-8?q?=5BGitHub=5D_brooklyn-server_pull_request_=23626=3A_BROOKLYN-461=3A_fix_CollectionMerger=E2=80=99s_Re=2E=2E=2E?= Content-Type: text/plain Date: Tue, 11 Apr 2017 09:34:06 +0000 (UTC) archived-at: Tue, 11 Apr 2017 09:34:08 -0000 GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/626 BROOKLYN-461: fix CollectionMerger’s Ref.equals I think we've got away with this for so long because different objects didn't have the same hashcode, so it rarely had to execute the equals method! You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server BROOKLYN-461 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/brooklyn-server/pull/626.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 #626 ---- ---- --- 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. ---