-
Notifications
You must be signed in to change notification settings - Fork 138
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
Fix future deprecation #298
Comments
Yeah that was expected:
Since Funny to see that idea's own One way to solve is is to |
@fabmars @OpherV , this method in their implementation always returns |
@fabmars , will you submit PR? |
@enderteszla Looks like @fabmars didn't get around to it so if you do a PR that would be appreciated! :) |
@OpherV , okay, which branch should I make PR into? |
develop? |
@OpherV , there are two solutions, one is a plain one and another is a bit more advanced one. |
By the way (since I do not know how to ask you in any other way), |
yep develop is the one. It would be unbecoming for a git flow plugin to not use git flow 😀 Currently the only issue is the one at the top of this thread. Thanks so much for the PRs! I'll review soon |
@enderteszla sorry I'm into some turmoil at the moment (and I have another pretty complex PR in progress on a JBoss project), I can't dive into this right now. Just to make it clear with my earlier comment about this deprecation, there was no real way to avoid this warning because If I remember correctly Therefore, my approach was a "wait & see" one where I would have advised to wait for Jetbrains to update their own classes before the |
For the sake of double checking I put the latest version of the IJ gradle plugin in the project As of today IJ 2020.1.2 uses api |
@fabmars , hmmm. Suddenly my newest IDEA 2020.2 EAP works well with the plugin. |
@fabmars , nevertheless. I consider it a good idea to extend VcsTaskDialogPanelProvider for at least two reasons:
|
yep, fine by me, after all we want to lift those deprecations. And I ended up with this error:
Either I need to sleep or I need to wait to be able to have what's needed to build against 2020.2. |
Indeed, neither com.jetbrains.intellij.idea:{ideaIC,ideaIU} artifact
exists, nor does even com.jetbrains.intellij.idea group.
пт, 12 июн. 2020 г., 2:03 Fabien Marsaud <[email protected]>:
… yep, fine by me, after all we want to lift those deprecations.
btw I tried to open the project using the 2020.2 EAP api following those
guidelines: https://github.com/JetBrains/gradle-intellij-plugin
And I ended up with this error:
Could not determine the dependencies of task ':buildSearchableOptions'.
> Could not resolve all files for configuration ':detachedConfiguration1'.
> Could not find com.jetbrains.intellij.idea:ideaIC:2020.2.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/com/jetbrains/intellij/idea/ideaIC/2020.2/ideaIC-2020.2.pom
- https://cache-redirector.jetbrains.com/www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIC/2020.2/ideaIC-2020.2.pom
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#298 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABT6DO2SRVX63EBVUSCRRVTRWFPDJANCNFSM4MYH4UXA>
.
|
@OpherV , so, when will we do that?))) strongly looking forward for the new version :-) |
Just for this one deprecation? |
So for the record what https://github.com/JetBrains/gradle-intellij-plugin doesn't say clearly enough for me is that the intellij { version } shouldn't be 2020.2 but 202.5792-EAP-CANDIDATE-SNAPSHOT (as of today). Version numbers are available on https://www.jetbrains.com/intellij-repository/snapshots/ Then the fix was trivial: #309 |
Solved future deprecation warning on Idea 201/202 #298
Looks like the deprecation issues were sorted out. Thanks! |
The text was updated successfully, but these errors were encountered: