Closed mikkka closed 8 months ago
The CI tests failed. Please take a look when you've time.
can you please update https://github.com/OpenAPITools/sbt-openapi-generator/actions/runs/7927084946/workflow?pr=48#L29 to jdk11 as well?
can you please update https://github.com/OpenAPITools/sbt-openapi-generator/actions/runs/7927084946/workflow?pr=48#L29 to jdk11 as well?
done
Hi @wing328 , do you think that it's time for a new release?
Hi @wing328 , would you kindly release new version?
the publish failed since bintray has been unset: https://github.com/OpenAPITools/sbt-openapi-generator/actions/runs/7961025131/job/21731316245
i'll try to see if i can manually publish it this weekend
fyi. filed https://github.com/OpenAPITools/sbt-openapi-generator/pull/49 to switch to sonatype for publishing
@mikkka does the staging looks good to you?
Jar looks good. Wait for it being placed in nexus, so it can be included in project via addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.3.0")
just did a released of 7.3.0. can you please give it a try?
just did a released of 7.3.0. can you please give it a try?
Found this:
https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/sbt-openapi-generator_2.12_1.0/7.3.0+0-4ae9bf0a+20240226-0000/ https://repo1.maven.org/maven2/org/openapitools/sbt-openapi-generator_2.12_1.0/7.3.0+0-4ae9bf0a+20240226-0016/
I think version is broken and there are no pom
file (sbt wants it)
thanks for checking. i'll take another look tomorrow
just published to https://repo1.maven.org/maven2/org/openapitools/sbt-openapi-generator_2.12_1.0/7.3.0/ by skipping the version plugin
can you please give it another try?
if it works, i'll cut another release for openapi generator v7.4.0
Ok, now it can be seen.
вт, 26 мар. 2024 г. в 08:39, William Cheng @.***>:
just published to https://repo1.maven.org/maven2/org/openapitools/sbt-openapi-generator_2.12_1.0/7.3.0/ by skipping the version plugin
can you please give it another try?
if it works, i'll cut another release for openapi generator v7.4.0
— Reply to this email directly, view it on GitHub https://github.com/OpenAPITools/sbt-openapi-generator/pull/48#issuecomment-2019325035, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABEFWKJEC2BYYMGEVUMOFDY2DUWZAVCNFSM6AAAAABDKIKIIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJZGMZDKMBTGU . You are receiving this because you were mentioned.Message ID: @.***>
good.
can you please give it a try to see if the sbt plugin works for you as expected?
Hi, Seems to work fine.
вт, 26 мар. 2024 г. в 18:41, William Cheng @.***>:
good.
can you please give it a try to see if the sbt plugin works for you as expected?
— Reply to this email directly, view it on GitHub https://github.com/OpenAPITools/sbt-openapi-generator/pull/48#issuecomment-2020461118, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABEFWPUKVOHU6TN4SOMXALY2F3HJAVCNFSM6AAAAABDKIKIIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRQGQ3DCMJRHA . You are receiving this because you were mentioned.Message ID: @.***>
thanks for testing it
just published v7.4.0: https://central.sonatype.com/artifact/org.openapitools/sbt-openapi-generator/7.4.0
why drop support Java 8
it's reached EOL a while ago.
if you can't use JDK11+ in your environment, please use docker instead, e.g. https://hub.docker.com/r/openapitools/openapi-generator-cli
Bump open api generator version to 7.3.0
@wing328 please have a look