Commit Graph

561 Commits

Author SHA1 Message Date
buildmaster
697b5ac37f Going back to snapshots 2018-10-16 00:27:30 +00:00
buildmaster
621c99fba8 Update SNAPSHOT to Edgware.SR5 2018-10-16 00:08:01 +00:00
Olga Maciaszek-Sharma
f59ea7824f Fixes after code review. 2018-10-12 22:56:25 +02:00
Olga Maciaszek-Sharma
97928c8e6d Add docs. 2018-10-12 22:05:22 +02:00
Olga Maciaszek-Sharma
7122c51a49 Fixes gh-691 . Add JUnit5 Extension. 2018-10-12 18:39:04 +02:00
Marcin Grzejszczak
517171f487 Should fix the JUnit issues 2018-10-08 12:15:46 +02:00
Marcin Grzejszczak
107ed195f1 Bumped to work with jdk11 2018-10-05 18:27:18 +02:00
Marcin Grzejszczak
2e23d6f26e Fixed jdk11 incompatible test method names 2018-10-05 11:11:23 +02:00
Marcin Grzejszczak
918199ee4c Fixing dots in test names 2018-10-05 10:57:19 +02:00
Marcin Grzejszczak
8da2e4ee57 Checkstyle and jdk11 fix with spock 2018-10-05 10:44:28 +02:00
Marcin Grzejszczak
c3984f0c3a Fixed YAML Dsl conversion issues
fixes gh-738
2018-09-28 10:22:51 -04:00
Marcin Grzejszczak
aa6a515922 Fixed YAML Dsl conversion issues
fixes gh-738
2018-09-28 09:30:14 -04:00
buildmaster
1d275c346a Going back to snapshots 2018-09-21 23:48:07 +00:00
buildmaster
19fca03627 Update SNAPSHOT to Greenwich.M1 2018-09-21 23:41:27 +00:00
Olga Maciaszek-Sharma
9b4a80f529 Merge remote-tracking branch 'upstream/master' into gh-304-add-discovery-clients-order-support 2018-09-07 16:51:33 +02:00
Marcin Grzejszczak
da2989b053 Samples still failing 2018-08-28 16:28:55 +02:00
Marcin Grzejszczak
58f3f429eb Upgraded to Greenwhich 2018-08-27 18:33:10 +02:00
Marcin Grzejszczak
a0bc2eb1c4 Deprecating skipSnapshotCheck and providing fake m2 for Aether
without this change Aether, when having both local and remote JARs, always picks the local one, even though we don't want it to. There seems to be no way to change it via an API. We had a check in Spring Cloud Contract to throw an exception when we wanted a remote JAR but the local one was fetched. You could have changed it by providing a system property or a plugin property called `skipSnapshotCheck` or `contractsSkipSnapshotCheck`

with this change we're deprecating that flag since we're moving this logic to the internals of how we integrate with Aether. If the problem was that there was both the local and the remote JAR, what we could do is get rid of the local JAR. Obviously we don't want to remove it so what we're doing is when someone provides the REMOTE stub mode, we're creating a temporary directory and we're temporarily pointing Aether to that directory as our local m2. Since it's empty, Aether will not assume that we have any stubs stored locally. Thus, we will never have conflicts of remote vs local jars.

fixes gh-643

additional links:
- http://maven.40175.n5.nabble.com/Resolving-an-Artifact-from-Remote-Repository-instead-of-Local-td5875134.html
- https://stackoverflow.com/questions/9123004/maven-is-it-possible-to-override-location-of-local-repository-via-the-use-of-co
2018-08-23 13:30:56 +02:00
Marcin Grzejszczak
b5351bd6c8 Updated the link to stub runner fat jar 2018-08-20 14:05:37 +02:00
Marcin Grzejszczak
b8adc57bf2 Merge branch '2.0.x' 2018-08-10 14:36:11 +02:00
Marcin Grzejszczak
6f1d88c9b4 Merge branch '1.2.x' into 2.0.x 2018-08-10 14:36:00 +02:00
Marcin Grzejszczak
d2f0f6322e Added comments related to the workaround with Java HTTP client; thanks to @tomakehurst 2018-08-10 14:35:52 +02:00
Marcin Grzejszczak
ff2621d78a Merge branch '1.2.x' into 2.0.x 2018-08-09 15:51:44 +02:00
Marcin Grzejszczak
c8a79d5154 Merge branch '1.2.x' 2018-08-09 15:51:35 +02:00
Marcin Grzejszczak
6d630482ea Using / for relative paths; should fix gh-697 2018-08-09 15:51:28 +02:00
Marcin Grzejszczak
80622b68a8 Merge branch '2.0.x' 2018-08-09 15:45:25 +02:00
Marcin Grzejszczak
8388757a40 Merge branch '1.2.x' into 2.0.x 2018-08-09 15:45:14 +02:00
Marcin Grzejszczak
e60eb56f2b Removed unnecessary file separator from classpath stub provider 2018-08-09 15:45:02 +02:00
Marcin Grzejszczak
4907afbcaf Merge branch '2.0.x' 2018-08-09 15:05:08 +02:00
Marcin Grzejszczak
0be329f6ac Merge branch '1.2.x' into 2.0.x 2018-08-09 15:04:54 +02:00
Marcin Grzejszczak
0b79a5b360 Moar debug 2018-08-09 15:04:46 +02:00
Marcin Grzejszczak
7956970eb1 Added debug info for stubs per consumer 2018-08-09 14:12:36 +02:00
Marcin Grzejszczak
1603627ed3 Added debug info for stubs per consumer 2018-08-09 14:12:25 +02:00
Marcin Grzejszczak
e0afcd523b Added debug info for stubs per consumer 2018-08-09 14:11:59 +02:00
Marcin Grzejszczak
87c18a5625 Merge branch '2.0.x' 2018-08-08 21:58:13 +02:00
Marcin Grzejszczak
cb31ca7bf1 Removed DirtiesContext 2018-08-08 21:58:04 +02:00
Marcin Grzejszczak
f8b142ddea Merge branch '2.0.x' 2018-08-08 18:03:18 +02:00
Marcin Grzejszczak
8bb61176ea Removed dirties context on any tests 2018-08-08 18:00:58 +02:00
Marcin Grzejszczak
c9228969de Closing and restarting WireMock stub after and before each test (#707)
fixes gh-665
2018-08-08 17:52:28 +02:00
buildmaster
5375cf51ff Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-07-31 20:10:10 +00:00
buildmaster
2e92b65169 Going back to snapshots 2018-07-31 20:10:09 +00:00
buildmaster
c9758f5d4c Update SNAPSHOT to 2.0.1.RELEASE 2018-07-31 19:50:29 +00:00
Marcin Grzejszczak
fbee744992 Bump to Greenwich, 2.1.0 2018-07-19 15:00:13 +02:00
SvenBayer
4aab1da0f7 Move YamlContractConverter after available contract converters for producers (#687)
* Move YamlContractConverter list of available contract converters.

* Move available contract converters before YamlContractConverter
2018-07-11 20:40:17 +02:00
Marcin Grzejszczak
37c7878759 Fixing the lack of picking of creds from the GIT plugins; fixes gh-678 2018-07-03 08:34:35 +02:00
Marcin Grzejszczak
a66a381d34 Merge branch '1.2.x' 2018-07-02 09:56:01 +02:00
buildmaster
63418e0400 Bumping versions to 1.2.6.BUILD-SNAPSHOT after release 2018-06-29 20:38:49 +00:00
buildmaster
983b363512 Going back to snapshots 2018-06-29 20:38:47 +00:00
buildmaster
7d9dd84431 Update SNAPSHOT to 1.2.5.RELEASE 2018-06-29 20:22:31 +00:00
Marcin Grzejszczak
7ff571de93 bumped libs 2018-06-29 22:07:44 +02:00