nacx opened a new pull request #37: Proper exception to catch for methods with unchecked exception URL: https://github.com/apache/jclouds/pull/37 Fix a regression introduced in https://github.com/apache/jclouds/pull/34 The method implements `Function` and cannot declare an exception to be thrown, so we should only propagate RuntimeExceptions. It is fine to just catch that since the methods inside the catch block are not meant to throw checked exceptions. /cc @ak58588
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
