|
Rename Method public createAppNamespace(appNamespace AppNamespaceDTO) : void renamed to public createRemoteAppNamespace(appNamespace AppNamespaceDTO) : void in class com.ctrip.framework.apollo.portal.service.NamespaceService |
From |
To |
|
Rename Method public badRequest(request HttpServletRequest, ex BadRequestException) : ResponseEntity<Map<String,Object>> renamed to public accessDeny(request HttpServletRequest, ex AccessDeniedException) : ResponseEntity<Map<String,Object>> in class com.ctrip.framework.apollo.common.controller.GlobalDefaultExceptionHandler |
From |
To |
|
Rename Method public methodNotSupportedException(request HttpServletRequest, ex ServletException) : ResponseEntity<Map<String,Object>> renamed to public badRequest(request HttpServletRequest, ex ServletException) : ResponseEntity<Map<String,Object>> in class com.ctrip.framework.apollo.common.controller.GlobalDefaultExceptionHandler |
From |
To |
|
Change Parameter Type app : AppDTO to app : App in method public createApp(env Env, app App) : void in class com.ctrip.framework.apollo.portal.service.AppService |
From |
To |
|
Change Parameter Type app : AppDTO to app : App in method private enrichUserInfo(app App) : void in class com.ctrip.framework.apollo.portal.service.AppService |
From |
To |
|
Change Parameter Type app : AppDTO to app : App in method public createApp(app App) : void in class com.ctrip.framework.apollo.portal.service.AppService |
From |
To |
|
Change Parameter Type ex : BadRequestException to ex : AccessDeniedException in method public accessDeny(request HttpServletRequest, ex AccessDeniedException) : ResponseEntity<Map<String,Object>> in class com.ctrip.framework.apollo.common.controller.GlobalDefaultExceptionHandler |
From |
To |
|
Change Parameter Type app : AppDTO to app : App in method public create(env String, app App) : ResponseEntity<Void> in class com.ctrip.framework.apollo.portal.controller.AppController |
From |
To |
|
Rename Class com.ctrip.framework.apollo.portal.service.PortalConfigService renamed to com.ctrip.framework.apollo.portal.service.ConfigService |
From |
To |
|
Rename Class com.ctrip.framework.apollo.portal.controller.PortalUserInfoController renamed to com.ctrip.framework.apollo.portal.controller.UserInfoController |
From |
To |
|
Rename Class com.ctrip.framework.apollo.portal.service.PortalClusterService renamed to com.ctrip.framework.apollo.portal.service.ClusterService |
From |
To |
|
Rename Class com.ctrip.framework.apollo.portal.controller.PortalEnvController renamed to com.ctrip.framework.apollo.portal.controller.EnvController |
From |
To |
|
Rename Class com.ctrip.framework.apollo.portal.controller.PortalNamespaceController renamed to com.ctrip.framework.apollo.portal.controller.NamespaceController |
From |
To |
|
Rename Class com.ctrip.framework.apollo.portal.controller.PortalAppController renamed to com.ctrip.framework.apollo.portal.controller.AppController |
From |
To |
|
Rename Class com.ctrip.framework.apollo.portal.controller.PortalServerConfigController renamed to com.ctrip.framework.apollo.portal.controller.ServerConfigController |
From |
To |
|
Rename Class com.ctrip.framework.apollo.portal.service.PortalNamespaceService renamed to com.ctrip.framework.apollo.portal.service.NamespaceService |
From |
To |
|
Rename Class com.ctrip.framework.apollo.portal.service.PortalAppService renamed to com.ctrip.framework.apollo.portal.service.AppService |
From |
To |
|
Rename Class com.ctrip.framework.apollo.portal.controller.PortalConfigController renamed to com.ctrip.framework.apollo.portal.controller.ConfigController |
From |
To |
|
Change Attribute Type configService : PortalConfigService to configService : ConfigService in class com.ctrip.framework.apollo.portal.ConfigServiceTest |
From |
To |
|
Change Attribute Type appService : PortalAppService to appService : AppService in class com.ctrip.framework.apollo.portal.controller.AppController |
From |
To |
|
Change Attribute Type appService : PortalAppService to appService : AppService in class com.ctrip.framework.apollo.portal.ServiceExceptionTest |
From |
To |
|
Change Attribute Type namespaceService : PortalNamespaceService to namespaceService : NamespaceService in class com.ctrip.framework.apollo.portal.NamespaceServiceTest |
From |
To |
|
Change Attribute Type configService : PortalConfigService to configService : ConfigService in class com.ctrip.framework.apollo.portal.controller.ConfigController |
From |
To |
|
Change Attribute Type clusterService : PortalClusterService to clusterService : ClusterService in class com.ctrip.framework.apollo.portal.service.AppService |
From |
To |
|
Change Attribute Type namespaceService : PortalNamespaceService to namespaceService : NamespaceService in class com.ctrip.framework.apollo.portal.controller.NamespaceController |
From |
To |