Marco

Results 5 issues of Marco

Spring Cloud Contract Wiremock supports generating `bodyMatchers` for request when the contract is created using Spring RestDocs. However, the same is not possible for response ([see here](https://github.com/spring-cloud/spring-cloud-contract/blob/master/spring-cloud-contract-wiremock/src/main/java/org/springframework/cloud/contract/wiremock/restdocs/ContractDslSnippet.java#L80)). I think this...

enhancement
help wanted

Using https://github.com/mapstruct/mapstruct-examples/tree/master/mapstruct-lombok as a reference, I tried to add a field to both `Source` and `Target` and then modified the test to cover the new field. ``` @Test public void...

It would be cool to enable Studio to validate an example payload against the message schema. This would enable quick prototyping and move into a direction of one tool to...

enhancement

**Which version of Kotest are you using** 5.8.1 Related to: https://github.com/kotest/kotest/issues/3848 Java Version 21 also introduced unmodifiable wrapper for `SequencedSet` When trying to test such a reverse-ordered view with shouldContainExactly...

waiting-for-clarification :grey_question:

### Describe your Issue Java records are final, as well as Kotlin data classes; in version 2.17, `DefaultTyping` deprecates the `EVERYTHING` option (from https://github.com/FasterXML/jackson-databind/issues/4160), however there are legit use cases...