Commit Graph

17 Commits

Author SHA1 Message Date
Ryan Baxter
53eccf25f4 Add wiremock dependency 2024-11-11 14:29:55 -05:00
Ryan Baxter
a3dff9d7b4 Create tasks to create release bundles 2024-06-04 11:55:14 -04:00
Marcin Grzejszczak
aa5d636de3 Spring Boot 3 migration (#255)
* It compiles

* WIP

* Upgraded jdk to 17:

* Added tests for Github repo

* Modified the sagan client

* Updated versions
2023-06-22 16:30:34 +02:00
spencergibb
9bd1febfb6 Comment out sagan stub tests 2023-03-14 15:13:24 -04:00
Olga Maciaszek-Sharma
b3c4ef2cdc Wip upgrade deps (#252) 2022-04-01 16:48:01 +02:00
Robert McNees
886e3513d5 Update Unit Tests from JUnit4 to JUnit5 (#251)
* JUnit5 upgrade

* Refactor JUnit4 TemporaryFolder

* Remove JUnit4 dependency
2022-03-21 11:44:02 -04:00
spencergibb
ccd977974b removes hibernate-validator dependency declaration.
It is brought in by spring-boot-starter-validation
2022-02-18 14:57:10 -05:00
Spencer Gibb
e83cda4fed Updates for new sagain api, s-c-build 3.1 and boot 2.6 (#243)
Updates releaser to use spring cloud build 3.1.0

Transitively uses boot 2.6

Updates releaser to use new Sagan API

Fixes gh-196
Fixes gh-194
2022-02-18 14:29:17 -05:00
Marcin Grzejszczak
cf6e4d7ae0 Working with calver
updated the version to 2.0.0-SNAPSHOT
2020-06-05 11:39:37 +02:00
Simon Baslé
353cbc1ab7 Allow live output + output capture thanks to zt-exec (#184) 2020-01-23 18:13:55 +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
Marcin Grzejszczak
36383b14bf Releaser -> spring-cloud-release-tools 2017-03-07 22:28:44 +01:00
Marcin Grzejszczak
ea32829d6f Added support for -parent ending root poms 2017-03-07 13:42:27 +01:00
Marcin Grzejszczak
3b9f40fd75 Works fine 2017-03-07 13:13:01 +01:00
Marcin Grzejszczak
2d29748049 Updated code to use Maven Version Plugin 2017-03-07 13:00:32 +01:00
Marcin Grzejszczak
c2cf78ca72 modified the parent 2017-03-07 09:59:30 +01:00
Marcin Grzejszczak
85b718753c Multimodule project 2017-03-07 09:57:02 +01:00