Skip to content

Commit

Permalink
chore(docs): Remove links to the early-access release in preparation …
Browse files Browse the repository at this point in the history
…for shorter release cycles
  • Loading branch information
felipebz committed Sep 23, 2024
1 parent 670656c commit 3305120
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,20 @@ Do you want to use this analyzer in a project hosted on [SonarCloud](https://son
- Navigate to the Marketplace (SONARQUBE_URL/marketplace?filter=installed). It should list "Z PL/SQL Analyzer" on the tab "Installed Plugins";
- Run an analysis with [SonarScanner](https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/overview/).

If you like to live on the bleeding edge, you can use the [latest development version][early-access].

## Compatibility matrix

| ZPA version | SonarQube version (min/max) |
|------------------------------------------------------|-----------------------------|
| 3.5.1 | 9.9 / 10.6 |
| 3.6.0 ([early-access][early-access], in development) | 9.9 / 10.7 |
| ZPA version | SonarQube version (min/max) |
|------------------------|-----------------------------|
| 3.5.1 | 9.9 / 10.6 |
| 3.6.0 (in development) | 9.9 / 10.7 |

## ZPA Toolkit

The ZPA Toolkit is visual tool to review the AST (abstract syntax tree) and the symbol table generated by the parser.

![](https://raw.githubusercontent.com/wiki/felipebz/zpa/img/zpa-toolkit.png)

The latest ZPA Toolkit can be downloaded from the [releases page](https://github.com/felipebz/zpa/releases/latest) and it requires JDK 11 or newer. You can also download the [latest development version][early-access].
The latest ZPA Toolkit can be downloaded from the [releases page](https://github.com/felipebz/zpa/releases/latest) and it requires JDK 11 or newer.

## Contribute

Expand Down Expand Up @@ -74,5 +72,3 @@ Then run the tests:
By default, the tests will be executed using SonarQube 9.9 LTA. You can change the SonarQube version using the property `sonar.runtimeVersion`, passing one of `LATEST_RELEASE[9.9]` (for SonarQube 9.9.x LTA), `LATEST_RELEASE[10.6]` (latest official release) or `a.b.c.d` for an exact release including build number:

./gradlew integrationTest -Dsonar.runtimeVersion=LATEST_RELEASE[9.9]

[early-access]: https://github.com/felipebz/zpa/releases/tag/early-access

0 comments on commit 3305120

Please sign in to comment.