diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 6ab7eec45f2..cc18cc3550d 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -49,6 +49,15 @@ jobs: uses: stCarolas/setup-maven@v5 with: maven-version: 3.8.7 + - name: Run check style + uses: nikitasavinov/checkstyle-action@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + reporter: 'github-pr-check' + tool_name: 'checkstyle' + level: 'error' + fail_on_error: true + config: 'checkstyle/vaadin-checkstyle.xml' - name: Set flow version to 999.99-SNAPSHOT run: | ./scripts/computeMatrix.js set-version --version=999.99-SNAPSHOT diff --git a/README.md b/README.md index 0e80d833d64..863bdfcc5ae 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,9 @@ Since [Vaadin platform 23.0](https://github.com/vaadin/platform), Flow major and | Branch | [Platform Version](https://github.com/vaadin/platform/releases) | [Flow Version](https://github.com/vaadin/flow/releases) | |--------|-------------------------------------------------------------------------|---------------------------------------------------------| -| 1.0 | 10 (LTS) | 1.0 | +| 1.0 | 10 (Commercial support) | 1.0 | | 2.11 | 14.12 (LATEST commercial with Java 8+ support and Servlet 3) | 2.11 | | 23.5 | 23.5 (LATEST commercial with Java 11+ support and Servlet 3) | 23.5 | -| 24.4 | 24.4 (maintained minor release, Java 17+, Jakarta EE 10, Spring-boot 3) | 24.4 | -| 24.5 | 24.5 (LATEST release, Java 17+, Jakarta EE 10, Spring-boot 3) | 24.5 | -| 24.6 | 24.6 (Vaadin 24.6 pre-release) | 24.6 | +| 24.5 | 24.5 (maintained minor release, Java 17+, Jakarta EE 10, Spring-boot 3) | 24.5 | +| 24.6 | 24.6 (LATEST release, Java 17+, Jakarta EE 10, Spring-boot 3) | 24.6 | | main | 24.7 (Vaadin 24.7 preparations) | 24.7 |