hai
i am using sonar-ws (configured in maven/gradle as a dependency) in a client to interact with the web_api of a sonarqube server instance of a specific (not most updated) version.
-
i presume the serverside api is changing and the implementation in sonar-ws is trying to keep up
-
because of that, i am under the assumption, that i cannot expect to use the mostest freshest version of sonar-ws
to query an older api version
of an older not-up-to-date server instance.
i think, it would be most clarifying if i “could just look up” what is the latest compatible version i can use with Sonarqube Server version xy
(actually, i just realize, my parallel opened question concerning the sonarlint-versions is trying to archieve something similar, i think )