Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any EOL( end of life) and EOVS( end of vendor support) dates for spring libs? [closed]

Is there any EOL( end of life) and EOVS( end of vendor support) dates for spring libs like spring boot, spring cloud, spring session etc? If yes where can I find these information for each version of libs?

like image 508
Sanket Gupta Avatar asked Oct 04 '17 09:10

Sanket Gupta


1 Answers

Various Spring components move at a different pace. However the Spring Framework (spring core if you will) has rather a long support. As you can in this blog post, Spring 4.3.x will be supported until 2019, while Spring 3.2.x went EOL in December 2016 (remember that the initial Spring 3.0.0 release was in 2009).

Spring Boot, Spring Cloud and Spring Session definitely have smaller lifecycles than the Framework so your mileage may vary.

like image 163
geoand Avatar answered Oct 07 '22 08:10

geoand