Actions
Bug #20045
closedPlugin does not compile in 7.0.0~beta2
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
[ERROR] /home/vince/workspace/rudder-plugins/scale-out-relay/src/main/scala/com/normation/plugins/scaleoutrelay/ScaleOutRelayService.scala:64: error: too many arguments (found 3, expected 1) for method getConfigurationObject: (policyServerId: com.normation.inventory.domain.NodeId): com.normation.rudder.services.servers.PolicyServerConfigurationObjects [ERROR] val objects = PolicyServerConfigurationObjects.getConfigurationObject(nodeInfo.id, nodeInfo.hostname, nodeInfo.policyServerId) [ERROR] ^ [ERROR] /home/vince/workspace/rudder-plugins/scale-out-relay/src/main/scala/com/normation/plugins/scaleoutrelay/ScaleOutRelayService.scala:115: error: too many arguments (found 3, expected 1) for method getConfigurationObject: (policyServerId: com.normation.inventory.domain.NodeId): com.normation.rudder.services.servers.PolicyServerConfigurationObjects [ERROR] val configObjects = PolicyServerConfigurationObjects.getConfigurationObject(nodeInfo.id, nodeInfo.hostname, nodeInfo.policyServerId) [ERROR] ^ [ERROR] /home/vince/workspace/rudder-plugins/scale-out-relay/src/main/scala/com/normation/plugins/scaleoutrelay/api/ScaleOutRelayApi.scala:73: error: not found: type ApiVersion [ERROR] def process(version: ApiVersion, path: ApiPath, nodeId: String, req: Req, params: DefaultParams, authz: AuthzToken): LiftResponse = { [ERROR] ^ [ERROR] /home/vince/workspace/rudder-plugins/scale-out-relay/src/main/scala/com/normation/plugins/scaleoutrelay/api/ScaleOutRelayApi.scala:87: error: not found: type ApiVersion [ERROR] def process(version: ApiVersion, path: ApiPath, nodeId: String, req: Req, params: DefaultParams, authz: AuthzToken): LiftResponse = {
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from New to Pending release
Applied in changeset rudder:rudder-plugins|888ec091d22193c27779ff9592b578e54ba71ef3.
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending release to Released
Actions