library search doesn't work in "Download Library From Maven Repository" window
Answered
I've upgraded IDEA from 2017.2.3 to 2017.2.5 and it seems that searching for libraries in maven stopped to work.
In new simple Java project, open "Project Structure\Project Settings\Libraries", press "+", "From Maven...", search for "hibernate". Result:
Found: 0
Please enter valid coordinate, discover it or select one from the list
In previous IDEA version after above actions the dropdown list contained list of libraries with "hibernate" keyword. If I enter "org.hibernate:hibernate-core:5.2.10.Final2" instead of "hibernate" the library is found, but the next step fails with error:
No files were downloaded for org.hibernate:hibernate-core:5.2.10.Final2
Please sign in to leave a comment.
Related issue https://youtrack.jetbrains.com/issue/IDEA-143582.
Feel free to file a new bug at https://youtrack.jetbrains.com/issues/IDEA with the logs attached (https://intellij-support.jetbrains.com/hc/articles/207241085).
Doesn't look like that issue. In my case it doesn't find anything, not even this
javax.servlet - 436 results
javax.servlet-api - 77 results
Yesterday before IDEA upgrade search worked without a glitch. I'll report a bug, thank you.
I too am not having any search results when searching for items in the maven repository. Is there any update on the progress of this issue, or a bug that I can track? I recently switched from 2016 to 2017.2.2 and the problem started. I uninstalled 2017 and redownloaded 2016.2.5 and was able to search maven repositories again. Unfortunately my fallback license is for 2017.2.2.... Because this version has this problem when my subscription ends, does that mean that I won't be able to use maven queries any more?
Sirajperson, see IDEA-179857