@@ -5,8 +5,6 @@ image:https://github.com/olle/spring-query-response-amqp/workflows/Java%20CI/bad
5
5
**WIP: Driving the initial version from this README, please feel free to
6
6
provide feedback through issues.**
7
7
8
- _Coming in 2024: support only for the latest Spring Boot **CURRENT** version._
9
-
10
8
Build safer and more resilient distributed services. Get the benefits of an
11
9
_always async_ approach to data exchange. Ensure decoupling of components. Be
12
10
better prepared for system evolution. Create more scalable solutions. Change the
@@ -111,37 +109,32 @@ provided in Spring Boot. Therefore, there needs to be a living relationship
111
109
between the generational release versions of Spring Boot and this project.
112
110
113
111
We will build and tag an initial version `0.9.x` as a _preliminary_ working
114
- version of Query/Response. This version is tracked in branches supporting the
115
- active Spring Boot versions, as well as the `main` branch.
116
-
117
- * `main` -> Spring Boot 3.0.x
118
- * `spring-boot-2.7.x` -> Spring Boot 2.7.x
119
- * `spring-boot-2.6.x` -> Spring Boot 2.6.x
120
- * `spring-boot-2.5.x` -> Spring Boot 2.5.x
112
+ version of Query/Response. This version will only support the current and latest
113
+ version of Spring Boot, in our `main` branch.
121
114
122
- From each branch there will be tagged releases, denoting the version of Spring
123
- Boot that it is built against. For example `0.9.0-SB2_3_6` means it was built
124
- with the Spring Boot `2.3.6.RELEASE` dependency.
115
+ * `main` -> Spring Boot 3.3.x
125
116
126
117
There will be no other minor version increment under the initial major version
127
118
`0.x.x`. The `0.9.x` version will be used to iron out bugs and gather feedback
128
- for an upcoming `1.0.0` version.
119
+ for an upcoming stable `1.0.0` version.
129
120
130
121
=== No longer active
131
122
132
123
The following branches and versions are no longer actively supported or
133
124
back-ported to. The intent is to never linger behind the list of active Spring
134
125
Boot versions.
135
126
136
- * `spring-boot-2.4.x` -> Spring Boot 2.4.x
137
- * `spring-boot-2.3.x` -> Spring Boot 2.3.x.RELEASE
138
- * `spring-boot-2.2.x` -> Spring Boot 2.2.x.RELEASE
139
- * `spring-boot-2.1.x` -> Spring Boot 2.1.x.RELEASE
140
- * `spring-boot-1.5.x` -> Spring Boot 1.5.x.RELEASE
127
+ * `inactive/spring-boot-2.7.x` -> Spring Boot 2.7.x
128
+ * `inactive/spring-boot-2.6.x` -> Spring Boot 2.6.x
129
+ * `inactive/spring-boot-2.5.x` -> Spring Boot 2.5.x
130
+ * `inactive/spring-boot-2.4.x` -> Spring Boot 2.4.x
131
+ * `inactive/spring-boot-2.3.x` -> Spring Boot 2.3.x.RELEASE
132
+ * `inactive/spring-boot-2.2.x` -> Spring Boot 2.2.x.RELEASE
133
+ * `inactive/spring-boot-2.1.x` -> Spring Boot 2.1.x.RELEASE
134
+ * `inactive/spring-boot-1.5.x` -> Spring Boot 1.5.x.RELEASE
141
135
142
136
Happy coding!
143
137
144
138
---
145
139
146
- Spring and Spring Boot are trademarks of Pivotal Software, Inc. in the U.S. and
147
- other countries.
140
+ Spring and Spring Boot is a trademark of Broadcom Inc. and/or its subsidiaries.
0 commit comments