Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hantsy/spring6-sandbox
Spring 6 and Spring Boot 3 playground
https://github.com/hantsy/spring6-sandbox
jakartaee10 java21 spring spring-6 spring-boot-3
Last synced: about 1 month ago
JSON representation
Spring 6 and Spring Boot 3 playground
- Host: GitHub
- URL: https://github.com/hantsy/spring6-sandbox
- Owner: hantsy
- License: apache-2.0
- Created: 2021-12-30T03:44:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T20:10:01.000Z (7 months ago)
- Last Synced: 2024-05-22T21:35:17.014Z (7 months ago)
- Topics: jakartaee10, java21, spring, spring-6, spring-boot-3
- Language: Java
- Homepage:
- Size: 2.84 MB
- Stars: 66
- Watchers: 8
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring 6 Sandbox
Spring 6 (and Spring Boot 3) upgrades to use Jakarta EE 9+ and Java 17 as the new code baseline. Aligned with the competitors, such as [Micronaut](https://micronaut.io/), [Quarkus](https://quarkus.io/), Spring 6 adds built-in native building support which was [an experiemental project](https://github.com/spring-projects-experimental/spring-native/releases/tag/0.11.0). At the same time, a lot of long-deprecated features are removed in Spring 6.0.
# Docs
## Core
## Web
## Persistence
* [Integrating Jakarta Data](./docs/jakarta-data.md)
## Test
## Misc# Resources
* [Initial AOT support in Spring Framework 6.0.0-M3](https://spring.io/blog/2022/03/22/initial-aot-support-in-spring-framework-6-0-0-m3)
* [Spring Framework 6.0.0-M2 and 5.3.15 available now](https://spring.io/blog/2022/01/13/spring-framework-6-0-0-m2-and-5-3-15-available-now)
* [A Java 17 and Jakarta EE 9 baseline for Spring Framework 6](https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6)
* [Spring Framework 6.0 M1 released](https://spring.io/blog/2021/12/16/spring-framework-6-0-m1-released)
* [Upgrading to Spring Framework 6.x](https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x)