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 <[email protected]> Authored: Fri Dec 18 00:11:43 2015 +0100 Committer: Kent Sølvsten <[email protected]> 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;
