Re: Netbeans 11.2 Spring Framework problem

2020-02-05 Thread Tom M
Great, thanks! On Tue, Feb 4, 2020, 7:34 PM Jose Ch wrote: > Hi Tom, > > This PR fix that problem. I tested with both 3.x & 4.x versions of Spring. > > https://github.com/apache/netbeans/pull/1908 > > Regards. > > Jose > > > El jue., 30 ene. 2020 a las 9:39, Tom M () escribió: > >> When I

Re: Netbeans 11.2 Spring Framework problem

2020-02-04 Thread Jose Ch
Hi Tom, This PR fix that problem. I tested with both 3.x & 4.x versions of Spring. https://github.com/apache/netbeans/pull/1908 Regards. Jose El jue., 30 ene. 2020 a las 9:39, Tom M () escribió: > When I create a new Java web project with Maven and add Spring Framework > support and try to

Netbeans 11.2 Spring Framework problem

2020-01-30 Thread Tom M
When I create a new Java web project with Maven and add Spring Framework support and try to build it I get an error message "Failure to find org.springframework:spring-framework-bom:jar:4.0.1.RELEASE" The same is true for the 3.x version of Spring Framework. All I did was New Project -> Java