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

Use of deprecated APIs #24

Open
sgravrock opened this issue May 23, 2024 · 0 comments
Open

Use of deprecated APIs #24

sgravrock opened this issue May 23, 2024 · 0 comments
Labels
help needed Extra attention is needed

Comments

@sgravrock
Copy link
Member

IdeaJasmine uses several APIs that are deprecated by JetBrains and, in most cases, scheduled for removal:

  • JsTestRunConfigurationProducer
  • StringUtils
  • PathKt.isFile

StringUtils and PathKt.isFile should be straightforward to replace. JsTestRunConfigurationProducer is more of a challenge because it's undocumented. Although JetBrains has given us advance warning of its removal, they haven't suggested a replacement. Historically there haven't been documented APIs for implementing test runner plugins, but maybe that has changed. The source code to the OSS plugins maintained by JetBrains might also be a useful source of information.

@sgravrock sgravrock added the help needed Extra attention is needed label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help needed Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant