GitHub user yzz127 opened a pull request:
https://github.com/apache/mnemonic/pull/93
MNEMONIC-455: Simply the Factory proxy construction
For generic case, Mnemonic usually asks for factory proxy for each of
generic type that generic class required to construct correct durable object
correctly. but there are a couple of factory operations need to implemented and
those operations are mostly repeated themselves. so we could construct a
convenient class to simply it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yzz127/mnemonic master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mnemonic/pull/93.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 #93
----
commit eb9e7f8bd67a9a4ea0b0c027e5638f8fbbd366f4
Author: Yanhui Zhao <yzhao@...>
Date: 2018-02-21T05:21:14Z
MNEMONIC-455: Simply the Factory proxy construction
----
---