-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Open
Labels
Description
Problem
I want to use openapi-generator-cli to generate code in different projects in a different languages like go, rust etc.
But it requires to install java or use it as docker image (big image size), which is a java specific approach.
Desired feature
Can we build and publish openapi-generator-cli as GraalVM native-image that can be tech agnostic binary and can be used on any platform without dependency to java or nodejs and same for docker image build it as native image in that case it will be smaller size and instant startup time and we can reduce docker image download time, similar to mvnd or Kafka native docker image.