You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The java.text.NumberFormat#getCompactNumberInstance() was introduced in JDK-12 and is gone in JDK-19. I am happy to submit the pull request but I have not figured out the way to mark a particular method / class as ignorable or unresolvable. Should it be included into jdk-deprecated-19.txt although it is not deprecated but gone?
Execution failed for task ':client:test:forbiddenApisMain'. │src/main/resources/de/thetaphi/forbiddenapis/signatures/jdk-deprecated-17.txt
> Parsing signatures failed: Method not found while parsing signature: java.text.NumberFormat#getCompactNumberInstance()
The text was updated successfully, but these errors were encountered:
The
java.text.NumberFormat#getCompactNumberInstance()
was introduced in JDK-12and is gone in JDK-19. I am happy to submit the pull request but I have not figured out the way to mark a particular method / class as ignorable or unresolvable. Should it be included intojdk-deprecated-19.txt
although it is not deprecated but gone?The text was updated successfully, but these errors were encountered: