You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Hector Espert (Jira)" <ji...@apache.org> on 2020/02/23 15:22:00 UTC

[jira] [Commented] (NETBEANS-3558) Add Spring Framework 5.2.2

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

Hector Espert commented on NETBEANS-3558:
-----------------------------------------

Class `org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping` used in the dispatcher-servlet.xml generated when Netbeans creates a new project was deprecated in Spring 4 and removed in Spring 5.

I prepared this PRĀ [https://github.com/apache/netbeans/pull/1966] to remove the deprecated class from the template used when a project with Spring 4 or Spring 5 is created.

For old versions you only need to remove bean `<bean class="org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping"/>` from the dispatcher-servlet.xml to fix it.

> Add Spring Framework 5.2.2
> --------------------------
>
>                 Key: NETBEANS-3558
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3558
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: javaee - Spring
>    Affects Versions: Next
>            Reporter: Hector Espert
>            Assignee: Hector Espert
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: Next
>
>         Attachments: Screenshot from 2019-12-22 13-24-24.png
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Update java/libs.springframework module to add Spring Framework 5.2.2 library dependency for ant projects.
> !Screenshot from 2019-12-22 13-24-24.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists