diff --git a/README.md b/README.md index cda941c3..66c34f6c 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ If you like to live on the bleeding edge, you can use the [latest development ve | ZPA version | SonarQube version (min/max) | |--------------------------------------|-----------------------------| -| 3.2.1 | 8.9 / 9.9 | -| 3.3.0 (early-access, in development) | 9.9 / latest | +| 3.3.0 | 9.9 / 10.4 | +| 3.4.0 (early-access, in development) | 9.9 / 10.4 | ## ZPA Toolkit diff --git a/build.gradle.kts b/build.gradle.kts index 134fa9ba..27b75045 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ allprojects { } group = "com.felipebz.zpa" - version = "3.3.0" + version = "3.4.0-SNAPSHOT" } subprojects { diff --git a/plsql-custom-rules/build.gradle.kts b/plsql-custom-rules/build.gradle.kts index 1c270b77..2a4c0b2b 100644 --- a/plsql-custom-rules/build.gradle.kts +++ b/plsql-custom-rules/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { compileOnly("org.sonarsource.api.plugin:sonar-plugin-api:$minSonarQubeApiVersion") compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.3.0") testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion") - testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.3.0") + testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.4.0-SNAPSHOT") testImplementation("org.junit.jupiter:junit-jupiter:5.8.0") } diff --git a/plsql-custom-rules/pom.xml b/plsql-custom-rules/pom.xml index a3a7e35b..e8ec2c6f 100644 --- a/plsql-custom-rules/pom.xml +++ b/plsql-custom-rules/pom.xml @@ -10,7 +10,7 @@ UTF-8 - 3.3.0 + 3.4.0-SNAPSHOT 9.9.0.65466 diff --git a/template/changelog.tpl b/template/changelog.tpl index c401759c..5a801423 100644 --- a/template/changelog.tpl +++ b/template/changelog.tpl @@ -6,9 +6,6 @@ It may work with the commercial editions of SonarQube, but you won't be able to ## Highlights -* The property `sonar.zpa.file.suffixes` was renamed to `sonar.plsqlopen.file.suffixes` due to changes in SonarQube 10.4. -* To support the ["Analyzers loading optimization"](https://docs.sonarsource.com/sonarqube/latest/instance-administration/improving-performance/#optimizing-the-loading-of-analyzers) feature from SonarQube 10.4, custom plugins must set the `Plugin-RequiredForLanguages`to `plsqlopen`. See the [Gradle example here](https://github.com/felipebz/zpa/commit/139994305485b47c0ba510946cb5f71bb2d8e8ef#diff-52b816ab2412e08a7c93600c54a68f08bd474bd2a75583a99bd2fea39b92b56b) and the [Maven example here](https://github.com/felipebz/zpa/commit/139994305485b47c0ba510946cb5f71bb2d8e8ef#diff-ed6c67ecd6bc69e0ef1f0a62ce7a8c35602ab8ae3af32dff5acee39e1324c486). - ## Install/update instructions * Download the {{#f_release_download_url}}sonar-zpa-plugin-{{projectVersion}}.jar{{/f_release_download_url}} and copy it to the SONARQUBE_HOME/extensions/plugins.