Description
When generating for spring, having a "." (dot) in the username does replace the path's with a "/" (slash) on MacOS.
For example "/Users/foo.bar/" will end up being "/Users/foo/bar/".
openapi-generator version
4.0.0-beta (maven)
Command line used for generation
see maven plugin options
Steps to reproduce
simply generate with a username that has a "." (dot) in his username (or maybe somewere else in the path)
Description
When generating for spring, having a "." (dot) in the username does replace the path's with a "/" (slash) on MacOS.
For example "/Users/foo.bar/" will end up being "/Users/foo/bar/".
openapi-generator version
4.0.0-beta (maven)
Command line used for generation
see maven plugin options
Steps to reproduce
simply generate with a username that has a "." (dot) in his username (or maybe somewere else in the path)