From https://github.com/FlowingCode/BadgeList * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at a2e63ff chore: update .gitignore $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.1.1 -DgenerateBackupPoms=false -DprofileId=v25 -B --no-transfer-progress [INFO] Scanning for projects... [INFO] [INFO] -----------< com.flowingcode.vaadin.addons:badge-list-addon >----------- [INFO] Building Badge List Add-on 1.2.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ badge-list-addon --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.778 s [INFO] Finished at: 2026-04-12T06:38:38Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.1.1 -DartifactId=vaadin-bom -DgenerateBackupPoms=false -DprofileId=v25 -B --no-transfer-progress [INFO] Scanning for projects... [INFO] [INFO] -----------< com.flowingcode.vaadin.addons:badge-list-addon >----------- [INFO] Building Badge List Add-on 1.2.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ badge-list-addon --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on [INFO] Processing change of com.flowingcode.vaadin.addons:vaadin-bom:1.2.1-SNAPSHOT -> 25.1.1 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.904 s [INFO] Finished at: 2026-04-12T06:38:43Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress -Pv25 [INFO] Scanning for projects... [INFO] [INFO] -----------< com.flowingcode.vaadin.addons:badge-list-addon >----------- [INFO] Building Badge List Add-on 1.2.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ badge-list-addon --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ badge-list-addon --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.1.1:prepare-frontend (default) @ badge-list-addon --- [INFO] ClassFinder initialized: 70 urls, 4710 classes scanned, 31 annotation types cached, 884 subtype relationships cached, took 973ms [INFO] Visited 101 classes. Took 213 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 79 resources. Took 281 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ badge-list-addon --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 2 source files with javac [debug target 21] to target/classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ badge-list-addon --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ badge-list-addon --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 13 source files with javac [debug target 21] to target/test-classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/badgelist/it/ViewIT.java:[60,50] 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/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/AppShellConfiguratorImpl.java: Some input files use or override a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/src/test/java/com/flowingcode/vaadin/addons/AppShellConfiguratorImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ badge-list-addon --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.flowingcode.vaadin.addons.badgelist.test.SerializationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 s - in com.flowingcode.vaadin.addons.badgelist.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) @ badge-list-addon --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Badge List Add-on/target/badge-list-addon-1.2.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13.430 s [INFO] Finished at: 2026-04-12T06:39:07Z [INFO] ------------------------------------------------------------------------