Commit Graph

542 Commits

Author SHA1 Message Date
Marcin Grzejszczak
fd2ff4f22d Added a note about trusted and untrusted locations 2022-08-17 12:02:45 +02:00
Marcin Grzejszczak
52d5de16d4 Merge branch '3.1.x' 2022-07-01 14:21:56 +02:00
Marcin Grzejszczak
414cd9c545 Fixed broken docs 2022-07-01 14:02:32 +02:00
Marcin Grzejszczak
8a855d9bc3 Improve the docs about Stub Runner standalone executions in terms of security concerns; fixes gh-1806 2022-07-01 13:05:57 +02:00
buildmaster
97d4096104 Bumping versions 2022-07-01 00:21:56 +00:00
buildmaster
c05cebab61 Bumping versions 2022-06-30 14:30:45 +00:00
Marcin Grzejszczak
f9ca2d9a6d Fix invalid samples branch 2022-06-15 16:40:58 +02:00
Marcin Grzejszczak
7c0c8ebc6f Changed the invalid folder for docs samples; fixes gh-1793 2022-06-08 15:44:56 +02:00
Marcin Grzejszczak
372fe43944 Fixed samples branch for docs 2022-05-05 10:48:41 +02:00
Marcin Grzejszczak
f433cf1d75 Fixed samples branch for docs 2022-04-25 16:15:52 +02:00
spencergibb
fa4ec27431 comment out many includes for release.
Some probably didn't need to be, but I just did it until Unresolved is gone
2022-03-31 22:30:19 -04:00
Marcin Grzejszczak
145cf4dd9e Upgraded Groovy to 4 and Rest Assured to 5 2022-03-25 13:29:45 +01:00
spencergibb
21a60b8f0d Updates to use new TestSocketUtils from spring-cloud-test-support 2022-03-11 13:27:45 -05:00
Marcin Grzejszczak
0930e1d6cb Merge branch '3.1.x' 2022-03-04 12:09:50 +01:00
Pankaj Khushalani
cf2ee6c07a docs: Update JUnit5 example, fixes gh-1746 (#1757) 2022-02-28 11:30:35 +01:00
jakub-bochenski
b0d77aaa17 docs: Explain how to have multiple contracts in Groovy (#1755)
* docs: Explain how to have multiple contracts in Groovy

* Update _project-features-contract.adoc

Co-authored-by: Marcin Grzejszczak <marcin@grzejszczak.pl>
2022-02-25 15:41:45 +01:00
Marcin Grzejszczak
04769ca5c7 Allows providing a custom KafkaTemplate bean; fixes gh-1704 2021-11-23 08:58:46 +01:00
Marcin Grzejszczak
6fd4280d12 Removed deprecations 2021-11-16 22:59:15 +01:00
Marcin Grzejszczak
583dabd275 Merge remote-tracking branch 'origin/3.0.x' into main 2021-08-12 11:42:22 +02:00
Bastian Doetsch
2f37b46dde Fixes #1672: allow users to specify a custom build.gradle when using standalone docker image (#1695)
* pre-create directories for mounting and use /spring/cloud-contract and /contract and /spring-cloud-contract

* add documentation on how to run a customized gradle build to create tests
2021-08-10 15:59:32 +02:00
Fabian Krüger
ab984d8caf fix #1690: removes all links to scc workshop (#1691) 2021-08-09 14:02:41 +02:00
arcanjoaq
085a91bcb7 Fixed typo in gradle example (#1686) 2021-08-09 10:30:16 +02:00
Marcin Grzejszczak
633d16630a Fixed the docs 2021-07-15 14:14:04 +02:00
Marcin Grzejszczak
8439ebf967 Fixed symlinks 2021-07-15 09:52:58 +02:00
Marcin Grzejszczak
3494bc374c Fixed wrong include link; fixes gh-1658 2021-05-24 10:24:43 +02:00
Marcin Grzejszczak
75e90b02f9 Moved wiremock samples to spring cloud contract samples 2021-05-05 10:38:33 +02:00
Plamen Totev
8ab3e970b3 Fix Clone on Windows instructions (#1631)
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-29 08:13:47 +02:00
Ahmed Yarub Hani Al Nuaimi
6a01e29ce5 Spelling and grammar fixes (#1624)
* Spelling and grammar fixes

* Undo some changes
2021-03-29 08:12:24 +02:00
Ryan Baxter
b77e99b3d1 Aligning contract docs with the rest of spring cloud 2021-03-18 16:28:28 -04: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
99f3d26851 Merge branch '2.2.x' 2021-03-09 10:17:13 +01:00
Marcin Grzejszczak
0f9b1aec07 Fixed the schema link; fixes gh-1593 2021-03-09 10:13:49 +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
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
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
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
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
Olga Maciaszek-Sharma
bc329767f6 Remove Ribbon references. 2020-12-18 18:23:02 +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
Marcin Grzejszczak
a5072c53e9 Merge branch '2.2.x' 2020-12-10 10:43:29 +01:00
bono007
2eff08d08e Adds info note in Wiremock docs around use of WireMock.resetToDefaultMappings (#1577)
* Adds info note in Wiremock docs around use of WireMock.resetToDefaultMappings when using '_stubs' property.

Fixes gh-1451

* Polished newly added docs w/ proper tense.
2020-12-10 10:37:44 +01:00
buildmaster
19dd0799c3 Bumping versions 2020-11-20 00:20:25 +00:00
buildmaster
eba5172f2d Bumping versions 2020-11-17 00:20:24 +00:00
Marcin Grzejszczak
e417596f78 Fixed the docs 2020-11-10 09:15:20 +01:00
Shannon Pamperl
eb66dca930 Fixes for remote contracts (#1554)
* Make contractsDslDir return null if neither directory exists at task configuration time

* Fixup docs type and make the wording a little more clear

* Allow username to be null for ls-remote command.

* Rework git commit id discovery to handle multiple uri schemes as well as fixing the bug with the MapProperty becoming finalized on first read and then not being able to further edit it (eg: in order to add git.commit)
2020-11-10 08:20:33 +01:00