notes/pl/java/libfws/spring/boot/docs/whatsnew.txt
Ihar Hancharenka 39c253aac4 m
2025-01-06 23:34:06 +03:00

93 строки
5.2 KiB
Plaintext

runtime("org.springframework.boot:spring-boot-properties-migrator")
3.x
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes
https://spring.io/blog/2024/11/25/bootiful-34-index
https://spring.io/blog/2024/11/24/bootiful-34-framework
https://spring.io/blog/2024/11/24/bootiful-34-data
https://spring.io/blog/2024/11/24/bootiful-34-security
https://dzen.ru/a/Z0o0xHzk5Gfj4iWx
https://digma.ai/spring-boot-3-4-what-to-keep-an-eye-on/
https://habr.com/ru/companies/spring_aio/articles/861182/
https://www.youtube.com/watch?v=ivKvlLJ_y4s
https://habr.com/ru/companies/spring_aio/articles/836506/
! 3.3
DevBcn - From Spring Boot 2 to Spring Boot 3 with Java 21 and Jakarta EE 0:00 of 42:40
https://www.youtube.com/watch?v=zCvGUlHw0ho
[VDBUH2024] - Josh Long - Bootiful Spring Boot 3.x of 58:09
https://www.youtube.com/watch?v=3SiYK0BWr0M
@SpringBootApplication
public class ServiceApplication {
...
@Bean
RouterFunction<ServerResponse> routerFunction() {
return route().GET("customers", null)
.build();
}
}
JavaTechie - Spring Boot 3.2 With Virtual Threads Explained 0:00 of 22:22
https://www.youtube.com/watch?v=9dUPPHREF7w
Lviv JavaClub - [Event 302] Spring boot news by Ihor Didyk 0:00 of 47:37
https://www.youtube.com/watch?v=Fze4mG5DXRQ
https://github.com/lvivJavaClub/spring-boot3-updates
https://tanzu.vmware.com/content/blog/how-netflix-increased-application-performance-with-spring-boot-3-and-java-17
https://digma.ai/blog/top-features-coming-in-spring-boot-3-2/
DanVega - Building a new application with Spring Boot 3.2 0:00 of 23:20
https://www.youtube.com/watch?v=w1Nzqm7MnZI
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2.0-Release-Notes
https://vived.substack.com/p/spring-framework-61-and-spring-boot
https://www.linkedin.com/learning/spring-6-and-spring-boot-3-first-look/spring-to-the-latest
spring.factories is no longer supported
META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
https://medium.com/@nonowak/whats-new-in-spring-boot-3-0-bed0b3ed080f
https://www.baeldung.com/spring-boot-3-migration
SpringDeveloper - Spring Tips: Go Further and Faster with Spring Boot 3.3 (Updated) 0:00 of 36:56
https://www.youtube.com/watch?v=zeY3Wg1ieqI
SpringDeveloper - How Netflix Is Upgrading to Spring Boot 3 of 50:00
https://www.youtube.com/watch?v=IMGcD08rdVw
SpringDeveloper - Long - Spring Tips: the road to Spring Boot 3: Spring Framework 6 0:00 of 28:36
https://www.youtube.com/watch?v=aUm5WZjh8RA
Devoxx - Ahead Of Time and Native in Spring Boot 3 0 by Stéphane Nicoll & Brian Clozel 0:00 of 50:43
https://www.youtube.com/watch?v=TS4DpYSmfXk
https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0
https://www.baeldung.com/spring-boot-3-spring-6-new
https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-3
https://www.springcloud.io/post/2022-05/springboot-3-0/
2.7
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes
2.4
https://spring.io/blog/2020/11/12/spring-boot-2-4-0-available-now
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-Config-Data-Migration-Guide
2.3
https://spring.io/blog/2020/06/18/what-s-new-in-spring-boot-2-3
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes
https://spring.io/blog/2020/05/15/spring-boot-2-3-0-available-now
https://rieckpil.de/whats-new-in-spring-boot-2-3/
2.2
https://github.com/spring-projects/spring-boot/releases/tag/v2.2.6.RELEASE
https://spring.io/blog/2020/02/27/spring-boot-2-2-5-released
https://spring.io/blog/2020/01/16/spring-boot-2-2-3-released
https://github.com/spring-projects/spring-boot/releases/tag/v2.2.3.RELEASE
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.2-Release-Notes#upgrading-from-spring-boot-21
https://medium.com/@TimvanBaarsen/whats-new-in-spring-boot-2-2-dab550f664bb
https://habr.com/ru/company/otus/blog/475384/
https://www.infoq.com/news/2019/03/spring-boot-22-milestone
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.2.0-M1-Configuration-Changelog
https://spring.io/blog/2019/03/08/spring-boot-2-2-m1
https://www.infoq.com/news/2019/03/spring-boot-22-milestone
2.1
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.1.0-RC1-Release-Notes
https://spring.io/blog/2018/10/17/spring-boot-2-1-0-rc1-available-now
2.0
https://github.com/spring-projects/spring-boot/milestone/109?closed=1
https://spring.io/blog/2018/05/09/spring-project-vulnerability-reports-published
https://spring.io/blog/2018/03/01/spring-boot-2-0-goes-ga
https://spring.io/blog/2018/01/31/spring-boot-2-0-0-rc1-available-now
http://www.baeldung.com/new-spring-boot-2
https://www.infoq.com/presentations/spring-boot-2
https://www.slideshare.net/Pivotal/whats-new-in-spring-boot-20
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide
https://github.com/spring-projects/spring-boot/tree/master/spring-boot-project/spring-boot-properties-migrator
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0.0-RC1-Release-Notes