webjars / webjars-locator-weblogic

Weblogic URL Protocol handler for webjars-locator
2 stars 2 forks source link

Not working with Spring Boot 2.0.0 #2

Closed david-kerwick closed 6 years ago

david-kerwick commented 6 years ago

When deploying on weblogic is gives an error

java.lang.ClassNotFoundException: org.webjars.CloseQuietly

This I believe is because Spring Boot is using webjars-locator-core 0.35 directly and the CloseQuietly class has been removed from there.