You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release_notes.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
Under development in `master` branch.
4
4
5
+
### Fixed Bugs
6
+
7
+
- fixes issues when parsing OpenAPI schemas with PATCH methods and YAML size more than 3MB.
8
+
9
+
# Version 5.0.0
10
+
5
11
### Breaking Changes
6
12
7
13
-_core_ process is moved to JDK 17, while _driver_ is still on 8 (and it will be for the foreseeable future). If you run EM from its installers or Docker, you will see no difference. However, if you run it via its jar file with '_java -jar_', then you need to make sure to have JDK 17 (or 21, but not 25).
0 commit comments