-
Notifications
You must be signed in to change notification settings - Fork 351
Upgrade to Spring Boot 2.4.0-M2 #138
Comments
We don't yet have any firm plans for a Spring Boot 2.4 milestone that will consume Framework 5.3 M1. In the past we've skipped straight to M2. How helpful to your work here would it be to have a Boot 2.4 M1 that builds on Framework 5.3 M1? |
If Spring Framework 5.3 M1 remains compatible with Spring Boot 2.3.x, I think we can live with that. The impact for us is that we will keep Spring Boot substitutions (like the one to remove XML usage for example) until your milestone at M2 timeframe. If Spring Framework 5.3 M1 introduces incompatible changes, that would block us and a related Boot milestone would be really needed. |
@wilkinsona I have removed our intermediate 0.7.1 milestone to clarify the roadmap and will "just" leverage Spring Framework 5.3 M1 on |
This commit also: - Remove Spring Framework substitutions (see spring-projects/spring-framework#22968 (comment) for more details) - Remove web-issue122 sample which seems not relevant anymore - Remove Unnecessary classes and resource configuration from spring-petclinic-jdbc sample - Upgrade to spring Fu 0.4.0-SNAPSHOT - Migrate remaining tests to JUnit 5 - Remove java.lang.management.* from hints - Rename OnlyPresent to OnlyIfPresent See spring-atticgh-138
This commit also: - Remove Spring Framework substitutions (see spring-projects/spring-framework#22968 (comment) for more details) - Remove web-issue122 sample which seems not relevant anymore - Remove Unnecessary classes and resource configuration from spring-petclinic-jdbc sample - Upgrade to spring Fu 0.4.0-SNAPSHOT - Migrate remaining tests to JUnit 5 - Remove java.lang.management.* from hints - Rename OnlyPresent to OnlyIfPresent See gh-138
This commit also: - Remove Spring Framework substitutions (see spring-projects/spring-framework#22968 (comment) for more details) - Remove web-issue122 sample which seems not relevant anymore - Remove Unnecessary classes and resource configuration from spring-petclinic-jdbc sample - Upgrade to spring Fu 0.4.0-SNAPSHOT - Migrate remaining tests to JUnit 5 - Remove java.lang.management.* from hints - Rename OnlyPresent to OnlyIfPresent See gh-138
Thanks to spring-projects/spring-boot#22093 which brings support of spring.xml.ignore flag natively to Spring Boot. See spring-atticgh-138
Boot snapshots are using Spring Framework 5.3.0-M2 See spring-atticgh-138
This commit also: - Remove Spring Framework substitutions (see spring-projects/spring-framework#22968 (comment) for more details) - Remove web-issue122 sample which seems not relevant anymore - Remove Unnecessary classes and resource configuration from spring-petclinic-jdbc sample - Upgrade to spring Fu 0.4.0-SNAPSHOT - Migrate remaining tests to JUnit 5 - Remove java.lang.management.* from hints - Rename OnlyPresent to OnlyIfPresent See spring-atticgh-138
Thanks to spring-projects/spring-boot#22093 which brings support of spring.xml.ignore flag natively to Spring Boot. See spring-atticgh-138
Boot snapshots are using Spring Framework 5.3.0-M2 See spring-atticgh-138
This commit also: - Remove Spring Framework substitutions (see spring-projects/spring-framework#22968 (comment) for more details) - Remove web-issue122 sample which seems not relevant anymore - Remove Unnecessary classes and resource configuration from spring-petclinic-jdbc sample - Upgrade to spring Fu 0.4.0-SNAPSHOT - Migrate remaining tests to JUnit 5 - Remove java.lang.management.* from hints - Rename OnlyPresent to OnlyIfPresent See spring-atticgh-138
Thanks to spring-projects/spring-boot#22093 which brings support of spring.xml.ignore flag natively to Spring Boot. See spring-atticgh-138
Boot snapshots are using Spring Framework 5.3.0-M2 See spring-atticgh-138
And related Boot milestone
The text was updated successfully, but these errors were encountered: