Chris Kocel
Chris Kocel
@eddumelendez do you know when it will be released? I use AWS SDK v2 and I would like not to have import v1.
@storozhukBM Thanks for the elaborate answer. It would be a good idea to mark loom-friendly modules somehow (or do the opposite - put a warning on the incompatible ones :)...
Fear no more @bgalek PR pending ;)
Repository with reproduction - https://github.com/kkocel/openapigradlerepro
For me, the workaround mentioned above did not work - I had to add dependsOn manually thanks to @rivancic https://github.com/kkocel/openapigradlerepro/pull/1
@pratikjain227 have you configured how open api should connect to your local Spring Boot app? my config: ```kotlin openApi { outputDir.set(file("$projectDir/docs")) apiDocsUrl.set("http://localhost:8080/v3/api-docs.yaml") outputFileName.set("openapi.yaml") } ```
It would be great to pick one of the predefined values or insert your own.
@Nikita-Guchakov I've seen that kotest is using those exceptions [already](https://github.com/kotest/kotest/pull/1339/files), maybe it's a bug that it is not used here...
@LeoColman so it's not intellij-plugin issue, it's opentest4j regression