GitHub user tomatophantastico reopened 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 <jo...@unbehauen.net> Date: 2017-07-27T11:01:26Z first round of refactoring commit 2d156bcd0721f436ea42c3bc4a0af314375873b4 Author: JoÌrg Unbehauen <jo...@unbehauen.net> Date: 2017-07-27T16:05:40Z now all compiling commit 7f76973edc8e9e72bd404484585c11f156766926 Author: JoÌrg Unbehauen <jo...@unbehauen.net> Date: 2017-07-27T16:18:12Z less intrusive conversion, due to failing test cases commit dd07999449168f2f767e68b75d90943e38028eab Author: JoÌrg Unbehauen <jo...@unbehauen.net> Date: 2017-07-28T10:16:07Z removing the getMutableTables and casting instead commit 44571b97562d593f5a2ac7748179464f906b269d Author: JoÌrg Unbehauen <jo...@unbehauen.net> Date: 2017-07-28T10:16:28Z include call to loading facilities commit 5a9d2d146cd659b7284a65d617d7362b1ce7a5bc Author: JoÌrg Unbehauen <jo...@unbehauen.net> Date: 2017-07-28T12:15:53Z removed unnecessary braces commit 056d4d18a9284c5f037ed80e00d6c16fab0c25e1 Author: JoÌrg Unbehauen <jo...@unbehauen.net> Date: 2017-07-28T12:19:34Z removed unnecessary toArray conversion commit 6234fb4ab7fbf53c58b174e58c2435bb8079b54a Author: JoÌrg Unbehauen <jo...@unbehauen.net> Date: 2017-07-28T16:27:34Z guava now in test scope of core commit e387a5ae62b500b467fcdae3cac0513af57fc920 Author: JoÌrg Unbehauen <jo...@unbehauen.net> Date: 2017-08-02T12:39:31Z organized the imports commit 725e2102b439bbd323a44d1f6e2efb2720371b86 Author: JoÌrg Unbehauen <jo...@unbehauen.net> Date: 2017-08-02T13:05:33Z previously forgotten commit 840aea410c254e29253d46983629de03843297af Author: JoÌrg Unbehauen <jo...@unbehauen.net> Date: 2017-08-02T13:14:20Z rearranged to eclipse import style ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---