Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2925183EE for ; Thu, 17 Dec 2015 23:11:39 +0000 (UTC) Received: (qmail 49514 invoked by uid 500); 17 Dec 2015 23:11:39 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 49494 invoked by uid 500); 17 Dec 2015 23:11:39 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 49485 invoked by uid 99); 17 Dec 2015 23:11:39 -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, 17 Dec 2015 23:11:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7FD1AE6977; Thu, 17 Dec 2015 23:11:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: soelvsten@apache.org To: commits@zest.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: zest-java git commit: ZEST-132 ModuleAssembly#withDefaultUnitOfWorkFactory deprecated (no longer needed) Date: Thu, 17 Dec 2015 23:11:39 +0000 (UTC) Repository: zest-java Updated Branches: refs/heads/ZEST-132 986652af3 -> 08b3a7d08 ZEST-132 ModuleAssembly#withDefaultUnitOfWorkFactory deprecated (no longer needed) Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/08b3a7d0 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/08b3a7d0 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/08b3a7d0 Branch: refs/heads/ZEST-132 Commit: 08b3a7d088aa79832a4992600a406d09c41d4ecf Parents: 986652a Author: Kent Sølvsten Authored: Fri Dec 18 00:11:43 2015 +0100 Committer: Kent Sølvsten Committed: Fri Dec 18 00:11:43 2015 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/zest/bootstrap/ModuleAssembly.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/08b3a7d0/core/bootstrap/src/main/java/org/apache/zest/bootstrap/ModuleAssembly.java ---------------------------------------------------------------------- diff --git a/core/bootstrap/src/main/java/org/apache/zest/bootstrap/ModuleAssembly.java b/core/bootstrap/src/main/java/org/apache/zest/bootstrap/ModuleAssembly.java old mode 100644 new mode 100755 index bdd8828..b77cf76 --- a/core/bootstrap/src/main/java/org/apache/zest/bootstrap/ModuleAssembly.java +++ b/core/bootstrap/src/main/java/org/apache/zest/bootstrap/ModuleAssembly.java @@ -110,6 +110,7 @@ public interface ModuleAssembly * albeit those Mixins are in the Core Runtime and since Core Runtime is not a direct dependency of any * other module, the classes are loaded with reflection. This may change in the future. */ + @Deprecated ModuleAssembly withDefaultUnitOfWorkFactory() throws AssemblyException;