@jdaggett: what would you say to merging this? It doesn't fix the issue, but it does at least prevent the JVM crash when trying to run `mvn clean integration-test -Dtest=SwiftContainerLiveTest -Plive` in apis/swift.
Without this change: ``` ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.jclouds.openstack.swift.blobstore.integration.SwiftContainerLiveTest Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configur ator@3cd41115 org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.In vocationTargetException; nested exception is java.lang.reflect.InvocationTargetE xception: null java.lang.reflect.InvocationTargetException ... ``` With: ``` ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.jclouds.openstack.swift.blobstore.integration.SwiftContainerLiveTest Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configur ator@6f112776 Starting test testPublicAccess(org.jclouds.openstack.swift.blobstore.integration .SwiftContainerLiveTest) ... Tests run: 8, Failures: 1, Errors: 0, Skipped: 7 ``` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/351#issuecomment-44763306