From https://github.com/FlowingCode/DayOfWeekSelectorAddon * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at f354232 docs(readme): document supported versions [INFO] Scanning for projects... [INFO] [INFO] ------< com.flowingcode.vaadin.addons:day-of-week-selector-addon >------ [INFO] Building Day of Week Selector Add-on 1.3.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ day-of-week-selector-addon --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.245 s [INFO] Finished at: 2026-03-25T07:33:53Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [INFO] [INFO] ------< com.flowingcode.vaadin.addons:day-of-week-selector-addon >------ [INFO] Building Day of Week Selector Add-on 1.3.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ day-of-week-selector-addon --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on [INFO] Processing change of com.flowingcode.vaadin.addons:vaadin-bom:1.3.1-SNAPSHOT -> 25.1.0-rc2 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.179 s [INFO] Finished at: 2026-03-25T07:33:58Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [INFO] [INFO] ------< com.flowingcode.vaadin.addons:day-of-week-selector-addon >------ [INFO] Building Day of Week Selector Add-on 1.3.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ day-of-week-selector-addon --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on/target [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on (includes = [tsconfig.json], excludes = []) [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ day-of-week-selector-addon --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.1.0-rc2:prepare-frontend (default) @ day-of-week-selector-addon --- [INFO] ClassFinder initialized: 70 urls, 4496 classes scanned, 30 annotation types cached, 868 subtype relationships cached, took 844ms [INFO] Visited 101 classes. Took 238 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 79 resources. Took 251 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ day-of-week-selector-addon --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 21] to target/classes [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on/src/main/java/com/flowingcode/vaadin/addons/dayofweekselector/DayOfWeekSelector.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on/src/main/java/com/flowingcode/vaadin/addons/dayofweekselector/DayOfWeekSelector.java uses or overrides a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on/src/main/java/com/flowingcode/vaadin/addons/dayofweekselector/DayOfWeekSelector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ day-of-week-selector-addon --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ day-of-week-selector-addon --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 10 source files with javac [debug target 21] to target/test-classes [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on/src/test/java/com/flowingcode/vaadin/addons/dayofweekselector/it/ViewIT.java:[61,48] first() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on/src/test/java/com/flowingcode/vaadin/addons/dayofweekselector/it/ViewIT.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on/src/test/java/com/flowingcode/vaadin/addons/dayofweekselector/it/ViewIT.java uses or overrides a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on/src/test/java/com/flowingcode/vaadin/addons/dayofweekselector/it/ViewIT.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ day-of-week-selector-addon --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.flowingcode.vaadin.addons.dayofweekselector.test.SerializationTest [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.004 s <<< FAILURE! - in com.flowingcode.vaadin.addons.dayofweekselector.test.SerializationTest [ERROR] testSerialization(com.flowingcode.vaadin.addons.dayofweekselector.test.SerializationTest) Time elapsed: 0.92 s <<< ERROR! java.lang.NoClassDefFoundError: jakarta/servlet/http/HttpSessionBindingListener at com.flowingcode.vaadin.addons.dayofweekselector.test.SerializationTest.testSerializationOf(SerializationTest.java:36) at com.flowingcode.vaadin.addons.dayofweekselector.test.SerializationTest.testSerialization(SerializationTest.java:47) Caused by: java.lang.ClassNotFoundException: jakarta.servlet.http.HttpSessionBindingListener at com.flowingcode.vaadin.addons.dayofweekselector.test.SerializationTest.testSerializationOf(SerializationTest.java:36) at com.flowingcode.vaadin.addons.dayofweekselector.test.SerializationTest.testSerialization(SerializationTest.java:47) [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] SerializationTest.testSerialization:47->testSerializationOf:36 ยป NoClassDefFound [INFO] [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.752 s [INFO] Finished at: 2026-03-25T07:34:13Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project day-of-week-selector-addon: There are test failures. [ERROR] [ERROR] Please refer to /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException