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: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
Changelog
2
2
=========
3
-
# 0.49.7 / TBC
3
+
# 0.49.7 / 2025-05-01
4
+
*[IMPROVEMENT] Encapsulate the JsonParser error type to hide the Jackson exception inside the wrapper, to avoid a dependency on Jackson outside of `App.java`[#553][] (Thanks [@ygree][])
5
+
*[IMPROVEMENT] Migrate from snakeyaml to snakeyaml-engine to stop using snakeyaml reflection, which is poorly compatible with GraalVM native builds [#554][] (Thanks [@ygree][])
4
6
5
7
# 0.49.6 / 2024-11-11
6
8
*[BUGFIX] Fixed `NullPointerException` on JBoss when user and password not set [#546][]
0 commit comments