-
Notifications
You must be signed in to change notification settings - Fork 169
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
Migrate TestBench to Jakarta EE 9 / Servlet 5.0 #14784
Comments
And Junit5? ;) |
Thanks @knoobie , that's a hot topic indeed. I'd include JUnit 5 into this scope as well. |
As for CI builds - TestBench CI uses single job for running all branches/PRs builds. It will be updated to include maven compiler version property for each build separately, nothing more to be done. |
As for JUnit5 - common part has been extracted as a part of vaadin/testbench#1318, I've did the same based on current master. Classes to be migrated to JUnit5:
|
* feat: Jakarta EE 9 Fixes: vaadin/flow#14784 * chore: flow and jetty bump * chore: vaadin-spring version bump * chore: apache snapshots repo * chore: user proper license-checker version in integration-tests * chore: lit template update * chore: apache snapshots repo justification comment * Apply suggestions from code review Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com> * chore: license-checker bump Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com> (cherry picked from commit ae748f1)
Fixes: vaadin/flow#14784 Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
jakarta.*
9.0
branch, snapshot validation build and release buildThe text was updated successfully, but these errors were encountered: