Skip to content
New issue

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

[Task]: Remove deprecated FromJsonWithType.convert and CloneWithType.convert java methods #40175

Open
Nadeeshan96 opened this issue Apr 10, 2023 · 2 comments
Assignees
Labels
Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime Type/Task

Comments

@Nadeeshan96
Copy link
Contributor

Description

$title

After fixing ballerina-platform/ballerina-library#3933.

Describe your task(s)

No response

Related area

-> Runtime

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

@Nadeeshan96 Nadeeshan96 added Type/Task Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime labels Apr 10, 2023
@Nadeeshan96 Nadeeshan96 self-assigned this Apr 10, 2023
@Nadeeshan96
Copy link
Contributor Author

There are some other deprecated APIs that needs to be removed later. Search https://github.com/ballerina-platform/ballerina-lang/issues/40175 in the code to find them.

@Nadeeshan96
Copy link
Contributor Author

Deprecated APIs

  1. io.ballerina.runtime.api.Runtime.getCurrentRuntime()
  2. io.ballerina.runtime.api.creators.ValueCreator.createDecimalValue(String, DecimalValueKind)
  3. io.ballerina.runtime.api.creators.ValueCreator.createStreamingJsonValue(JsonDataSource)
  4. io.ballerina.runtime.api.utils.JsonUtils.convertToJson(Object, List<TypeValuePair>)
  5. io.ballerina.runtime.api.utils.StringUtils.getStringValue(Object, BLink)
  6. io.ballerina.runtime.api.utils.StringUtils.getExpressionStringValue(Object, BLink)
  7. io.ballerina.runtime.api.utils.StringUtils.parseExpressionStringValue(String, BLink)
  8. io.ballerina.runtime.api.values.BDecimal.getValueKind()
  9. io.ballerina.runtime.api.values.BFuture.getStrand()
  10. io.ballerina.runtime.api.values.BObject.call(Strand, String, Object...)
  11. io.ballerina.runtime.api.values.BObject.start(Strand, String, Object...)
  12. io.ballerina.runtime.api.values.BRegexpValue.getRegExpDisjunction()
  13. io.ballerina.runtime.api.values.BTypedesc.instantiate(Strand)
  14. io.ballerina.runtime.api.values.BTypedesc.instantiate(Strand, BInitialValueEntry[])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime Type/Task
Projects
Status: BackLog
Development

No branches or pull requests

4 participants