[ https://issues.apache.org/jira/browse/CAY-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15653960#comment-15653960 ]
ASF GitHub Bot commented on CAY-2136: ------------------------------------- GitHub user hugith opened a pull request: https://github.com/apache/cayenne/pull/125 CAY-2136 Allow orderedList(..) to accept Collection. Tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/godurkodi/cayenne master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/125.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 #125 ---- commit 0a1278d9a938f02cc0cff3a55345a3eeda32f79f Author: hugith <h...@karlmenn.is> Date: 2016-11-10T12:39:36Z CAY-2136 Allow orderedList(..) to accept Collection. Tests. ---- > Allow Ordering.orderedList(…) methods to accept a Collection rather than only > a List > ------------------------------------------------------------------------------------ > > Key: CAY-2136 > URL: https://issues.apache.org/jira/browse/CAY-2136 > Project: Cayenne > Issue Type: Improvement > Components: Core Library > Affects Versions: 4.0.M4 > Reporter: Hugi Thordarson > Priority: Minor > > The Ordering.orderedList(…) methods currently only accept a List-argument, > but should be able to accept Collection argument. That way, they can accept a > Set or any other unordered collection for ordering. -- This message was sent by Atlassian JIRA (v6.3.4#6332)