Project

General

Profile

Actions

Bug #20045

closed

Plugin does not compile in 7.0.0~beta2

Added by Vincent MEMBRÉ over 2 years ago. Updated 9 months ago.

Status:
Released
Priority:
N/A
Assignee:
-
Target version:
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 = {

Actions #1

Updated by Vincent MEMBRÉ over 2 years ago

  • Status changed from New to Pending release
Actions #2

Updated by Vincent MEMBRÉ 9 months ago

  • Status changed from Pending release to Released
Actions

Also available in: Atom PDF