the reasoning was that this could need some discussion before being deleted.
I owe you a explanation of the EventBus stuff - will come up shortly - basicly I found it easier to show a way it *could* be done and then discuss it, instead of trying to explain it in just words. /Kent Den 18-12-2015 kl. 03:19 skrev Niclas Hedhman: > :-) > Interesting to deprecate something that is not even in the 'develop' branch > yet .... > > On Fri, Dec 18, 2015 at 7:11 AM, <[email protected]> wrote: > >> 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; >> >> >> >
