Commit Graph

449 Commits

Author SHA1 Message Date
Stefan Stus
5abf2d7c17 Added support for camel with Boot 2.0; gh-673 (#786)
fixes #673
2018-11-08 15:44:44 +01:00
Marcin Grzejszczak
8c77386816 Deprecated targetFramework in Gradle; fixes gh-725 2018-11-06 17:31:07 +01:00
Ivan Golovko
4ebfb3c537 Improved spring-cloud-wiremock documentation (#780)
Sometimes people want to use methods like `addMockServiceRequestListener`, which are not static. But there is no any notes about  `WireMockServer` in spring-cloud-wiremock documentation. 

I saw how the developers did not know about it and made a mistake. 
They mixed junit4 and junit5 even for new services, because `WireMockRule` inherits from `WireMockServer` and  provides non static methods.

This situation may seem funny, but many can get into it.
2018-11-06 13:51:51 +01:00
OlgaMaciaszek
53d7827495 Fix readme. 2018-10-22 21:31:31 +02:00
Olga Maciaszek-Sharma
cf21f18938 Webtestclient support (#757)
* Fix incorrect spring cloud dependencies versioning.
* Test fix and minor refactoring.
* Add docs.
* Fixes after code review.

fixes gh-422
2018-10-22 14:34:03 +02:00
Stessy Delcroix
fea5c743ce Update verifier_faq.adoc (#747)
Small hiccup in the FAQ.
2018-10-22 13:41:31 +02:00
Marcin Grzejszczak
bd4783eefd Moving an ignored test to samples
since the releaser ignores the modules that do not get deployed, then it's safe to bring back this test

fixes gh-626
2018-10-18 08:21:17 +02:00
Olga Maciaszek-Sharma
97928c8e6d Add docs. 2018-10-12 22:05:22 +02:00
Marcin Grzejszczak
47afbfcead Merge branch '2.0.x' 2018-09-28 11:01:20 -04:00
Olga Maciaszek-Sharma
1352283a62 Add info about the flow with contracts with producer and stubs in other
repo.
2018-09-28 10:55:34 -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
0cb5776fc8 Add info on generating and running Spock contract tests with Maven. 2018-09-11 14:32:43 +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
9ed08fb31b Updated branches 2018-08-22 16:17:00 +02:00
Marcin Grzejszczak
ae40e48c17 Merge branch '2.0.x' 2018-08-22 16:16:24 +02:00
Marcin Grzejszczak
814dd06cea Fixed broken links; fixes gh-710 2018-08-22 16:16:16 +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
740dd97ea4 Added a very brief history of the project; fixes gh-671 2018-08-01 15:11:53 +02:00
Marcin Grzejszczak
983e0e4d0f Merge branch '2.0.x' 2018-08-01 13:05:56 +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
e7946c8b08 Polished the docs 2018-07-27 14:14:55 +02:00
Marcin Grzejszczak
dceb752d85 Fixed conflicts 2018-07-27 09:01:36 +02:00
Marcin Grzejszczak
7b710a0fd9 Trying to fix the doc 2018-07-24 21:51:03 +02:00
Olga Maciaszek-Sharma
b48d50edcc Add junit5 support (#690)
* Refactoring: extract class building methods.
* Move imports to import providers.
* Switch to new TestFramework implementation with TestFrameworkDefinition
delegate. Handle ignoring tests correctly in JUnit5.
* Implement handling JUnit5 rules.
* Add tests for JUNIT5.
* Update docs.

fixes gh-489
2018-07-19 15:03:42 +02:00
Marcin Grzejszczak
fbee744992 Bump to Greenwich, 2.1.0 2018-07-19 15:00:13 +02:00
Marcin Grzejszczak
036e3bf117 Fixed invalid docs 2018-07-19 08:40:21 +02:00
Marcin Grzejszczak
cb5d1a1465 Added documentation on how to set up webflux; fixes gh-688 2018-07-17 12:44:17 +02:00
Marcin Grzejszczak
adcdf30be5 Updated the docs with proper links; fixes gh-672 2018-07-02 14:19:10 +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
buildmaster
3be8122604 Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2018-06-19 01:35:06 +00:00
buildmaster
8540c6ffdd Going back to snapshots 2018-06-19 01:35:04 +00:00
buildmaster
ffeb8f74eb Update SNAPSHOT to 2.0.0.RELEASE 2018-06-19 01:22:57 +00:00
Marcin Grzejszczak
e67b969762 Removed camel reference 2018-06-18 13:15:46 +02:00
Marcin Grzejszczak
30614360be Updated docs with missing stubs mode env var; gixes gh-666 2018-06-15 11:29:19 +02:00
buildmaster
af93d926cb Going back to snapshots 2018-05-25 13:31:27 +00:00
buildmaster
1e14427889 Update SNAPSHOT to 2.0.0.RC2 2018-05-25 13:22:50 +00:00
onikytchuk
544c1d8a42 Fixed docs issue 2018-05-10 11:24:01 +03:00
onikytchuk
12e6170283 [#584] Added inclusion configuration 'includeFiles' that allow producers to filter common repository structure and define the list of messaging topics that would be processed during the tests autogeneration. 2018-05-10 09:23:13 +03:00
Marcin Grzejszczak
b7baea3dee Fixed a typo 2018-05-09 08:03:15 +02:00
Tim Ysewyn
8c5f2f5567 Updated documentation for generating Spring REST Docs snippets (#648)
* Updated documentation with examples how to generate Spring REST Docs snippets from the generated tests.

fixes gh-613
2018-05-09 07:57:13 +02:00
Yura Nosenko
e5d844d4b7 Matchers documentation improvements (#644) 2018-05-08 10:05:12 +02:00
Tim Ysewyn
eb2809765b Credential properties for pact broker (#642)
* Fallback to `contractsRepositoryUsername` and `contractsRepositoryPassword` (maven) or `contractRepository.username` and `contractRepository.password` (gradle) in case the pact broker options for the username and password are not set.

Closes gh-636
2018-05-06 10:14:24 -04:00
Yura Nosenko
1078ae8072 snapshotCheckSkip javadoc enhancement (#634) 2018-05-03 07:32:06 -04:00
buildmaster
7484fc339c Going back to snapshots 2018-04-23 15:16:20 +00:00