GitHub user kaspersorensen opened a pull request:
https://github.com/apache/metamodel/pull/192
Added more flexible ways to create DataContextFactoryRegistry.
In the Membrane sub-project it will become relevant (for METAMODEL-1159)
to be able to make copies of the "default" registry, but with additional
tenant-specific factories, too. So this change makes it easier for
Membrane to copy a DataContextFactoryRegistry.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kaspersorensen/metamodel
composeable_datacontextfactoryregistry
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/192.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 #192
----
commit f82a5d39b3dfd7a619f8302f2cac2a6788dc6a7b
Author: Kasper Sørensen <i.am.kasper.sorensen@...>
Date: 2018-11-08T05:48:07Z
Added more flexible ways to create DataContextFactoryRegistry.
In the Membrane sub-project it will become relevant (for METAMODEL-1159)
to be able to make copies of the "default" registry, but with additional
tenant-specific factories, too. So this change makes it easier for
Membrane to copy a DataContextFactoryRegistry.
----
---