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

Test PR, dont merge #20861

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Loading