cf-java-client
cf-java-client copied to clipboard
cf-maven-plugin mvn issue
Hi
I have a selenium java testng framework for web application which i need to run in pcf space I added ccf-maven-plugin but getting error java.util.map.size() because envMap is null
any help is greatly appreciated
Sorry, the Maven plugin has not been supported for a very long time. It was only part of v1.x of the cf-java-client. It's been removed for 2+, and we're presently on v5.x. If it works for you, then you're welcome to keep using it, but it's not supported.
oh ok v5.x doea it have the support for java application deploying to pcf and executing it in pcf please. I would like to use ..
my requirement is to run selenium testng script in pcf
Any help is appreciated highly, Thank you
v5.x has full support for CAPI v2 and partial support for CAPI v3. https://apidocs.cloudfoundry.org/16.22.0/
The operations library implements high-level stuff like cf push, and the client library aims to be one-to-one with CAPI.