-
Notifications
You must be signed in to change notification settings - Fork 1
deps: Bump platform to 2024.2 (sinceBuild) #452
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
Conversation
Plugin com.vaadin.intellij-plugin:1.0-SNAPSHOT against IU-252.23892.360Compatible. 11 usages of scheduled for removal API and 7 usages of deprecated API. 35 usages of experimental API |
Plugin com.vaadin.intellij-plugin:1.0-SNAPSHOT against IU-241.14494.2401 compatibility problem. 5 usages of deprecated API. 58 usages of experimental API |
Plugin com.vaadin.intellij-plugin:1.0-SNAPSHOT against IC-241.14494.2401 compatibility problem, some of which may be caused by absence of optional dependencies in the target IDE IC-241.14494.240. 5 usages of deprecated API. 46 usages of experimental API |
|
Artifact build on last commit: distributions.zip. |
Plugin com.vaadin.intellij-plugin:1.0-SNAPSHOT against IC-242.20224.300Compatible. 11 usages of scheduled for removal API and 5 usages of deprecated API. 46 usages of experimental API |
Plugin com.vaadin.intellij-plugin:1.0-SNAPSHOT against IU-242.20224.300Compatible. 11 usages of scheduled for removal API and 5 usages of deprecated API. 58 usages of experimental API |
Plugin com.vaadin.intellij-plugin:1.0-SNAPSHOT against IU-252.25557.131Compatible. 11 usages of scheduled for removal API and 7 usages of deprecated API. 35 usages of experimental API |
Plugin com.vaadin.intellij-plugin:1.0-SNAPSHOT against IC-252.25557.131Compatible. 11 usages of scheduled for removal API and 7 usages of deprecated API. 26 usages of experimental API |
| runPluginVerifier: | ||
| runs-on: ubuntu-latest | ||
| runs-on: macos-latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ubuntu-latest is causing false negatives on plugin verifier dependencies check
| import com.intellij.openapi.vcs.ProjectLevelVcsManager | ||
| import com.intellij.openapi.vcs.VcsConfiguration | ||
| import com.intellij.openapi.vcs.VcsShowConfirmationOption | ||
| import com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*Impl classes are not part of public API
Will allow to use Starter API for writing simple integration tests.