mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-12 00:21:18 +00:00
This fixes adding supporting files to packages that have a '.'. If the controllersPackage or modelsPackage has a '.' (eg to put the controllers and/or models in a subpackage of the invokerPackage), supporting controller and models were ending up in directories that included the period instead of converting the periods to file separators.