walaniam

Results 2 issues of walaniam

This PR is to fix [issue 1886](https://github.com/swagger-api/swagger-parser/issues/1886) When parsing openapi definitions the results are different on Linux and Windows systems. It has been documented with the test: `OpenAPIV3ParserTest#testIssue1886`. On Linux...

When running `BoatSpringTemplatesTests` on Windows OS it fails with StackOverflowError. This issue is related to https://github.com/swagger-api/swagger-parser/issues/1886 , tested with proposed fix: https://github.com/swagger-api/swagger-parser/pull/1959 ```java java.lang.StackOverflowError at java.base/java.lang.StringLatin1.replace(StringLatin1.java:344) at java.base/java.lang.String.replace(String.java:2970) at org.openapitools.codegen.utils.ModelUtils.getSimpleRef(ModelUtils.java:401)...