Ask Your Question
3

Is it mandatory to use the Java 17 version with Spring Boot greater than 2.7.5 or can we use JDK 11 or 8?

asked 2022-05-05 11:00:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-04-17 12:00:00 +0000

ladyg gravatar image

While Java 17 is the recommended version for Spring Boot 2.7.5 and higher, it is not strictly mandatory. It is possible to use earlier versions of Java, such as JDK 11 or 8, with these Spring Boot versions. However, it is important to note that using an older version of Java may limit access to some newer features and improvements introduced in later versions. Additionally, it may impact performance and security, as older versions of Java may have vulnerabilities or may not be optimized for modern hardware. Therefore, it is recommended to use the latest version of Java whenever possible.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-05-05 11:00:00 +0000

Seen: 12 times

Last updated: Apr 17 '21