* Stop logs from parallel tests interleaving with each other
* Cut down on noise and reduce page load times by only logging std
streams for tests that fail
* @Validated AT cloud foundry configuration
* Remove unnecessary Gradle tasks from the AT job since they've already
been performed as part of `build`
* Stop tests and javadoc Gradle tasks being run against docs subproject
and causing failures
#380
Edited the docs for spelling, punctuation, usage, and code formatting.
Also updated the spring-doc-resources to the latest version
(from 0.2.0 to 0.2.1), to get a bug fix.
- Add example implementation in reference docs
- Include warning in javadoc and reference about using in mem implementation
in production
Resolves#257. Resolves#314
To keep the behavior consisten, also updated delete flow to delete backing
services that the backing app are actually bound to.
As part of making the new AT pass, moved delete backing services step to
before deleting backing app.
Connects to #293
* Configurable API polling duration to support async backing services
By default cf-java-client will set a default completion timeout of 5 Mins.
The api-polling-timeout property now enables a configureable value
applied in create/update/delete service instance CF API calls for
backing services.
* Refine Configurable API polling duration to support async backing services
- now fetches the polling duration in app properties as documented, then defaults to global properties, then defaults to constant
- cleaned up comments
* Fix missing javadoc as reported by checkstyle