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
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
Marcin Grzejszczak
410d94d9dd
Gradle
2020-12-21 22:36:20 +01:00
Marcin Grzejszczak
96da8878c5
Gradle
2020-12-21 22:21:33 +01:00
Marcin Grzejszczak
f471244a56
Gradle, please work
2020-12-21 21:58:55 +01:00
buildmaster
ae31d2b341
Bumping versions
2020-12-19 00:20:11 +00:00
Olga Maciaszek-Sharma
6a30d2cb78
Adjust to changes in commons.
2020-12-18 18:35:19 +01:00
Olga Maciaszek-Sharma
bc329767f6
Remove Ribbon references.
2020-12-18 18:23:02 +01:00
buildmaster
ab9d80c483
Workaround for https://github.com/spring-projects/spring-amqp/issues/1285
2020-12-18 16:21:47 +01:00
Marcin Grzejszczak
27ebc96baa
Workaround for https://github.com/spring-projects/spring-amqp/issues/1285
2020-12-18 16:11:22 +01:00
Sudhir Tumati
e3d0de106b
Add javadoc for AutoConfigureWireMock ( #1584 )
2020-12-15 08:19:05 +01:00
Ankur Shukla
82d0e6eb7a
Added a section "Cloning the repository on Windows" for issue#1567 ( #1575 )
...
* Added a section "Cloning the repository on Windows"
* Changes to incorporate feedback from Buzzardo
* Formatting as per feedback from Buzzardo
* removing bullet points.
* Presenting user with unnumbered list for git config options
* fixing a small typo
* adding code-fences and
Co-authored-by: Ankur Shukla <ashukla@thinkanalytics.com >
fixes gh-1567
2020-12-14 22:11:13 +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
Marcin Grzejszczak
9d1ea9bdd9
Added exclusions for spring cloud function core
2020-12-11 22:09:24 +01:00
buildmaster
68fd288dfc
Bumping versions
2020-12-11 00:20:25 +00:00
Marcin Grzejszczak
e7cafc162b
Merge branch '2.2.x'
2020-12-11 00:25:46 +01:00
bono007
ec909350e9
Generates random boolean request value for aBoolean() ( #1581 )
...
Fixes gh-1410
2020-12-11 00:25:35 +01:00
Marcin Grzejszczak
45042ecc92
Merge branch '2.2.x'
2020-12-10 14:24:56 +01:00