vaadin / cdi

CDI Integration for Vaadin
Apache License 2.0
41 stars 56 forks source link

test: added support for testing with Jakarta EE 10 #431

Closed mcollovati closed 1 year ago

mcollovati commented 1 year ago

Updated integration tests POM to be able to run validation against containers for both Jakarta EE 9 and 10 version Update source code to work with annotated bean discovery mode, since this is the default starting with Jakarta EE 10. Added a workaround to avoid issues with SLF4J when running tests with Payara.

DO NOT SQUASH