Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#801: Add support for Sonarqube 10.2 #839

Merged
merged 1 commit into from
Dec 31, 2023
Merged

Conversation

mc1arke
Copy link
Owner

@mc1arke mc1arke commented Dec 30, 2023

The checkProjectPermission on Sonarqube's UserSession has been replaced with hasEntityPermission, and the mainBranchProjectUuid has been dropped from ComponentDTO, which has required a fix to set the right UUID as the project UUID for the branch. Additionally, the MoreCollectors map/identity collectors have been dropped from Sonarqube core, so their references have been replaced with equivalent toMap collectors from the JRE.

The `checkProjectPermission` on Sonarqube's UserSession has been
replaced with `hasEntityPermission`, and the `mainBranchProjectUuid`
has been dropped from ComponentDTO, which has required a fix to set the
right UUID as the project UUID for the branch. Additionally, the
`MoreCollectors` map/identity collectors have been dropped from
Sonarqube core, so their references have been replaced with equivalent
`toMap` collectors from the JRE.
Copy link

sonarcloud bot commented Dec 30, 2023

@mc1arke mc1arke merged commit 531f76a into master Dec 31, 2023
12 checks passed
@mc1arke mc1arke deleted the feature/sonarqube-10_2-support branch December 31, 2023 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant