[
https://issues.apache.org/jira/browse/SYNCOPE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13554030#comment-13554030
]
Hudson commented on SYNCOPE-259:
--------------------------------
Integrated in Syncope-trunk #436 (See
[https://builds.apache.org/job/Syncope-trunk/436/])
Complete[SYNCOPE-259]
Completed missing Proxy methods (Revision 1433497)
[SYNCOPE-259]
Switching console to use Spring REST Proxies (Revision 1433457)
Result = SUCCESS
jbernhardt :
Files :
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/ReportService.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/ConfigurationServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/ReportServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/UserRequestServiceProxy.java
jbernhardt :
Files :
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/ConfigurationServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/ConnectorServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/EntitlementServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/LoggerServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/NotificationServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/PolicyServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/ReportServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/ResourceServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/RoleServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/SchemaServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/SpringServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/TaskServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/UserRequestServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/UserServiceProxy.java
*
/syncope/trunk/client/src/main/java/org/apache/syncope/services/proxy/WorkflowServiceProxy.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/SyncopeApplication.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/SyncopeSession.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/AbstractAttributableRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/ApprovalRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/AuthRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/BaseRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/ConfigurationRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/ConnectorRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/LoggerRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/NotificationRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/PolicyRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/ReportRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/ResourceRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/RoleRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/SchemaRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/TaskRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/UserRequestRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/UserRestClient.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/WorkflowRestClient.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java
> 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: PolicyService.patch, ResourceService-1428511.patch,
> ResourceService.patch, 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