fasten-project / fasten

Analyse package dependency networks at the call graph level
https://www.fasten-project.eu
Apache License 2.0
91 stars 28 forks source link

Maven REST API resolve endpoints timeout #473

Closed zikanl closed 2 years ago

zikanl commented 2 years ago

Maven resolve endpoints produce a timeout error when dependencies/dependents resolution is requested. The rest of REST API was working fine.

mir-am commented 2 years ago

@zikanl Thanks for submitting this issue. I am aware of this issue and I am currently working to fix it. The fix will be added in #472.

mir-am commented 2 years ago

The issue is now resolved. I have tested the REST API and its dependency resolution endpoints by running:

https://api.fasten-project.eu/api/mvn/packages/log4j:log4j/1.2.16/resolve/dependents
zikanl commented 2 years ago

Yes, it works now - thanks!