GitHub user tomatophantastico opened a pull request:
https://github.com/apache/metamodel/pull/153
Collections instead of Arrays
This solves METAMODEL-7
This is a major API change, proceed with caution.
Lists are used in cases where order is important (schemas, tables, columns)
Collection is used, when no natural order is obvious (Relations)
Feedback is appreciated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tomatophantastico/metamodel
feature/collectionsInterfaces
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/153.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 #153
----
commit ab5c9482dd2efbb4cdc17402fddabfed05915ff2
Author: JoÌrg Unbehauen <[email protected]>
Date: 2017-07-27T11:01:26Z
first round of refactoring
commit 2d156bcd0721f436ea42c3bc4a0af314375873b4
Author: JoÌrg Unbehauen <[email protected]>
Date: 2017-07-27T16:05:40Z
now all compiling
commit 7f76973edc8e9e72bd404484585c11f156766926
Author: JoÌrg Unbehauen <[email protected]>
Date: 2017-07-27T16:18:12Z
less intrusive conversion, due to failing test cases
commit dd07999449168f2f767e68b75d90943e38028eab
Author: JoÌrg Unbehauen <[email protected]>
Date: 2017-07-28T10:16:07Z
removing the getMutableTables and casting instead
commit 44571b97562d593f5a2ac7748179464f906b269d
Author: JoÌrg Unbehauen <[email protected]>
Date: 2017-07-28T10:16:28Z
include call to loading facilities
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---