Commit Graph

17 Commits

Author SHA1 Message Date
Marcin Grzejszczak
eec0c07437 Fixed the Gradle setup
- updated Gradle to 8.3
- downgraded Spring Framework JAR in the SCC Gradle plugin due to https://github.com/gradle/gradle/issues/25434
2023-09-06 14:30:56 +02:00
Marcin Grzejszczak
1999066c5a Left 1 type of messaging contract - code triggers an output
we're removing 2 additional types of messaging contracts
we're removing any leftovers of rabbit and kafka support - users will need to provide their own message receiver and a message sender
2022-11-15 16:10:44 +01:00
spencergibb
1fe09d5e41 Updates gradle to 7.4.1 2022-03-11 14:16:19 -05:00
Spencer Gibb
dffe488857 Updates to version 4.0.0-SNAPSHOT (#1747)
* Updates to version 4.0.0-SNAPSHOT

Updates to Java 17, framework 6, boot 3 and Jakarta EE

Missing support for versions of rest assured, activemq-pool & jersey-client

* Additional jdk17, spring cloud 2021, boot 3 upgrades

* Fixed invalid version

Co-authored-by: Marcin Grzejszczak <marcin@grzejszczak.pl>
Co-authored-by: Marcin Grzejszczak <mgrzejszczak@vmware.com>
2022-01-14 11:18:01 +01:00
Marcin Grzejszczak
239f349140 Upgraded Gradle to 7.3 2021-11-29 11:07:36 +01:00
Marcin Grzejszczak
f703266120 Bumped Gradle to 7.2; fixes gh-1712 2021-09-02 11:47:02 +02:00
Marcin Grzejszczak
d7b82f10b6 Fixing jdk16 2021-07-13 15:40:18 +02:00
Marcin Grzejszczak
01a4c9a23c Works with JDK16 2021-05-05 13:15:47 +02:00
Marcin Grzejszczak
a915cf102b Messaging polyglot support (#1472)
added support for AMQP, KAFKA and standalone options
2020-08-21 18:05:32 +02:00
Olga Maciaszek-Sharma
a5b64c6958 Upgrade gradle for docker builds. Upgrade kotlin. 2020-05-15 18:04:32 +02:00
Marcin Grzejszczak
972df3d412 Updated Gradle to 6.3 2020-04-02 15:00:49 +02:00
Marcin Grzejszczak
0064ea41a6 Upgraded Gradle to 6.2.2 2020-03-18 11:15:15 +01:00
Marcin Grzejszczak
cf9ea03df3 Merge branch '2.1.x' 2019-09-26 15:09:53 +02:00
Marcin Grzejszczak
6b9e377487 Rewriting to java (#1131)
* Rewritting to java

- rewritten a lot of Spring Cloud Contract Spec module to Java
- extracted all Groovy stuff to a separate package
- will now continue writing extension modules
- spring-cloud-contract-spec will be written purely in java
- spring-cloud-contract-spec-groovy will have Groovy extensions

fixes gh-1130
2019-07-08 14:15:21 +02:00
Marcin Grzejszczak
1e11e99dac Bumped Gradle 5.5 in the docker image 2019-07-05 10:20:41 +02:00
Marcin Grzejszczak
34c2ed0330 Migrated to Ubuntu:18.10 and Java installation via SDKMan. Fixes gh-754 2018-10-19 16:14:12 +02:00
Marcin Grzejszczak
37d7e8cfd3 Docker images (#527)
with this change we're adding generation of 2 docker images - verifier and stub runner
we also added a project `spring-cloud-contract-stub-runner-boot` which contains a far jar with stub runner boot

fixes gh-526, gh-516
2018-01-24 17:07:22 +01:00