[jira] [Commented] (JCLOUDS-1237) IpPermission#compareTo is inconsistent with equals

2017-02-18 Thread Geoff Macartney (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15873367#comment-15873367 ] Geoff Macartney commented on JCLOUDS-1237: -- I've PRed

[jclouds/jclouds] Add compareTo() for IpPermission. (#1064)

2017-02-18 Thread Geoff Macartney
Regarding https://issues.apache.org/jira/browse/JCLOUDS-1237 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1064 -- Commit Summary -- * Add compareTo() for IpPermission. -- File Changes -- M

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-18 Thread alibazlamit
Changing the property works, gist [here ](https://gist.github.com/alibazlamit/65611afafd7f8b1361fe6a6bad5b6e1d) and all changes requested are added. Thanks @nacx ! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-18 Thread alibazlamit
@alibazlamit pushed 1 commit. 7c8eda6 Updated with latest review changes -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds-karaf] Improvements to feature (#92)

2017-02-18 Thread Andrea Turli
andreaturli commented on this pull request. > +@RunWith(PaxExam.class) +@ExamReactorStrategy(PerMethod.class) +public class FeatureInstallationTest extends BasePaxExamTest { + + @Inject + FeaturesService featuresService; + + @Before + public void setUp() throws Exception { +