Commit Graph

25 Commits

Author SHA1 Message Date
Alberto C. Ríos
ab641a2f1e Branch for 2.3.x series 2024-07-04 13:18:56 +02:00
Alberto C. Ríos
997ea0641f Upgrading to spring boot 3.2 2024-03-08 17:27:16 +01:00
Gareth Clay
d10f9dc534 Branch for 2.1.x series 2023-10-05 14:05:22 +01:00
Alberto C. Ríos
e2f1a7cc11 Removing 1.4.x because it reached EOCS (#844) 2023-09-06 10:37:24 +02:00
Alberto C. Ríos
8662de84d9 Preparing for 2.1.x release 2023-04-20 12:25:24 +02:00
Alberto C. Ríos
f9b34e4f37 Updating dependabot to reflect latest milestones 2023-01-05 12:55:27 +01:00
Alberto C. Ríos
c6bb2cf07c Fixing version numbers in README 2022-05-20 11:41:09 +02:00
Alberto C. Ríos
ce049b9c8d Updating dependabot to trigger daily
Updating README with latest upcoming release
2022-05-20 09:39:25 +02:00
Alberto C. Ríos
7303c938c9 Preparing for next release 2022-01-14 13:33:21 +01:00
Alberto C. Ríos
56364e4a5d Upgrading dependencies for 1.4
Updating pipelines
2022-01-05 12:43:44 +01:00
Gareth Clay
77b7ff1ef7 Remove Circle CI 2021-04-19 18:13:16 +01:00
Alberto Calleja
dc6c0c8ffe Updating CFJC to 5.1
Updating compatibility matrix with SCOSB and OSBAPI versions

Updating default buildpack to empty String. Nulls are not allowed by operations and the only way to enable autodiscovery is by passing and empty list, passing an empty String will trigget that behaviour. Updating tests to document the default buildpack
2021-02-23 13:05:57 +01:00
Gareth Clay
e414deab6b Remove Bamboo build badge 2020-06-10 17:13:42 +01:00
Gareth Clay
d33e84930f Fix reference documentation url
In recent versions the trailing `/html5/` in the documentation url has been removed
2020-06-08 11:37:49 +01:00
Alberto Rios
566c5b77f4 Adding links to gitter channel 2020-01-29 10:22:11 +01:00
Alberto Rios
8f6537f3e3 Linking docs, blog post and sample apps to getting started 2020-01-23 11:46:12 +01:00
Alberto Rios
14aa96050c Adding compatible versions 2019-12-12 10:24:15 +01:00
Roy Clarkson
e808d1b36e Update README.adoc
Add Bamboo build status icon
2019-03-26 13:33:51 -04:00
Scott Frederick
3876ed6cc4 Update README and add CONTRIBUTING file. 2018-12-21 11:43:56 -06:00
Scott Frederick
feac576ce5 Fix git repo links in README badges 2018-12-14 16:49:57 -06:00
Alberto Rios
f97e1e633c Adding the ability to customize the way creation parameters are mapped to SPRING_APPLICATION_JSON
Some trade-offs:
The `ParametersTransformer` interface takes all the backing apps because otherwise we wouldn't allow users to config properties for each one of them.
I went for the simple solution of adding the `Bean` instead of going all the way through strategy matched via config.

Closes #22
2018-08-27 13:31:02 +02:00
Oliver Hughes
2dd1769d18 Initial implementation of deploying an application to Cloud Foundry
Use a simple spring properties file for configuration
Support a single application per request
Implement component test using contract stubs for the CF API
Example application with configurable catalog
Exclude transitive dependency on JUnit 4.

Closes #4
2018-06-28 17:44:40 +02:00
Scott Frederick
1d9714c5a9 Add codecov badge to README. 2018-06-14 16:23:06 -05:00
Scott Frederick
4c12f48fc3 Add badges to README. 2018-06-14 16:12:51 -05:00
Roy Clarkson
0f26117730 Convert README to asciidoc 2018-05-03 17:59:20 -04:00