简体   繁体   中英

Upgrade Java version in Java 1.8 project to Java 17

I am planning to upgrade the java version in my project from 1.8 to 17.0.4.1, Hence I wanted to know which all component may break after upgradation. And which version of these component are compatible with Java 17. Anyone who are using java 17 or upgraded to java 17 may share your findings.

just create a dummy project of spring.io with java 17 and add the dependencies you want to add and download it import it and then look at the XML file you will get all compatible dependencies

for reference look this https://blogs.oracle.com/javamagazine/post/its-time-to-move-your-applications-to-java-17-heres-why-and-heres-how

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM