Sebastian Schuberth
Sebastian Schuberth
No, no one is actively working on it AFAICT.
@porsche-rishisaxena, before anyone can look into this, I believe we first need to 1. verify that the issue is still reproducible with the latest version of ORT, 2. show that...
To clean up stale issues, I'm closing this as an assumed duplicate of #6239. Feel free to reopen if you can prove it is not a duplicate, but a separate...
> allows me to import the information in a graph database such as Neo4j Would you have a reference for that, like how to import graphviz/dot into Neo4j?
Note to myself: https://github.com/RCHowell/Dotlin could be a library to use.
> Note to myself: https://github.com/RCHowell/Dotlin could be a library to use. Alternatively, use https://github.com/nidi3/graphviz-java/tree/master/graphviz-kotlin directly. Though *graphviz-java* seems to be terrible outdated by now...
I'm also thinking into the direction of simply installing multiple JDK versions in parallel in the Docker image, and finding a way to choose the JDK at runtime for the...
> Maven you can have in the properties You have the same in Gradle, but these have no impact on the chosen JDK (if there are multiple ones on your...
My current idea, at least for SBT for now, is to bootstrap the required JDK via https://github.com/foojayio/discoclient at ORT analyzer runtime.
> Do you have any idea when you'll fix the usage of jdk21 for gradle and sbt project ? No commitment to that. But providing an example project could speed...