Re: Java 8 -> Java 21 supported by Netbeans

2025-03-13 Thread Claus Lüthje
Hi MaciejIt‘s hard to understand, that there is no tool support for Java migration.Much of the needed information seems to be in Maven POMs, so at least a template could be generated by NetBeans.Kind regardsClausAm 13.03.2025 um 12:18 schrieb Maciej Jaros : This will be a time-c

Re: Java 8 -> Java 21 supported by Netbeans

2025-03-13 Thread Maciej Jaros
This will be a time-consuming process. NetBeans can help you figure out new versions of libraries in POM files and will mark out deprecated classes. Other than that it's just tinkering from my experience. The most time-consuming part will probably be updating Hibernate and Spring if you use the