openapi-generator/modules/openapi-generator-cli
Jim Schubert db9102a440 Clean up file output handling (#1895)
* Clean up file output handling

This attempts to normalize all generators to use OS agnostic
File.separator.

It also cleans up some areas in code where we replace "." in full file
output path with File.separator. We should only be modifying directory
names we own, and should avoid modifying anything that can be provided
by a user.

It would probably be better to use Paths.get(…).toString() in all cases.

* Fix missed path separators in java codegen

* Adjust Java codegen path replacements

* Convert / in full path replacements, as / is forbidden in Windows, and noop elsewhere

* Use Paths.get where files are written, to better handle Windows path constraints
2019-01-14 22:49:39 +08:00
..
src Clean up file output handling (#1895) 2019-01-14 22:49:39 +08:00
Dockerfile Change entrypoint to docker-entrypoint.sh (#1413) 2018-11-13 17:24:04 +09:00
pom.xml Prepare 3.3.4 snapshot (#1450) 2018-11-15 16:21:15 +08:00