mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-16 13:50:55 +00:00
The generation code was ignoring top-level aliases for any language config that contained "java", which included "javascript", a completely different language. Changed this to be those configs based on the JavaAbstractGenerator class.