22 Commits

Author SHA1 Message Date
Alberto C. Ríos
e7f845127d Removing credentials-providers 2023-04-17 17:45:43 +02:00
Alberto C. Ríos
dfa19af38f Adding buildpacks to deployer properties
In order to enable multiple buildpacks to be added to the backing application manifest
2023-01-31 17:40:34 +01:00
Patrick Geschinski
eaa00d07fd docs: mention the use-spring-application-json property 2021-07-26 11:13:33 +01:00
Gareth Clay
6fed6572cb Fix CI log interleaving
* 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
2020-06-09 13:52:13 -04:00
Jay Bryant
ab2db1c50f Editing pass and doc-resources upgrade
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.
2020-04-17 10:16:06 -04:00
Roy Clarkson
65fe482234 Replace usage of 'example.com' with 'example.local' 2020-03-31 12:06:40 -04:00
Alberto Rios
53e58832d5 Adding example on how to create a custom Target service 2020-02-28 16:02:42 +01:00
Roy Clarkson
e5802e6602 Document example implementation of ServiceInstanceStateRepository
- Add example implementation in reference docs
- Include warning in javadoc and reference about using in mem implementation
in production

Resolves #257. Resolves #314
2020-01-31 12:55:13 -05:00
Roy Clarkson
c955c12a9a Improve use of code blocks in reference docs 2020-01-30 20:24:28 -05:00
Roy Clarkson
9db5ce4c4c Extract versions and urls from reference docs 2020-01-30 20:24:28 -05:00
Yuxin Bai
b0f2cbc5f4 UpdateServiceInstance creates/binds new backing services and unbinds/deletes old backing services.
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
2020-01-27 17:22:05 -05:00
Guillaume Berche
bc7d75bbe2 Configurable API polling duration to support async backing services (#289)
* 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
2019-12-16 13:03:38 +01:00
Mike Heath
b6861ea7e0 Fix services configuration example 2019-05-28 15:51:33 -04:00
Mike Heath
a85d8316f6 Fix credential-provider examples
Credential providers take a mapping, not a sequence of mappings.
2019-05-09 16:01:24 -05:00
Mike Heath
87236ad135 Fix target configuration example
target is an object, not an array
2019-05-07 18:07:33 -05:00
Roy Clarkson
d109416aa5 Add docs for app deployment workflows
Add information about create, update, and delete workflows with a caution
about certain update configurations causing downtime.

Resolves #231
2019-05-03 16:59:23 -04:00
Ben Klein
34153b482d Updates to reference documentation 2019-02-26 13:57:15 -06:00
Ben Klein
2315ec7324 First draft of reference documentation
Fixes #111
2019-02-04 13:37:57 -06:00
Ben Klein
6c342afb7a Add some reference documentation 2019-01-25 16:05:51 -06:00
Ben Klein
3ab77c35c5 Rm 'Example Service Broker' section 2019-01-15 11:28:25 -06:00
Ben Klein
b6ca81f78d Begin reference 2019-01-15 10:46:50 -06:00
Ben Klein
4fc191ac04 Add dir and modify build task for reference docs 2019-01-09 13:39:43 -06:00