Yogesh Nikam
Yogesh Nikam
**Description** When specifying 204 status code in OpenAPI spec, we do not specify the response schema/example since 204 always returns `No-content` as the response. Although, we can specify the request...
Exception in thread "main" java.lang.IllegalArgumentException: Unsupported class file major version 61 at org.objectweb.asm.ClassReader.(ClassReader.java:196) at org.objectweb.asm.ClassReader.(ClassReader.java:177) at org.objectweb.asm.ClassReader.(ClassReader.java:163) at dev.tigr.nebulous.Nebulous.openJar(Nebulous.kt:115) at dev.tigr.nebulous.Nebulous.openFile(Nebulous.kt:95) at dev.tigr.nebulous.Nebulous.run(Nebulous.kt:55) at dev.tigr.nebulous.MainKt.main(Main.kt:25)
**What**: Refactor BackwardCompatibilityTestCommand class. **Why**: **How**: **Checklist**: - [ ] Documentation added to the README.md OR link to PR on https://github.com/specmatic/specmatic-documentation - [x] Tests - [ ] Sonar Quality Gate...
**What**: Added tests to cover most of the changes done recently for response schema validation support. **Checklist**: - [ ] Documentation added to the README.md OR link to PR on...
**What**: The changes enable generation of an elaborate set of negative patterns for ListPattern. **Why**: Earlier the only negative pattern that was getting generated from ListPattern was NullPattern. **Checklist**: -...
**Checklist**: - [ ] Documentation added to the README.md OR link to PR on https://github.com/specmatic/specmatic-documentation - [x] Tests - [ ] Sonar Quality Gate
Add support for generation of negative test scenarios where mandatory query params are removed from the request.
…ver http can modify the response before it gets passed on [repsonse-interceptor for HttpStub] **What**: Add a response interceptor hook in HttpStub **Why**: Other protocols can use this hook in...