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 20B34200C76 for ; Sat, 13 May 2017 19:43:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1F4FA160BBB; Sat, 13 May 2017 17:43:34 +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 5E432160BB2 for ; Sat, 13 May 2017 19:43:33 +0200 (CEST) Received: (qmail 91021 invoked by uid 500); 13 May 2017 17:43:32 -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 91010 invoked by uid 99); 13 May 2017 17:43:32 -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; Sat, 13 May 2017 17:43:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 13306DFFB3; Sat, 13 May 2017 17:43:32 +0000 (UTC) From: jbertram To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #1269: Refactory to polimorphic creation connection f... Content-Type: text/plain Message-Id: <20170513174332.13306DFFB3@git1-us-west.apache.org> Date: Sat, 13 May 2017 17:43:32 +0000 (UTC) archived-at: Sat, 13 May 2017 17:43:34 -0000 Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1269 Couple of things... - I think this warrants a JIRA. Please open a JIRA at https://issues.apache.org/jira/browse/ARTEMIS with a summary of the issue. Then reference the JIRA in your commit message as described in the [Hacking Guide](https://github.com/apache/activemq-artemis/blob/master/docs/hacking-guide/en/code.md#commitMessageDetails). - The PR build failed because you have not added @Overrides to the proper methods. See [the Maven log](https://builds.apache.org/job/ActiveMQ-Artemis-PR-Build/2993/console) of the PR build for more details. --- 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. ---