Skip to content

Latest commit

 

History

History
302 lines (288 loc) · 21.9 KB

PACKAGES.md

File metadata and controls

302 lines (288 loc) · 21.9 KB

Maven Packages

Akka project This document presents the Maven packages our projects depend on.

We also install the following Maven packages :

Depending on the build tool the above packages are stored locally in two different locations :

Build tool Local repository
gradle.bat, mvn.cmd, sbt.bat %USERPROFILE%\.m2\repository\
ant.bat (Ivy library) %USERPROFILE%\.ivy2\cache\

Footnotes

[1] Spring Boot vs. Spring Framework

Spring Boot 3.x depend on Spring Framework 6 and requires JDK 17 as a minimum version while Spring Boot 2.x depend on the Spring Framework 5 which has long-term support provided on JDK 8, 11 and 17 :
Spring Boot 3 Release Date Spring 6 Framework JDK
3.4.0 (relnotes) Nov 2024 6.2.0 (relnotes) 17+ (23)
3.3.4 (relnotes) Sep 2024 6.1.13 (relnotes) 17+ (23)
3.3.3 Aug 2024 6.1.12 (relnotes) 17+ (23)
3.3.2 July 2024 6.1.11 (relnotes) 17+ (23)
3.3.1 June 2024 6.1.10 (relnotes) 17+ (23)
3.3.0 May 2024 6.1.6 (relnotes) 17+ (23)
3.2.5 (relnotes) Apr 2024 6.1.6 (relnotes) 17+ (21)
3.2.4 (relnotes) Mar 2024 6.1.5 (relnotes) 17+ (21)
3.2.3 (relnotes) Feb 2024 6.1.4 (relnotes) 17+ (21)
3.2.2 (relnotes) Jan 2024 6.1.3 (relnotes) 17+ (21)
3.2.1 (relnotes) Dec 2023 6.1.2 (relnotes) 17+ (21)
3.2.0 (relnotes) Nov 2023 6.1.1 (relnotes) 17+ (21)
3.1.5 (relnotes) Oct 2023 6.0.13 (relnotes) 17+ (21)
3.1.4 (relnotes) Sep 2023 6.0.12 (relnotes) 17+ (21)
3.1.2 (relnotes) Jul 2023 6.0.11 (relnotes) 17+ (21)
3.1.1 (relnotes) Jun 2023 6.0.10 (relnotes) 17+ (21)
3.1.0 (relnotes) May 2023 6.0.9 (relnotes) 17+ (21)
3.0.7 (relnotes) May 2023 6.0.9 (relnotes) 17+ (21)
3.0.6 (relnotes) Apr 2023 6.0.8 (relnotes) 17+ (21)
3.0.5 (relnotes) Mar 2023 6.0.7 (relnotes) 17+ (21)
3.0.4 (relnotes) Mar 2023 6.0.6 (relnotes) 17+ (21)
3.0.3 (relnotes) Feb 2023 6.0.5 (relnotes) 17+ (21)
3.0.2 (relnotes) Jan 2023 6.0.4 (relnotes) 17
3.0.1 (relnotes) Dec 2022 6.0.3 (relnotes) 17
3.0.0 (relnotes) Nov 2022 6.0.2 (relnotes) 17
Spring Boot 2 Spring 5 Framework JDK
2.7.18 (relnotes) 5.3.31 (relnotes) 8, 11, 17
2.7.17 (relnotes) 5.3.30 (relnotes) 8, 11, 17
2.7.16 (relnotes) 5.3.30 (relnotes) 8, 11, 17
2.7.14 (relnotes) 5.3.29 (relnotes) 8, 11, 17
2.7.13 (relnotes) 5.3.28 (relnotes) 8, 11, 17
2.7.12 (relnotes) 5.3.27 (relnotes) 8, 11, 17
2.7.11 (relnotes) 5.3.27 (relnotes) 8, 11, 17
2.7.10 (relnotes) 5.3.26 (relnotes) 8, 11, 17
2.7.7 (relnotes) 5.3.24 (relnotes) 8, 11, 17
2.7.6 (relnotes) 5.3.24 (relnotes) 8, 11, 17
2.7.5 (relnotes) 5.3.23 (relnotes) 8, 11, 17
2.7.4 (relnotes) 5.3.23 (relnotes) 8, 11, 17
2.7.0 (relnotes) 5.3.20 (relnotes) 8, 11, 17
2.6.7 (relnotes) 5.3.19 (relnotes) 8, 11, 17
2.6.6 (relnotes) 5.3.18 (relnotes) 8, 11, 17
2.6.5 (relnotes) 5.3.17 (relnotes) 8, 11, 17
.........
2.6.0 (relnotes) 5.3.13 (relnotes) 8, 11, 17
Note: Spring Boot 1.0 was released in 2014 and Spring Framework 1.0 was released in 2003.

mics/January 2025