Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghusta/matrice-versions-spring-boot-dependencies
Matrice des versions Spring Boot / Dependencies - π«π·
https://github.com/ghusta/matrice-versions-spring-boot-dependencies
java spring-boot
Last synced: 10 days ago
JSON representation
Matrice des versions Spring Boot / Dependencies - π«π·
- Host: GitHub
- URL: https://github.com/ghusta/matrice-versions-spring-boot-dependencies
- Owner: ghusta
- Created: 2023-01-19T18:07:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T16:17:46.000Z (4 months ago)
- Last Synced: 2024-07-21T17:56:36.928Z (4 months ago)
- Topics: java, spring-boot
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Matrice des versions Spring Boot / Dependencies
:encoding: utf-8
:toc: auto
:toclevels: 3
:icons: font
:table-stripes: hover== Historique Spring Boot 2.0+
|===
| Spring Boot β‘οΈ | Spring Boot 2.0 | Spring Boot 2.1 | Spring Boot 2.2 | Spring Boot 2.3 | Spring Boot 2.4 | Spring Boot 2.5 | Spring Boot 2.6 | Spring Boot 2.7 | Spring Boot 3.0 | Spring Boot 3.1 | Spring Boot 3.2 | Spring Boot 3.3 | Spring Boot 3.4 | Spring Boot 3.5 | Spring Boot 4.0| Java baseline
| Java 8
| Java 8
| Java 8
| Java 8
| Java 8
| Java 8
| Java 8
| Java 8
| Java 17
| Java 17
| Java 17
| Java 17
| Java 17
| Java 17
| Java 17| Spring Framework
| 5.0
| 5.1
| 5.2
| 5.2
| 5.3
| 5.3
| 5.3
| 5.3
| 6.0
| 6.0
| 6.1
| 6.1
| 6.2
| 6.2
| 7.0 footnote:[https://spring.io/blog/2024/10/01/from-spring-framework-6-2-to-7-0[From Spring Framework 6.2 to 7.0]]| Spring Security
| 5.0
| 5.1
| 5.2
| 5.3
| 5.4
| 5.5
| 5.6
| 5.7
| 6.0
| 6.1
| 6.2
| 6.3
| 6.4
|
|| Tomcat Embedded
| 8.5
| 9.0
| 9.0
| 9.0
| 9.0
| 9.0
| 9.0
| 9.0
| 10.1
| 10.1
| 10.1
| 10.1
| 10.1
| 10.1
| 11.0| Spring Data JPA ‡
| 2.0
| 2.1
| 2.2
| 2.3
| 2.4
| 2.5
| 2.6
| 2.7
| 3.0
| 3.1
| 3.2
| 3.3
| 3.4
|
|| β’ Hibernate ORM
| 5.2
| 5.3
| 5.4
| 5.4
| 5.4
| 5.4
| 5.6
| 5.6
| 6.1
| 6.2
| 6.3-6.4 (since 3.2.1footnote:[Hibernate 6.4 introduced in v3.2.1. See details in https://github.com/spring-projects/spring-boot/issues/38870[#38870] and https://github.com/spring-projects/spring-boot/issues/38523[#38523].])
| 6.5
| 6.6
|
| 7.0| Micrometer
| 1.0
| 1.1
| 1.3
| 1.5
| 1.6
| 1.7
| 1.8
| 1.9
| 1.10
| 1.11
| 1.12
| 1.13
| 1.14
|
|| Spring Web Services ‡
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|| β’ soap-api (SAAJ)
| --
| 1.4.0
| 1.4.1
| 1.4.2
| 1.4.2
| 1.4.2
| 1.4.2
| 1.4.2
| 3.0.0
| 3.0.0
| 3.0.0
| 3.0.1
| 3.0.2
|
|| β’ ws-api (JAX-WS API)
| --
| 2.3.1
| 2.3.2
| 2.3.3
| 2.3.3
| 2.3.3
| 2.3.3
| 2.3.3
| 4.0.0
| 4.0.0
| 4.0.0
| 4.0.1
| 4.0.2
|
|| β’ xml.bind-api (JAX-B)
| --
| 2.3.1
| 2.3.2
| 2.3.3
| 2.3.3
| 2.3.3
| 2.3.3
| 2.3.3
| 4.0.0
| 4.0.0
| 4.0.1
| 4.0.2
| 4.0.2
|
|| β’ spring-ws-core
| 3.0.0
| 3.0.4
| 3.0.7
| 3.0.9
| 3.0.10
| 3.1.1
| 3.1.1
| 3.1.3
| 4.0
| 4.0
| 4.0
| 4.0
| 4.0
|
|| Blog Post
| https://spring.io/blog/2018/03/01/spring-boot-2-0-goes-ga[π]
| https://spring.io/blog/2018/10/30/spring-boot-2-1-0[π]
| https://spring.io/blog/2019/10/16/spring-boot-2-2-0[π]
| https://spring.io/blog/2020/05/15/spring-boot-2-3-0-available-now[π]
| https://spring.io/blog/2020/11/12/spring-boot-2-4-0-available-now[π]
| https://spring.io/blog/2021/05/20/spring-boot-2-5-is-now-ga[π]
| https://spring.io/blog/2021/11/19/spring-boot-2-6-is-now-available[π]
| https://spring.io/blog/2022/05/19/spring-boot-2-7-0-available-now[π]
| https://spring.io/blog/2022/11/24/spring-boot-3-0-goes-ga[π]
| https://spring.io/blog/2023/05/18/spring-boot-3-1-0-available-now[π]
| https://spring.io/blog/2023/11/23/spring-boot-3-2-0-available-now[π]
| https://spring.io/blog/2024/05/23/spring-boot-3-3-0-available-now[π]
| π§
| π§
| π§| Release Notes
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.1-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.2-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.4-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.1-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.3-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.5-Release-Notes[π]
| https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Release-Notes[π]| GitHub Release
| https://github.com/spring-projects/spring-boot/releases/tag/v2.0.0.RELEASE[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v2.1.0.RELEASE[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v2.2.0.RELEASE[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v2.3.0.RELEASE[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v2.4.0[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v2.5.0[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v2.6.0[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v2.7.0[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v3.0.0[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v3.1.0[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v3.2.0[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v3.3.0[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v3.4.0[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v3.5.0[π·]
| https://github.com/spring-projects/spring-boot/releases/tag/v4.0.0[π·]|===
== Versions supportΓ©es actuellement / end of life
Voir :
* https://spring.io/projects/spring-boot#support
* https://endoflife.date/spring-boot