oh, hai
//preposition: consider using the latest sonarqube server software in a container
I just started taking notes of the deprecation-logs and after finding out, that there are actually deprecated api-calls happening … i would like to propse an enhancement:
If possible, provide the “mitigation” after displaying the deprecated api-call … so for example in my case:
Now:
/api/user_groups/create Web service is deprecated since 10.4 and will be removed in a future version.
Suggestion for “Enhanced Version”:
/api/user_groups/create Web service is deprecated since 10.4 and will be removed in a future version.
Consider using /api/xy/z instead
And now - while crafting this post - i cannot find a replacement for /api/user_groups/create
.
And now i fear you asking me why i want to programattically create the Groups
There are many interesting and complex things mentioned in the above linked resource … so will there be a replacement for create_groups
?
- If so, it would reduce my workload if this replacement would be hinted at in the deprecation-logs
- If not, ehm, err, do i need to - in the future, past deprecation - manually enter the groups in the UI?
I hope this braindump was concise enough to be comprehensible
cheers
Daniel