SonarQube compatibility
This release is compatible with SonarQube Community Build 25.2 and newer and it has been tested on versions 25.2 to 25.7.
SonarQube commercial builds are not supported. For that, consider using zpa-cli instead.
Install/update instructions
- Download the sonar-zpa-plugin-3.8.0.jar and copy it to the SONARQUBE_HOME/extensions/plugins.
- Remove the older plugin from that directory.
- Restart the SonarQube instance.
For custom plugin developers
Binary compatibility is not guaranteed either in between any version number change. Custom plugins should be recompiled against the same version of sonar-zpa-plugin
.
Download the zpa-toolkit-3.8.0.jar (requires Java 17+) to test the parser and view the AST.
Short changelog
🔀 Merge
🚀 Features
🐛 Fixes
🔄️ Changes
- e7f9fed Remove usage of deprecated method org.sonar.api.config.PropertyDefinition.Builder.onQualifiers
- 1b06e3b Remove usage of deprecated class org.sonar.api.utils.log.Logger
🧪 Tests
- 9180be0 it: Update integration test files to match the Oracle 23.8 docs