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 0EDE8200C5C for ; Thu, 20 Apr 2017 20:53:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0D8FE160BB0; Thu, 20 Apr 2017 18:53:18 +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 7BB2D160B90 for ; Thu, 20 Apr 2017 20:53:17 +0200 (CEST) Received: (qmail 8790 invoked by uid 500); 20 Apr 2017 18:53:16 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 8780 invoked by uid 99); 20 Apr 2017 18:53:16 -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; Thu, 20 Apr 2017 18:53:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 97573F4A25; Thu, 20 Apr 2017 18:53:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: martyntaylor@apache.org To: commits@activemq.apache.org Date: Thu, 20 Apr 2017 18:53:17 -0000 Message-Id: <5ec76900518f49ff814aad0f21a89175@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #1216 archived-at: Thu, 20 Apr 2017 18:53:18 -0000 This closes #1216 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8a3f4ccd Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8a3f4ccd Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8a3f4ccd Branch: refs/heads/1.x Commit: 8a3f4ccd6f03661c82007cd2b7a7b23da94557f3 Parents: ec085b8 87bde15 Author: Martyn Taylor Authored: Thu Apr 20 19:52:20 2017 +0100 Committer: Martyn Taylor Committed: Thu Apr 20 19:52:20 2017 +0100 ---------------------------------------------------------------------- .../config/ActiveMQDefaultConfiguration.java | 8 ++++++ .../jdbc/store/drivers/AbstractJDBCDriver.java | 29 ++++++++++++++++++++ .../store/file/JDBCSequentialFileFactory.java | 8 ++++++ .../storage/DatabaseStorageConfiguration.java | 10 +++++++ .../deployers/impl/FileConfigurationParser.java | 1 + .../paging/impl/PagingStoreFactoryDatabase.java | 12 ++++++-- .../impl/journal/JDBCJournalStorageManager.java | 19 +++++++++++-- .../resources/schema/artemis-configuration.xsd | 7 +++++ docs/user-manual/en/persistence.md | 8 ++++-- 9 files changed, 96 insertions(+), 6 deletions(-) ----------------------------------------------------------------------