You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Ignasi Barrera <no...@github.com> on 2015/05/01 10:49:19 UTC

[jclouds] JCLOUDS-897: Remove the Rocoto dependency (#738)

https://issues.apache.org/jira/browse/JCLOUDS-897

Remove the Rocoto dependency but keep the property expand feature.

Note that this patch also adds an exclusion for the `StringBuffer` constructor, as it is the object required by the java `Matcher` to perform the string replacements. We should be able to remove the exclusion once https://github.com/andrewgaul/modernizer-maven-plugin/issues/3 is fixed. /cc @andrewgaul 
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/738

-- Commit Summary --

  * JCLOUDS-897: Remove the Rocoto dependency
  * Configure Modernizer exclusion to allow the needed StringBuilder

-- File Changes --

    M .gitignore (2)
    M apis/swift/src/test/java/org/jclouds/openstack/swift/internal/BasePayloadTest.java (16)
    M core/pom.xml (10)
    M core/src/main/java/org/jclouds/ContextBuilder.java (23)
    D core/src/main/java/org/jclouds/config/BindPropertiesToExpandedValues.java (62)
    A core/src/main/java/org/jclouds/functions/ExpandProperties.java (110)
    M core/src/test/java/org/jclouds/ContextBuilderTest.java (37)
    M core/src/test/java/org/jclouds/apis/JcloudsTestBlobStoreApiMetadata.java (2)
    D core/src/test/java/org/jclouds/config/BindPropertiesToExpandedValuesTest.java (45)
    A core/src/test/java/org/jclouds/functions/ExpandPropertiesTest.java (74)
    M resources/modernizer_exclusions.txt (1)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/738.patch
https://github.com/jclouds/jclouds/pull/738.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/738

Re: [jclouds] JCLOUDS-897: Remove the Rocoto dependency (#738)

Posted by Ignasi Barrera <no...@github.com>.
Pushed to master.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/738#issuecomment-104211419

Re: [jclouds] JCLOUDS-897: Remove the Rocoto dependency (#738)

Posted by Ignasi Barrera <no...@github.com>.
Closed #738.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/738#event-310458515