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 D0AD9200D16 for ; Tue, 10 Oct 2017 13:12:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CF08E160BE0; Tue, 10 Oct 2017 11:12:23 +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 190511609E5 for ; Tue, 10 Oct 2017 13:12:22 +0200 (CEST) Received: (qmail 13413 invoked by uid 500); 10 Oct 2017 11:12:22 -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 13399 invoked by uid 99); 10 Oct 2017 11:12:21 -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, 10 Oct 2017 11:12:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E8B7F56A3; Tue, 10 Oct 2017 11:12:21 +0000 (UTC) From: jmesnil To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis pull request #: Content-Type: text/plain Message-Id: <20171010111221.7E8B7F56A3@git1-us-west.apache.org> Date: Tue, 10 Oct 2017 11:12:21 +0000 (UTC) archived-at: Tue, 10 Oct 2017 11:12:24 -0000 Github user jmesnil commented on the pull request: https://github.com/apache/activemq-artemis/commit/4db8cd54ca2174357e36e4f0c231ad66f128d8b8#commitcomment-24878689 In artemis-server/src/main/java/org/apache/activemq/artemis/core/config/TransformerConfiguration.java: In artemis-server/src/main/java/org/apache/activemq/artemis/core/config/TransformerConfiguration.java on line 23: In the same way, the properties should never be null (only empty). ---