RE: Question about Spring 6 and Netbeans

2025-07-08 Thread Samson Chung
That is my intention, moving to Spring 6, the new Jakarta namespace, and tomcat 10. I am just struggling with getting Spring 6 into NetBeans… Sc. From: Maciej Jaros Sent: Tuesday, July 8, 2025 4:23 AM To: users@netbeans.apache.org Subject: Re: Question about Spring 6 and Netbeans [EXTERNAL

Re: Question about Spring 6 and Netbeans

2025-07-08 Thread Maciej Jaros
AFAIK Spring 6 only supports jakarta.*, not javax.*. If you really want to upgrade you will have to move to Jakarta namespace. Otherwise you can stay with Spring5 and javax, but S5 already has security bugs (reported in CVE), so... Regards, Maciej Nux. Samson Chung (2025-07-07 21:32): Hi Ev

Question about Spring 6 and Netbeans

2025-07-07 Thread Samson Chung
Hi Everyone, I have been banging my head on this issue for some time and am hoping someone can give me a hand. I’ve been using Netbeans 8 for my Java Development for years, stayed on that version as I remained on Java 8. I have recently started looking at upgrading to a more modern Java. One o