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
I use Undertow and after upgraded to v2.3.3, app failed to start with error NoClassDefFoundError;org.apache.commons.lang.ClassUtils in 'UndertowWebServerFactoryCustomizer'
(see commit log f0d9002)
snicoll
changed the title
UndertowWebServerFactoryCustomizer - error NoClassDefFoundError for org.apache.commons.lang.ClassUtils
UndertowWebServerFactoryCustomizer requires commons lang via an unintended import on ClassUtils
Aug 24, 2020
The import should have been prevented by a Checkstyle rule. Unfortunately it doesn't work as expected, I've created a separate issue to revisit it (#23062)
Hi,
I use Undertow and after upgraded to v2.3.3, app failed to start with error NoClassDefFoundError;org.apache.commons.lang.ClassUtils in 'UndertowWebServerFactoryCustomizer'
(see commit log f0d9002)
file https://github.com/spring-projects/spring-boot/commits/master/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/embedded/UndertowWebServerFactoryCustomizer.java
Thank you and best regards,
Ionel.
The text was updated successfully, but these errors were encountered: