Madalin Ilie
Madalin Ilie
Hi, I'm trying to create a table where a Description column is quite lengthy. I've tried the following: ``` public class LabelTableRow extends MFXTableRowCell { public LabelTableRow(Function extractor) { super(extractor);...
**Describe the bug** I get a NPE with the following regex `^[^\p{C}\p{Z}\s]*[^\p{C}]+[^\p{C}\p{Z}]*$` which didn't happen on version 1.4. **To Reproduce** Steps to reproduce the behavior: 1. regex: `^[^\p{C}\p{Z}\s]*[^\p{C}]+[^\p{C}\p{Z}]*$` 2. `RgxGen.parse("^[^\\p{C}\\p{Z}\\s]*[^\\p{C}]+[^\\p{C}\\p{Z}]*$").generate()`...
**Describe the bug** While doing some fuzzing using https://github.com/Endava/cats I discovered an issue for the `/articles` endpoint. Doing a POST with long&random unicode values results in a `500 Internal Server...
##### Description When an inline schema has empty title, the resulted model has an empty name causing schema to not properly be resolved. ##### swagger-parser version Version 2.1.22 ##### OpenAPI...
Fix cross-path reference parameter ref resolve #2116
Fix issue #2118 with assigning empty model name when title empty for inline schema
##### Description When parsing the Parameters section from an operation, cross-path reference parameters are ignored. This is not consistent with other elements which are properly included in the final OpenAPI...