Skip to content

Comments

Fix the type conversion issue #58

Open
NeilChenyc wants to merge 4 commits intoxuxueli:masterfrom
NeilChenyc:master
Open

Fix the type conversion issue #58
NeilChenyc wants to merge 4 commits intoxuxueli:masterfrom
NeilChenyc:master

Conversation

@NeilChenyc
Copy link

Fix the type conversion issue of packageList.toArray() in JsonSerializer.java and JsonbSerializer.java by replacing it with packageList.toArray(new String[0]) to avoid potential ClassCastException.

NeilChenyc and others added 4 commits April 2, 2025 12:19
…alizer.java` and `JsonbSerializer.java` by replacing it with `packageList.toArray(new String[0])` to avoid potential `ClassCastException`.
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.

1 participant