Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)