Commit Graph

2692 Commits

Author SHA1 Message Date
Marcin Zajączkowski
3cbcbd95eb Fix formatting in documentation (#968)
* Fix formatting in documentation
2019-03-25 13:57:16 +01:00
Marcin Grzejszczak
a607ccf376 Fixed 2019-03-22 15:08:40 +01:00
Marcin Grzejszczak
036bb73c73 Merge branch '2.1.x' 2019-03-22 12:42:10 +01:00
Marcin Grzejszczak
74e65ec724 License 2019-03-22 12:42:00 +01:00
Marcin Grzejszczak
39be0aef0e Merge branch '2.1.x' 2019-03-22 11:42:28 +01:00
Marcin Grzejszczak
55a0ae86c5 Fixed https 2019-03-22 11:41:20 +01:00
Mikhail Putilov
436c792faa Add documentation about limitations of dynamic properties. Fixes gh-899. (#909) 2019-03-18 14:51:06 +01:00
Marcin Grzejszczak
73c71241ca Fixed the build 2019-03-18 13:32:12 +01:00
Marcin Grzejszczak
ebb34b278e Configured the build for intellij 2019-03-18 13:32:12 +01:00
Ryan Baxter
8f639c0499 Deleting old circle config 2019-03-13 20:14:35 -04:00
Marcin Grzejszczak
5fe9299461 Fixed checkstyle 2019-03-11 19:56:09 +01:00
Marcin Grzejszczak
fbea35edf4 Hoxton 2019-03-08 17:07:28 +01:00
Marcin Grzejszczak
f3e3d40e71 Greenwich: 2019-03-08 16:53:30 +01:00
Marcin Grzejszczak
4da781b214 HTTP to HTTPS 2019-03-07 13:50:15 +01:00
buildmaster
029312f814 Bumping versions to 2.1.2.BUILD-SNAPSHOT after release 2019-03-05 20:30:55 +00:00
buildmaster
73c0122a79 Going back to snapshots 2019-03-05 20:30:54 +00:00
buildmaster
be3dd56cd8 Update SNAPSHOT to 2.1.1.RELEASE 2019-03-05 20:21:45 +00:00
Marcin Grzejszczak
05b3ea5519 Added a note on Maven version for going offline; fixes gh-640 2019-03-04 10:34:03 +01:00
Marcin Grzejszczak
9c62f3bd82 Merge branch '2.0.x' 2019-02-26 15:03:54 +01:00
Marcin Grzejszczak
6d3877fe8c Allows localhost to be there in the URL pattern; fixes gh-896 2019-02-26 12:17:42 +01:00
buildmaster
0b77c0d704 Bumping versions to 2.0.4.BUILD-SNAPSHOT after release 2019-02-22 20:47:28 +00:00
buildmaster
3db5ceca54 Going back to snapshots 2019-02-22 20:47:27 +00:00
buildmaster
8d5a771683 Update SNAPSHOT to 2.0.3.RELEASE 2019-02-22 20:38:31 +00:00
Marcin Grzejszczak
d9fe42e949 Applying commit 55f648f on 2.0. branch 2019-02-22 15:05:59 -05:00
Marcin Grzejszczak
dfb3202dd1 Ensures that non-transactional channel is an option for AmqpStubMessages; fixes gh-859 2019-02-21 15:46:11 +01:00
Marcin Grzejszczak
dc9a6589e1 Fixed escaping of headers; fixes gh-892 2019-02-19 14:56:33 +01:00
Marcin Grzejszczak
fbe999be55 Merge branch '2.0.x' 2019-02-19 13:53:19 +01:00
Marcin Grzejszczak
f53476974c Fixed wrong method delegation; fixes gh-889 2019-02-19 13:51:42 +01:00
Marcin Grzejszczak
4747adf9bc Parametrized maven; fixes gh-813 2019-02-18 11:57:33 +01:00
Marcin Grzejszczak
ab49216445 I give up 2019-02-18 10:58:49 +01:00
Marcin Grzejszczak
6fcb61eca4 I give up 2019-02-18 10:56:02 +01:00
Marcin Grzejszczak
c004737816 Polish 2019-02-18 10:44:56 +01:00
Marcin Grzejszczak
d72aada46c Polish 2019-02-18 10:27:59 +01:00
Marcin Grzejszczak
b733a718a4 Restarting WireMock stubs when reusing servers running on random ports 2019-02-18 10:17:45 +01:00
Marcin Grzejszczak
d7f39c1a80 Polish 2019-02-18 09:29:03 +01:00
Marcin Grzejszczak
9ce1b0374d Polish 2019-02-18 09:20:24 +01:00
Marcin Grzejszczak
6383285265 Polish 2019-02-18 09:17:00 +01:00
boothen
11965323ae #883: Wiremock: Fix for Spring context always being set to Dirty. (#884)
* #883: Using boolean values in Wiremock.server so that it's possible to identify if dynamic ports have been configured.

* #883: Triage feedback. Added  @author. Updated license year. Changed test name.

* #883: Fixed portIsFixed logic. Added test to check expect port status to applicable tests. @DirtiesContext to test so that context is cleared down to avoid conflict in the next test.

* #883: Removed duplicate portIsFixed/portIsNotFixed unit tests.

* #883: Checkstyle fixes.
2019-02-17 17:22:00 +01:00
Marcin Grzejszczak
38782b9260 Added missing import 2019-02-16 13:00:45 +01:00
Marcin Grzejszczak
41b764e758 Polish 2019-02-16 12:52:10 +01:00
Marcin Grzejszczak
6602b3891b Merge branch '2.0.x' 2019-02-16 12:51:43 +01:00
Marcin Grzejszczak
a34a24765f Fixed the broken build 2019-02-16 12:47:54 +01:00
Marcin Grzejszczak
a84fc81919 Merge branch '2.0.x' 2019-02-15 17:49:15 +01:00
Marcin Grzejszczak
b167e364c5 Sets the generated test sources under java source set or groovy for Spock; fixes gh-888 2019-02-15 17:46:15 +01:00
Marcin Grzejszczak
f4475f44b7 Merge branch '2.0.x' 2019-02-14 14:11:51 +01:00
Marcin Grzejszczak
f7ea8f0241 Request param not accepting empty values; fixes gh-886 2019-02-14 14:10:10 +01:00
Olga Maciaszek-Sharma
4ec1f68919 Reformat readme comment. 2019-02-13 15:55:22 +01:00
Olga Maciaszek-Sharma
2e0bb76820 Fix authors in file. 2019-02-13 13:38:03 +01:00
Olga Maciaszek-Sharma
d9a3762ab2 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	spring-cloud-contract-verifier/src/main/groovy/org/springframework/cloud/contract/verifier/util/ContentUtils.groovy
#	spring-cloud-contract-verifier/src/test/groovy/org/springframework/cloud/contract/verifier/util/ContentUtilsSpec.groovy
2019-02-13 13:27:55 +01:00
Olga Maciaszek-Sharma
60dd61e332 Merge branch '2.0.x'
# Conflicts:
#	docker/spring-cloud-contract-docker/Dockerfile
#	docker/spring-cloud-contract-stub-runner-docker/Dockerfile
#	spring-cloud-contract-verifier/src/main/groovy/org/springframework/cloud/contract/verifier/util/ContentUtils.groovy
2019-02-13 13:23:31 +01:00