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 ebd2785 chore: update .gitignore $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.1.4 -DgenerateBackupPoms=false -DprofileId=v25 -B --no-transfer-progress [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: 1.364 s [INFO] Finished at: 2026-05-05T06:49:31Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.1.4 -DartifactId=vaadin-bom -DgenerateBackupPoms=false -DprofileId=v25 -B --no-transfer-progress [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.4 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.476 s [INFO] Finished at: 2026-05-05T06:49:35Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress -Pv25 [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.4:prepare-frontend (default) @ day-of-week-selector-addon --- [INFO] ClassFinder initialized: 69 urls, 4535 classes scanned, 30 annotation types cached, 881 subtype relationships cached, took 534ms [INFO] Visited 101 classes. Took 131 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 78 resources. Took 182 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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 s - in com.flowingcode.vaadin.addons.dayofweekselector.test.SerializationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.1.2:jar (default-jar) @ day-of-week-selector-addon --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Day of Week Selector Add-on/target/day-of-week-selector-addon-1.3.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.926 s [INFO] Finished at: 2026-05-05T06:49:47Z [INFO] ------------------------------------------------------------------------