sbt-openapi-generator
sbt-openapi-generator copied to clipboard
Bintray was sunset a while ago. Artifacts can no longer be published against it. What is the plan for the OpenAPITools repository more broadly for artifact management?
Since bintray is no longer an option, this sets up sbt-ci-release which is commonly used for sbt plugins to do releases. I'll include some comments inline. ## What is yet...
Using this plugin version, I am not able to generate valid array of enums. ``` addSbtPlugin(dependency = "org.openapitools" % "sbt-openapi-generator" % "5.0.1" ) ``` 1. Create api spec with this...
> sbt [info] welcome to sbt 1.6.2 (Amazon.com Inc. Java 18.0.1) [info] loading global plugins from /Users/myuser/.sbt/1.0/plugins java.lang.Exception: The system property 'plugin.version' is not defined. at $09e901f3bb9bfda1e449$.$sbtdef(/Users/myuser/dev/sandbox/sbt-openapi-generator/src/sbt-test/sbt-openapi-generator/simple/project/plugin.sbt:7) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at...
Related to https://github.com/OpenAPITools/openapi-generator/issues/9856, When generated project defined as scala subproject we might want to provide additional parameter `isScalaModule` to prevent define default values for scala and cross-scala versions as it...
Hi, I'm trying to use `sbt-openapi-generator` but unfortunately, it doesn't seems to work. Here is the output in the command line. I receive a "success" but I can't find generated...
Hi all, What are the differences between this project and [upstart-commerce/sbt-openapi-generator](https://github.com/upstart-commerce/sbt-openapi-generator), and which is recommended? It looks like they have separate histories (reading [this ticket](https://github.com/upstart-commerce/sbt-openapi-generator/issues/13)) so would it make sense...
Define which repositories this artefact will be published. At least, for sbt community it should be published to https://bintray.com/sbt/sbt-plugin-releases, I believe @eed3si9n can help us on it.
Tracking item to update/build/test on openapi-generator releases. If successful, we can commit the new version and trigger a release.