Commit Graph

7 Commits

Author SHA1 Message Date
dependabot-preview[bot]
20408770f9 Bump cloudfoundry-client.version from 4.10.0.RELEASE to 4.12.0.RELEASE (#227)
Bumps `cloudfoundry-client.version` from 4.10.0.RELEASE to 4.12.0.RELEASE.

Updates `cloudfoundry-client-reactor` from 4.10.0.RELEASE to 4.12.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.10.0.RELEASE...v4.12.0.RELEASE)

Updates `cloudfoundry-operations` from 4.10.0.RELEASE to 4.12.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.10.0.RELEASE...v4.12.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-05 08:45:37 +01:00
dependabot-preview[bot]
57ca53041a Bump cloudfoundry-client.version from 4.9.0.RELEASE to 4.10.0.RELEASE (#224)
Bumps `cloudfoundry-client.version` from 4.9.0.RELEASE to 4.10.0.RELEASE.

Updates `cloudfoundry-client-reactor` from 4.9.0.RELEASE to 4.10.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.9.0.RELEASE...v4.10.0.RELEASE)

Updates `cloudfoundry-operations` from 4.9.0.RELEASE to 4.10.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.9.0.RELEASE...v4.10.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-17 08:53:38 +02:00
dependabot-preview[bot]
5b193975d9 Bump cloudfoundry-client.version from 4.8.0.RELEASE to 4.9.0.RELEASE (#220)
Bumps `cloudfoundry-client.version` from 4.8.0.RELEASE to 4.9.0.RELEASE.

Updates `cloudfoundry-client-reactor` from 4.8.0.RELEASE to 4.9.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.8.0.RELEASE...v4.9.0.RELEASE)

Updates `cloudfoundry-operations` from 4.8.0.RELEASE to 4.9.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.8.0.RELEASE...v4.9.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-17 11:35:48 +02:00
dependabot-preview[bot]
ccd7f41c42 Bump cloudfoundry-client.version from 4.3.0.RELEASE to 4.8.0.RELEASE
Bumps `cloudfoundry-client.version` from 4.3.0.RELEASE to 4.8.0.RELEASE.

Updates `cloudfoundry-client-reactor` from 4.3.0.RELEASE to 4.8.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.3.0.RELEASE...v4.8.0.RELEASE)

Updates `cloudfoundry-operations` from 4.3.0.RELEASE to 4.8.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.3.0.RELEASE...v4.8.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20 17:00:27 +02:00
Marcin Grzejszczak
cf6e4d7ae0 Working with calver
updated the version to 2.0.0-SNAPSHOT
2020-06-05 11:39:37 +02:00
Marcin Grzejszczak
36a8acc591 Added reactor setup 2020-01-07 16:21:19 +01:00
Marcin Grzejszczak
8992e45321 Refactoring to batch (#181)
The rationale of this pull request is to

* have more maintainable and granular code
* not maintain the custom made job engine
* allow the users to customize the defaults of the releaser more easy
* allow the users to create their own steps without the need to change any existing code
* allow the users to fully change the flows and tasks logic
* abstract underlying batch mechanism (Spring Batch) so it doesn't leak to production code
* allow parallelization of the release process and release tasks
2019-12-23 13:49:58 +01:00