From dev-return-66695-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Fri Aug 10 14:04:51 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 855BA180630 for ; Fri, 10 Aug 2018 14:04:50 +0200 (CEST) Received: (qmail 8442 invoked by uid 500); 10 Aug 2018 12:04:49 -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 8431 invoked by uid 99); 10 Aug 2018 12:04:48 -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; Fri, 10 Aug 2018 12:04:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C279ADFC30; Fri, 10 Aug 2018 12:04:48 +0000 (UTC) From: mtaylor To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #2235: Make JDBC OpenFile Thread Safe Content-Type: text/plain Date: Fri, 10 Aug 2018 12:04:48 +0000 (UTC) GitHub user mtaylor opened a pull request: https://github.com/apache/activemq-artemis/pull/2235 Make JDBC OpenFile Thread Safe You can merge this pull request into a Git repository by running: $ git pull https://github.com/mtaylor/activemq-artemis OpenFileSync Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/2235.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 #2235 ---- commit f92d7213c1c0e8cd5957625228c9e43a5793028a Author: Martyn Taylor Date: 2018-08-01T16:54:35Z Make OpenFile Thread Safe ---- ---