Closed jamesfulford closed 3 years ago
This is now fixed/addressed under: https://github.com/Endava/cats/commit/16e9456f608bafb36b3571964fde6eb25db4988f. Documentation updated to explain behaviour and encourage setting reasonable maxLength
values: https://github.com/Endava/cats#stringfieldsrightboundaryfuzzer
If you put out another release, I'll download the jar and test it out
Try this one: https://github.com/Endava/cats/releases/tag/cats-6.0.3 Also, it will be helpful to have a complete request schema definition for #10
Tried out 6.0.3, seems to be fixed. Thanks!
Stacktrace when attempting to generate a string when schema says maxLength: 2147483647. (Including this value is the default behavior of springdoc if minLength is specified). Ideally a warning instead. I can update my API doc to be a more reasonable number, but opening so can be handled more gracefully and/or others can know how to fix.