[ 
https://issues.apache.org/jira/browse/CXF-7198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15848291#comment-15848291
 ] 

ASF GitHub Bot commented on CXF-7198:
-------------------------------------

GitHub user deki opened a pull request:

    https://github.com/apache/cxf/pull/233

    CXF-7198: Update Spring-Boot to 1.5.1 release

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/deki/cxf CXF-7198

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cxf/pull/233.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #233
    
----
commit 8fac5fa3eecc58e586f2dde138e7bce99ea6ed9a
Author: Dennis Kieselhorst <m...@dekies.de>
Date:   2017-02-01T11:39:58Z

    CXF-7198: Update Spring-Boot to 1.5.1 release

----


> cxf-spring-boot-starter does not work with Spring Boot 1.5.0 or above
> ---------------------------------------------------------------------
>
>                 Key: CXF-7198
>                 URL: https://issues.apache.org/jira/browse/CXF-7198
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS, JAX-WS Runtime
>            Reporter: Karthik Prasad
>            Assignee: Freeman Fang
>             Fix For: 3.2.0
>
>
> 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
> }



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to