Files
archived-tauri/.changes/android-plugin-bool-is-deserialize.md
Lucas Fernandes Nogueira 006d592837 fix(core): parse Android plugin args starting with is, closes #14254 (#14260)
by default Jackson treats the `isX` as a getter, so it looks for the `x` key in the JSON. To match behavior on other platforms we now configure Jackson to treat it as the field name itself.
2025-10-08 07:53:35 -03:00

155 B

tauri
tauri
patch:bug

Properly deserialize Android plugin args with key starting with is (previously treated as a getter instead of a field name).