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 E

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