You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day! I'm trying to make my native with swagger-ui
And it turns out that I'm missing META-INF information for it.
Exception in thread "main" java.lang.ExceptionInInitializerError: META-INF resources are missing, please check https://tapir.softwaremill.com/en/latest/docs/openapi.html#using-swaggerui-with-sbt-assembly
at sttp.tapir.swagger.SwaggerUI$.$init$$$anonfun$2(SwaggerUI.scala:22)
at scala.Option.getOrElse(Option.scala:201)
at sttp.tapir.swagger.SwaggerUI$.<clinit>(SwaggerUI.scala:24)
at sttp.tapir.swagger.bundle.SwaggerInterpreter.fromEndpoints(SwaggerInterpreter.scala:28)
at sttp.tapir.swagger.bundle.SwaggerInterpreter.fromEndpoints$(SwaggerInterpreter.scala:11)
Since the common setup - based on traditional openJDK works fine - I assume the problem is with my configuration for dockerNative plugin. Am I missing some config options that allow adding META-INF information to native image?
Good day! I'm trying to make my native with swagger-ui
And it turns out that I'm missing
META-INF
information for it.Since the common setup - based on traditional openJDK works fine - I assume the problem is with my configuration for dockerNative plugin. Am I missing some config options that allow adding
META-INF
information to native image?My settings:
The text was updated successfully, but these errors were encountered: