[
https://issues.apache.org/jira/browse/SYNCOPE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13542941#comment-13542941
]
Hudson commented on SYNCOPE-259:
--------------------------------
Integrated in Syncope-trunk #398 (See
[https://builds.apache.org/job/Syncope-trunk/398/])
[SYNCOPE-259]
Introduces ConfigurationService Interface (Revision 1428273)
[SYNCOPE-259]
Introduces EntitlementService Interface and EntitlementServiceProxy which is
used in Integration-Tests (Revision 1427850)
[SYNCOPE-259]
Introduces RoleService Interface and RoleServiceProxy which is used for
Integration-Tests (Revision 1427826)
[SYNCOPE-259]
Applied patch from Christian and added User Search Methods & Tests (Revision
1427749)
Result = SUCCESS
jbernhardt :
Files :
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/ConfigurationService.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/ConfigurationServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/EntitlementService.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/EntitlementServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/RoleService.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/RoleServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/SpringServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/UserService.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/UserServiceProxy.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/ConfigurationController.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/ConfigurationTestITCase.java
jbernhardt :
Files :
*
/syncope/trunk/client/src/main/java/org/apache/syncope/client/to/EntitlementTO.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/EntitlementService.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/EntitlementServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/RoleServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/SpringServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/UserServiceProxy.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AuthenticationTestITCase.java
jbernhardt :
Files :
*
/syncope/trunk/client/src/main/java/org/apache/syncope/client/mod/StatusMod.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/RoleService.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/RoleServiceProxy.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/RoleTestITCase.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/SearchTestITCase.java
jbernhardt :
Files :
* /syncope/trunk/client/pom.xml
* /syncope/trunk/client/src/main/java/org/apache/syncope/services
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/UserService.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/UserServiceProxy.java
* /syncope/trunk/core
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/SearchTestITCase.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/UserTestITCase.java
* /syncope/trunk/pom.xml
> Create transitional Service interfaces and switch tests and console to use
> them
> -------------------------------------------------------------------------------
>
> Key: SYNCOPE-259
> URL: https://issues.apache.org/jira/browse/SYNCOPE-259
> Project: Syncope
> Issue Type: Improvement
> Components: client, console, core
> Affects Versions: 1.1.0
> Reporter: Christian Schneider
> Assignee: Jan Bernhardt
> Fix For: 1.1.0
>
> Attachments: SYNCOPE-259.patch
>
>
> As preparation of the change to use CXF instead of Spring MVC REST
> controllers this issue is to introduce transitional service interfaces (like
> as UserService).
> The UserService interface should later be used in the core to provide the
> UserController and on the console to access the service remotely.
> To make the transition easier the idea is to already introduce the interface
> upfront and change all tests and the console to use it. Before the switch the
> implementation of the interface will simply use the restTemplate under the
> covers.
> This to be applied similarly to all Spring MVC REST controllers.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira