microprofile-extensions / openapi-ext

Some extensions for MicroProfile OpenAPI
Apache License 2.0
22 stars 13 forks source link

Fail open the UI. java.lang.NoSuchMethodError: java.io.InputStream.readAllBytes... #29

Closed marcelomrwin closed 4 years ago

marcelomrwin commented 4 years ago

When trying to work with the UI using 1.1.4 Version the following occurs:

85 more Caused by: java.lang.NoSuchMethodError: java.io.InputStream.readAllBytes()[B at org.microprofileext.openapi.swaggerui.Templates.getLogo(Templates.java:121) at org.microprofileext.openapi.swaggerui.Templates.afterCreate(Templates.java:46) ... 90 more

phillip-kruger commented 4 years ago

Hi @marcelomrwin , what version of java are you using ?

phillip-kruger commented 4 years ago

Closing - no feedback. please reopen if needed.