Vamsh S
08/23/2024, 5:01 AMVamsh S
08/23/2024, 7:05 AMvar spec = new RecordSpec(
null,
null,
headers,
(r -> new RegexPattern(".*")),
null,
SnapshotOutputFormatter._FULL_,
false,
true,
null,
null
);
May be i am missing something but otherwise, i don't find any option here to include the whole request in the recording.Vamsh S
08/23/2024, 7:08 AMorg.springframework.cloud:spring-cloud-contract-wiremock:4.0.4
Vamsh S
08/23/2024, 7:11 AMVamsh S
08/23/2024, 5:58 PMVamsh S
08/24/2024, 7:04 PMTom
08/26/2024, 9:46 AMVamsh S
08/26/2024, 5:58 PM(r -> new RegexPattern(".*"))
, i changed this to null and it started recording the whole request body.
thanks for developing and helping with this amazing framework.Tom
08/26/2024, 8:22 PM