Skip to content

fix(core): parse Android plugin args starting with is, closes #14254 - #14260

Merged
lucasfernog merged 1 commit into
devfrom
fix/android-plugin-is-deserialize
Oct 8, 2025
Merged

fix(core): parse Android plugin args starting with is, closes #14254#14260
lucasfernog merged 1 commit into
devfrom
fix/android-plugin-is-deserialize

Conversation

@lucasfernog

Copy link
Copy Markdown
Member

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.

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.
@lucasfernog
lucasfernog requested a review from a team as a code owner October 7, 2025 19:09
@github-actions

github-actions Bot commented Oct 7, 2025

Copy link
Copy Markdown
Contributor

Package Changes Through 111c203

There are 9 changes which include @tauri-apps/api with minor, tauri-cli with minor, tauri-utils with minor, tauri-runtime-wry with minor, tauri-runtime with minor, tauri with minor, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-macros with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.8.0 2.9.0
tauri-utils 2.7.0 2.8.0
tauri-bundler 2.6.1 2.7.0
tauri-runtime 2.8.0 2.9.0
tauri-runtime-wry 2.8.1 2.9.0
tauri-codegen 2.4.0 2.4.1
tauri-macros 2.4.0 2.4.1
tauri-plugin 2.4.0 2.4.1
tauri-build 2.4.1 2.4.2
tauri 2.8.5 2.9.0
@tauri-apps/cli 2.8.4 2.9.0
tauri-cli 2.8.4 2.9.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@FabianLars

Copy link
Copy Markdown
Member

wtf is going on in java land

@lucasfernog
lucasfernog merged commit 006d592 into dev Oct 8, 2025
27 checks passed
@lucasfernog
lucasfernog deleted the fix/android-plugin-is-deserialize branch October 8, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants