From dev-return-63388-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Wed Jan 17 09:09:33 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 76AC818062C for ; Wed, 17 Jan 2018 09:09:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 66C3C160C35; Wed, 17 Jan 2018 08:09:33 +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 A586A160C1B for ; Wed, 17 Jan 2018 09:09:32 +0100 (CET) Received: (qmail 57105 invoked by uid 500); 17 Jan 2018 08:09:31 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 57094 invoked by uid 99); 17 Jan 2018 08:09:31 -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; Wed, 17 Jan 2018 08:09:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 272EBDFCDE; Wed, 17 Jan 2018 08:09:31 +0000 (UTC) From: michaelandrepearce To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis pull request #1778: ARTEMIS-1609 restore 'name' to ActiveMQ... Content-Type: text/plain Message-Id: <20180117080931.272EBDFCDE@git1-us-west.apache.org> Date: Wed, 17 Jan 2018 08:09:31 +0000 (UTC) Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1778#discussion_r161978819 --- Diff: artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQTopic.java --- @@ -40,8 +40,12 @@ public ActiveMQTopic(final String address) { this(address, false); } + public ActiveMQTopic(final String address, final String name) { --- End diff -- Please mark as deprecated ---