Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The ServletRegistrationBean( package org.springframework.boot.context.embedded.ServletRegistrationBean) which was already marked as deprecated since version 1.4 , as part of clean-up activity in version 1.5.0 has been removed and moved to org.springframework.boot.web.servlet.ServletRegistrationBean. Hence when using cxf-spring-boot-starter-jaxrs or cxf-spring-boot-starter-jaxws with spring-boot 1.5.0 or 2.0.0 snapshot. Application fails with error java.lang.ClassNotFoundException: org.springframework.boot.context.embedded.ServletRegistrationBean.
Below is the Javadoc provided in deprecated class org.springframework.boot.context.embedded.ServletRegistrationBean.
/*
- @deprecated as of 1.4 in favor of
- {@link org.springframework.boot.web.servlet.ServletRegistrationBean}
*/
@Deprecated
public class ServletRegistrationBean
extends org.springframework.boot.web.servlet.ServletRegistrationBean
}
Attachments
Issue Links
- is related to
-
CXF-7499 jaxws_spring_boot application error
- Closed
- links to