From commits-return-45052-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Mon Apr 30 15:06:01 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 70907180647 for ; Mon, 30 Apr 2018 15:06:00 +0200 (CEST) Received: (qmail 52192 invoked by uid 500); 30 Apr 2018 13:05:59 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 52183 invoked by uid 99); 30 Apr 2018 13:05:59 -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; Mon, 30 Apr 2018 13:05:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 46691E96D8; Mon, 30 Apr 2018 13:05:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: orudyy@apache.org To: commits@qpid.apache.org Message-Id: <2d6f64b73dbb43609a0e34ae29644327@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: qpid-jms-amqp-0-x git commit: QPID-8141: [JMS AMQP 0-x] Enforce resolution of destinations with unset legacy fields Date: Mon, 30 Apr 2018 13:05:59 +0000 (UTC) Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master bcb5f70fd -> 4ef8f7a4e QPID-8141: [JMS AMQP 0-x] Enforce resolution of destinations with unset legacy fields Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/commit/4ef8f7a4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/tree/4ef8f7a4 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/diff/4ef8f7a4 Branch: refs/heads/master Commit: 4ef8f7a4e313cc92885ad5d2e0c3833df16b7d1e Parents: bcb5f70 Author: Alex Rudyy Authored: Mon Apr 30 13:54:59 2018 +0100 Committer: Alex Rudyy Committed: Mon Apr 30 13:54:59 2018 +0100 ---------------------------------------------------------------------- .../java/org/apache/qpid/client/AMQSession.java | 25 +++++++++- .../AddressBasedDestinationTest.java | 48 ++++++++++++++++++++ 2 files changed, 72 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/blob/4ef8f7a4/client/src/main/java/org/apache/qpid/client/AMQSession.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/qpid/client/AMQSession.java b/client/src/main/java/org/apache/qpid/client/AMQSession.java index 63cc7a8..cba764e 100644 --- a/client/src/main/java/org/apache/qpid/client/AMQSession.java +++ b/client/src/main/java/org/apache/qpid/client/AMQSession.java @@ -676,7 +676,30 @@ public abstract class AMQSession