[
https://issues.apache.org/jira/browse/SYNCOPE-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14509194#comment-14509194
]
ASF subversion and git services commented on SYNCOPE-661:
---------------------------------------------------------
Commit bc2afa9a4cc2b9d0935c39d894f791f71bb1ec31 in syncope's branch
refs/heads/master from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=bc2afa9 ]
[SYNCOPE-661] No more overloaded list / search REST methods + helpers provided
for Java client invocation
> Remove overloaded methods from REST services
> --------------------------------------------
>
> Key: SYNCOPE-661
> URL: https://issues.apache.org/jira/browse/SYNCOPE-661
> Project: Syncope
> Issue Type: Improvement
> Reporter: Francesco Chicchiriccò
> Assignee: Francesco Chicchiriccò
> Labels: cxf, rest
> Fix For: 2.0.0
>
>
> Various REST services offer overloaded {{list()}} or {{search()}} methods,
> e.g. methods that only differ for the parameters in the signature.
> This triggers the need of CXF's custom {{QueryResourceInfoComparator}} in
> order to be able to select the appropriate method based on HTTP parameters.
> This is not in-line with JAX-RS best practice, specifically because
> parameters should not affect method selection.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)