Github user tbouron commented on the issue:

    https://github.com/apache/brooklyn-server/pull/859
  
    @aledsage Build failure seems related: 
    
    ```
    [ERROR] 
/home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/location/ssh/SshMachineLocation.java:[140,7]
 error: SshMachineLocation is not abstract and does not override abstract 
method <T>getConfig(HasConfigKey<T>) in Location
      where T is a type-variable:
        T extends Object declared in method <T>getConfig(HasConfigKey<T>)
    [ERROR] 
/home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/location/multi/MultiLocation.java:[56,7]
 error: MultiLocation is not abstract and does not override abstract method 
<T>getConfig(HasConfigKey<T>) in Location
      where T is a type-variable:
        T extends Object declared in method <T>getConfig(HasConfigKey<T>)
    [ERROR] 
/home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/location/byon/FixedListMachineProvisioningLocation.java:[75,7]
 error: FixedListMachineProvisioningLocation is not abstract and does not 
override abstract method <T>getConfig(HasConfigKey<T>) in Location
      where T is a type-variable:
        T extends Object declared in method <T>getConfig(HasConfigKey<T>)
    [ERROR] 
/home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/location/localhost/LocalhostMachineProvisioningLocation.java:[72,7]
 error: LocalhostMachineProvisioningLocation is not abstract and does not 
override abstract method <T>getConfig(HasConfigKey<T>) in Location
      where T is a type-variable:
        T extends Object declared in method <T>getConfig(HasConfigKey<T>)
    [ERROR] 
/home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/core/location/access/PortForwardManagerClient.java:[39,7]
 error: PortForwardManagerClient is not abstract and does not override abstract 
method <T>getConfig(HasConfigKey<T>) in Location
      where T is a type-variable:
        T extends Object declared in method <T>getConfig(HasConfigKey<T>)
    [ERROR] 
/home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/core/location/AggregatingMachineProvisioningLocation.java:[42,7]
 error: AggregatingMachineProvisioningLocation is not abstract and does not 
override abstract method <T>getConfig(HasConfigKey<T>) in Location
      where T is a type-variable:
        T extends Object declared in method <T>getConfig(HasConfigKey<T>)
    [ERROR] 
/home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests/core/src/main/java/org/apache/brooklyn/core/location/access/PortForwardManagerImpl.java:[78,7]
 error: PortForwardManagerImpl is not abstract and does not override abstract 
method <T>getConfig(HasConfigKey<T>) in Location
      where T is a type-variable:
        T extends Object declared in method <T>getConfig(HasConfigKey<T>)
    ```


---

Reply via email to