Commit Graph

3727 Commits

Author SHA1 Message Date
bono007
336ff2ce30 Add support for comparing byte[] Kafka message header values (#1623)
Fixes gh-1587
2021-03-15 10:49:44 +01:00
Jordi Llach
44d98f9734 Fixing typo on contractsProperties (#1622)
Fixing typo on contractsProperties and adding a use case sample
2021-03-15 10:45:13 +01:00
Marcin Grzejszczak
a078db4852 Merge branch '2.2.x' 2021-03-09 12:29:53 +01:00
Marcin Grzejszczak
b6ca85197e Test binder comes from stream bom 2021-03-09 12:27:17 +01:00
Marcin Grzejszczak
7eb6d45338 Polish 2021-03-09 12:24:09 +01:00
Marcin Grzejszczak
99f3d26851 Merge branch '2.2.x' 2021-03-09 10:17:13 +01:00
Marcin Grzejszczak
6993f1492e Properly escapes query parameters; fixes gh-1441 2021-03-09 10:15:27 +01:00
Marcin Grzejszczak
0f9b1aec07 Fixed the schema link; fixes gh-1593 2021-03-09 10:13:49 +01:00
Marcin Grzejszczak
8e6a576d1e Properly escapes query parameters; fixes gh-1441 2021-03-09 10:02:04 +01:00
Marcin Grzejszczak
fcf3f154ba Merge branch '2.2.x' 2021-03-08 17:15:43 +01:00
Marcin Grzejszczak
bda7ef3610 Removes trailing containers;fixes gh-1414 2021-03-08 17:14:46 +01:00
Marcin Grzejszczak
1916b72488 Merge branch '2.2.x' 2021-03-08 15:18:33 +01:00
Marcin Grzejszczak
f9115dc30d Includes charset in regular expressions; fixes gh-1603 2021-03-08 12:11:03 +01:00
buildmaster
bbb4db3583 Bumping versions 2021-03-02 00:20:22 +00:00
Plamen Totev
a5b330e181 Fix Clone on Windows instructions (#1618)
The suggested command

git clone -c core.longPaths true https://github.com/spring-cloud/spring-cloud-contract.git

fails because Git recognizes `true` as the repo to be cloned.

Add equal sign (`=`) to fix this issue.
This way Git will properly recognize `true` as the value for `core.longPaths`
2021-03-01 09:02:06 +01:00
Shannon Pamperl
999bc2e4b0 Add kotlin-scripting-compiler-embeddable for Kotlin DSL and fix outdated documentation wih respect to Rest Assured. (#1617)
Fixes gh-1600
2021-03-01 09:01:09 +01:00
buildmaster
d062b72805 Bumping versions 2021-02-19 00:20:52 +00:00
bono007
a69b207c88 Searches enclosing class for @AutoConfigureWiremock (#1611)
* Searches enclosing class for @AutoConfigureWiremock

* Replace MergedAnnotations.from with TestContextAnnotationUtils.findMergedAnnotation

* Use TestContextAnnotationUtils.hasAnnotation rather than 'find and is not null'

* Previous commit needs negation on "hasAnnotation"

Fixes gh-1610
2021-02-18 13:40:12 +01:00
Marcin Grzejszczak
7b5331b6d4 Migrating to Github Actions 2021-02-18 11:15:35 +01:00
Marcin Grzejszczak
232e44ad3b Migrating to Github Actions 2021-02-18 11:14:52 +01:00
Marcin Grzejszczak
0dc35900fc Merge branch '2.2.x' 2021-02-17 19:53:14 +01:00
Arkadiusz Kondas
6853294573 Fix multipart request regex pattern (#1612)
* Fix multipart request regex pattern

* Add ? to \r to enable linux support in multipart regex
2021-02-17 19:50:36 +01:00
buildmaster
d6437e43bb Bumping versions to 2.2.7.BUILD-SNAPSHOT after release 2021-02-11 15:06:30 +00:00
buildmaster
c251d06260 Going back to snapshots 2021-02-11 15:06:29 +00:00
buildmaster
16c738e94d Update SNAPSHOT to 2.2.6.RELEASE 2021-02-11 14:55:51 +00:00
Marcin Grzejszczak
d00880cd22 Fixed contractTest section; fixes gh-1608 2021-02-05 14:15:24 +01: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
Shannon Pamperl
09e494db8c Ensure stdout/stderr are logged when using debug mode logging. (#1607)
Relates to gh-1600
2021-02-04 13:38:25 +01:00
aosorio1
1349f3160b Fixed setMetadata (#1597)
Co-authored-by: Alfredo Osorio <alfredo.osorio@linecorp.com>
2021-02-01 13:45:57 +01:00
Sylvain Guillope
e852141ce4 Select value of an anyOf() property at random (#1599)
The current implementation of `anyOf()` always only selects the first value
when generating a property. It means that other possible enum values are always
ignored when producing a value for the property.

This changes the behaviour so that the value is picked at random from any of
the provided values. It could be considered a breaking changes because of the
change of behaviour although it shouldn't be from the contract perspective.

Fixes #1424

Co-authored-by: Sylvain Guillope <sguillope@atlassian.com>
2021-02-01 13:43:20 +01:00
buildmaster
b647833e44 Bumping versions 2021-01-29 00:20:17 +00:00
buildmaster
8a9a134e0d Bumping versions 2021-01-28 00:21:01 +00: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
buildmaster
9d0a6c5509 Bumping versions 2021-01-23 00:21:13 +00:00
Olga Maciaszek-Sharma
28bd1f47d7 Merge remote-tracking branch 'origin/2.2.x'
# Conflicts:
#	samples/standalone/restdocs/http-server/build.gradle
#	tests/samples-messaging-amqp/src/main/java/com/example/RabbitManager.java
2021-01-22 10:25:46 +01:00
Olga Maciaszek-Sharma
fcde7ee58d Use org security policy. 2021-01-22 10:20:21 +01:00
Utkarsh Singh
d878a91135 Update project-features.adoc (#1595)
Fixes #1594
2021-01-11 13:36:47 +01:00
bono007
4b7e85cec1 Adds support for unqualified namespaced XML content (#1590)
Adds support for unqualified namespaced XML content and fixes how qualified namespace URIs values are retrieved.

Fixes gh-1571
2021-01-08 15:06:41 +01:00
Marcin Grzejszczak
119d9bdc48 Updated project versions 2020-12-23 17:05:26 +01:00
Marcin Grzejszczak
ff1f18118e Changed the samples branch to master 2020-12-23 15:35:59 +01:00
buildmaster
5b4bd07114 Bumping versions 2020-12-23 00:20:47 +00:00
Marcin Grzejszczak
b4ffd69aee Update pom.xml 2020-12-22 07:49:58 +01:00
Marcin Grzejszczak
a4224d9e4f Going back to snapshots 2020-12-22 01:08:33 +01:00
Marcin Grzejszczak
b2a17c686c Added the missing maven-publish plugin 2020-12-22 00:53:21 +01:00
Marcin Grzejszczak
2e6a43df86 Added missing docker entries for a GA release 2020-12-22 00:45:26 +01:00
Marcin Grzejszczak
82eadd2881 Gradle can't create a POM - need to add more versions 2020-12-21 23:10:08 +01:00
Marcin Grzejszczak
20cd916347 Gradle can't create a POM 2020-12-21 22:53:38 +01:00