Month: June 2022

关于 @SuppressWarnings

Java compilers are increasingly capable of issuing helpful “lint-like” warnings. To encourage the use of such warnings, there should be some way to disable a warning in a part of the program when the programmer knows that the warning is inappropriate. The annotation type SuppressWarnings supports programmer control over warnings otherwise issued by a Java compiler. It […]

Spring Boot Support

from spring.io Branch Initial Release End of Support End Commercial Support * 3.0.x 2022-11-24 2023-11-24 2025-02-24 2.7.x 2022-05-19 2023-11-18 2025-02-18 2.6.x 2021-11-17 2022-11-24 2024-02-24 2.5.x 2021-05-20 2022-05-19 2023-08-24 2.4.x 2020-11-12 2021-11-18 2023-02-23 2.3.x 2020-05-15 2021-05-20 2022-08-20 2.2.x 2019-10-16 2020-10-16 2022-01-16 2.1.x 2018-10-30 2019-10-30 2021-01-30 2.0.x 2018-03-01 2019-03-01 2020-06-01 1.5.x 2017-01-30 2019-08-06 2020-11-06

Spring Boot 3.0.0 M1 Release Notes

转自官方github项目的发布说明 Spring Boot 3.0.0 M1 Release Notes Upgrading from Spring Boot 2.x Deprecations from Spring Boot 2.x Classes, methods and properties that were deprecated in Spring Boot 2.x have been removed in this release. Please ensure that you aren’t calling deprecated methods before upgrading. Minimum Requirements Changes Spring Boot 3.0 makes the following changes to […]