File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ This library is my attempt to fill the gap I see in Spring MVC.
100
100
## Requirements
101
101
102
102
* Java 8+
103
- * Spring MVC or Spring WebFlux (5.3.5 +)
103
+ * Spring MVC or Spring WebFlux (5.3.8 +)
104
104
105
105
## Use
106
106
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 0.4.0
4
+ Released 2021-06-20
5
+
6
+ - New Spring Boot starter modules for both Web MVC and WebFlux implementations. Allows quick and easy use of the data
7
+ binder in Spring Boot applications with no configuration.
8
+ - Add basic support for Multipart request data in WebFlux.
9
+ - Minimum supported Spring version: 5.3.8
10
+ - Minimum supported Spring Boot version: 2.4.7
11
+
3
12
## 0.3.0
4
13
Released 2021-03-24
5
14
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ subprojects {
27
27
apply plugin : ' org.sonarqube'
28
28
29
29
group ' com.mattbertolini'
30
- version ' 0.4.0-SNAPSHOT '
30
+ version ' 0.4.0'
31
31
32
32
sourceCompatibility = 1.8
33
33
You can’t perform that action at this time.
0 commit comments