mike-jumper opened a new pull request #713:
URL: https://github.com/apache/guacamole-client/pull/713


   As of recent changes from GUACAMOLE-462, extensions built for older 
Guacamole releases may fail with an `AbstractMethodError` due to the new 
`getUUID()` function added to the `ActivityRecord` interface. While the new 
function has a default implementation and therefore should be backward 
compatible, the `ConnectionRecord` interface redeclares `getUUID()` _without a 
default implementation_, thus causing the method to become abstract: 
https://docs.oracle.com/javase/tutorial/java/IandI/defaultmethods.html#extending
   
   This change adds a corresponding default implementation to 
`ConnectionRecord`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to