Commit Graph

677 Commits

Author SHA1 Message Date
buildmaster
d22f54c915 Going back to snapshots 2021-05-28 07:26:02 +00:00
buildmaster
ddc05a9c00 Update SNAPSHOT to 3.0.3 2021-05-28 07:08:54 +00:00
buildmaster
2ffab7b954 Bumping versions to 3.0.4-SNAPSHOT after release 2021-05-27 10:14:43 +00:00
buildmaster
13b3406698 Going back to snapshots 2021-05-27 10:14:42 +00:00
buildmaster
11f0c07ac7 Update SNAPSHOT to 3.0.3 2021-05-27 09:54:00 +00:00
Marcin Grzejszczak
bfb5e0240b Making the tests less brittle 2021-05-13 14:03:19 +02:00
spencergibb
5fc90ed3f3 Revert "Removes stream version references"
This reverts commit 62597cbc
2021-03-26 13:40:11 -04:00
spencergibb
62597cbc17 Removes stream version references 2021-03-26 11:27:01 -04:00
Oleg Zhurakousky
fa54b42fea Update versions of spring-cloud-stream 2021-03-26 08:23:18 +01:00
spencergibb
04f9fe8fb7 Revert "Ignores tests failing in releaser"
This reverts commit 6cc2e176
2021-03-18 11:58:25 -04:00
buildmaster
3a6aceedcc Bumping versions to 3.0.3-SNAPSHOT after release 2021-03-17 22:59:11 +00:00
buildmaster
a1a706116f Going back to snapshots 2021-03-17 22:59:10 +00:00
buildmaster
a8da7f0aac Update SNAPSHOT to 3.0.2 2021-03-17 22:47:08 +00:00
spencergibb
6cc2e17675 Ignores tests failing in releaser 2021-03-17 15:52:06 -04:00
Marcin Grzejszczak
fed305485c Merge branch '2.2.x' 2021-02-05 13:12:40 +01:00
bono007
9a5c5a03f1 Adds support for Kafka message keys in contracts (#1585)
* Adds support for Kafka message keys in contracts

* Updated doc to include note on Kafka key SerDes

* Removes unintentional changes from previous commit.

Fixes gh-1267
2021-02-04 13:44:10 +01:00
buildmaster
9a615c8f05 Bumping versions to 3.0.2-SNAPSHOT after release 2021-01-27 22:10:16 +00:00
buildmaster
40feade942 Going back to snapshots 2021-01-27 22:10:15 +00:00
buildmaster
aa1be4eeda Update SNAPSHOT to 3.0.1 2021-01-27 21:57:05 +00:00
Marcin Grzejszczak
a4224d9e4f Going back to snapshots 2020-12-22 01:08:33 +01:00
Olga Maciaszek-Sharma
6a30d2cb78 Adjust to changes in commons. 2020-12-18 18:35:19 +01:00
buildmaster
ed2e9e6633 Going back to snapshots 2020-12-11 23:00:43 +00:00
buildmaster
5702a15b91 Update SNAPSHOT to 3.0.0-RC1 2020-12-11 22:49:57 +00:00
buildmaster
a3268f908a Going back to snapshots 2020-12-01 23:43:23 +00:00
buildmaster
5625fc8972 Update SNAPSHOT to 3.0.0-M6 2020-12-01 23:31:52 +00:00
Marcin Grzejszczak
d8f6e17af5 Removed most of deprecations; fixes gh-1570 2020-11-26 12:58:47 +01:00
buildmaster
f11212c2c1 Going back to snapshots 2020-11-17 21:41:10 +00:00
buildmaster
6a0b4555ea Update SNAPSHOT to 3.0.0-M5 2020-11-17 21:29:39 +00:00
Marcin Grzejszczak
36efa18caf Downgraded maven resolver to 1.4 to align with Maven 3.6 2020-11-12 18:21:29 +01:00
Marcin Grzejszczak
0d761309fd Merge remote-tracking branch 'origin/2.2.x' 2020-11-10 22:19:23 +01:00
Marcin Grzejszczak
6873826d72 Made the StubGenerators not check if they are applicable to a file 2020-11-10 17:51:01 +01:00
Marcin Grzejszczak
d92d224e20 Merge remote-tracking branch 'origin/2.2.x' 2020-11-10 15:35:41 +01:00
Marcin Grzejszczak
0cbf8e9ca7 Introduced File for verifying if a stubgenerator should be used 2020-11-10 14:50:26 +01:00
buildmaster
8871838e69 Bumping versions to 2.2.6.BUILD-SNAPSHOT after release 2020-11-09 11:40:11 +00:00
buildmaster
81d2e7b3e9 Going back to snapshots 2020-11-09 11:40:10 +00:00
buildmaster
1ea1ea7113 Update SNAPSHOT to 2.2.5.RELEASE 2020-11-09 11:28:29 +00:00
buildmaster
a45422c5d5 Bumping versions 2020-11-06 00:20:04 +00:00
Marcin Grzejszczak
ef62653671 Changed the impl due to the composites 2020-11-05 11:48:47 +01:00
Marcin Grzejszczak
77de1e74b9 Fixed tests 2020-11-05 11:32:41 +01:00
Marcin Grzejszczak
11bf817c11 Should work: 2020-11-04 14:51:00 +01:00
Marcin Grzejszczak
4fcd95c5f6 Migrating to Boot 2.4.0-RC1 2020-11-04 11:28:34 +01:00
Marcin Grzejszczak
cebcd37648 Merge branch '2.2.x' 2020-11-04 11:17:58 +01:00
Dominik Meister
5eab04c970 Delete only valid mappings before generating stubs at runtime (#1547)
* Delete only valid mappings before generating stubs at runtime

Improvements over the changes in 6d44c54c. We now only delete files
which contain valid mappings before generating stubs at runtime. This
way we ensure that we actually use the newly generated stubs, but still
are able to keep additional files around to be included via
`body(file(...))`.

* Incorporated PR feedback

- Removed HttpServerStubFactory
- Use SpringFactorieLoader to load HttpServerStub implementations
- Added tests for WireMockHttpServerStub#isAccepted(File)
2020-10-31 09:13:33 +01:00
Dominik Meister
6d44c54c80 Don't delete additional files before generating stubs on the fly (#1544)
This behaviour did break contracts which include request or response
bodies from separate files (via the `body(file(...))` directives).
2020-10-30 09:32:25 +01:00
Dominik Meister
692c5cf828 Option to disable '.git' suffix in git URLs (#1539)
Added stubrunner.properties.git.ensure-git-suffix to disable the automatic
addition of '.git' to git URLs.  This adds support for repositories which
don't support these kind of URLs (for example Azure DevOps).

Co-authored-by: Dominik Meister <dominik.meister@helsana.ch>
2020-10-27 17:43:12 +01:00
Marcin Grzejszczak
0decdd07ac Merge branch '2.2.x' 2020-10-26 12:40:23 +01:00
Stein Martin Hustad
a5f83f946a Fix invalid resource url on windows (#1537) 2020-10-23 11:35:52 +02:00
buildmaster
68a657f2c0 Going back to snapshots 2020-10-03 14:55:00 +00:00
buildmaster
4e5267f939 Update SNAPSHOT to 3.0.0-M4 2020-10-03 14:39:36 +00:00
buildmaster
ffd6574532 Bumping versions 2020-09-17 00:23:53 +00:00