Open abrassel opened 4 months ago
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.57/swagger-codegen-cli-3.0.57.jar -O swagger-codegen-cli.jar java -jar swagger-codegen-cli.jar generate -i https://github.com/unitycatalog/unitycatalog/blob/main/api/all.yaml -l rust Exception in thread "main" java.lang.RuntimeException: Can't load config class with name rust
Version 3.0.57
java -jar swagger-codegen-cli.jar generate -i https://github.com/unitycatalog/unitycatalog/blob/main/api/all.yaml -l rust
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.57/swagger-codegen-cli-3.0.57.jar -O swagger-codegen-cli.jar java -jar swagger-codegen-cli.jar generate -i https://github.com/unitycatalog/unitycatalog/blob/main/api/all.yaml -l rust
Same issue here
Description
Swagger-codegen version
Version 3.0.57
Swagger declaration file content or url
Command line used for generation
Steps to reproduce
Related issues/PRs
Suggest a fix/enhancement