We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
$title
Describe your task(s)
In some standard libraries cloneWithType.convert(), fromJsonWithType.convert(), cloneWithType, and fromJsonWithType java methods are used in the native code. After fixing Provide a runtime API to clone a value to a type ballerina-lang#35141, we can use this instead of them. We need to replace the usages to use the runtime API. https://github.com/search?l=Java&q=org%3Aballerina-platform+CloneWithType&type=Code https://github.com/search?l=Java&q=org%3Aballerina-platform+FromJsonWithType&type=Code
cloneWithType.convert()
fromJsonWithType.convert()
cloneWithType
fromJsonWithType
Need to enable tests disabled by Fix and disable some service dispatching tests module-ballerina-http#1409
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered:
CloneWithType
FromJsonWithType.convert
CloneWithType.convert
Closing the issue since the task is done.
Sorry, something went wrong.
Nadeeshan96
No branches or pull requests
Description:
$title
Describe your task(s)
In some standard libraries
cloneWithType.convert()
,fromJsonWithType.convert()
,cloneWithType
, andfromJsonWithType
java methods are used in the native code. After fixing Provide a runtime API to clone a value to a type ballerina-lang#35141, we can use this instead of them. We need to replace the usages to use the runtime API.https://github.com/search?l=Java&q=org%3Aballerina-platform+CloneWithType&type=Code
https://github.com/search?l=Java&q=org%3Aballerina-platform+FromJsonWithType&type=Code
Need to enable tests disabled by Fix and disable some service dispatching tests module-ballerina-http#1409
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered: