From https://github.com/FlowingCode/ChipFieldAddon * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 6f39f8b ci: add servlet-api dependency to v25 profile $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.2-SNAPSHOT -DgenerateBackupPoms=false -DprofileId=v25 -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] ------< com.flowingcode.vaadin.addons.chipfield:chipfield-addon >------- [INFO] Building ChipField Addon 2.7.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ chipfield-addon --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.109 s [INFO] Finished at: 2026-08-13T03:38:12Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.2-SNAPSHOT -DartifactId=vaadin-bom -DgenerateBackupPoms=false -DprofileId=v25 -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] ------< com.flowingcode.vaadin.addons.chipfield:chipfield-addon >------- [INFO] Building ChipField Addon 2.7.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ chipfield-addon --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/ChipField Add-on [INFO] Processing change of com.flowingcode.vaadin.addons.chipfield:vaadin-bom:2.7.2-SNAPSHOT -> 25.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.759 s [INFO] Finished at: 2026-08-13T03:38:15Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml -Pv25 java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] ------< com.flowingcode.vaadin.addons.chipfield:chipfield-addon >------- [INFO] Building ChipField Addon 2.7.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ chipfield-addon --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/ChipField Add-on/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ chipfield-addon --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.2-SNAPSHOT:prepare-frontend (default) @ chipfield-addon --- [INFO] ClassFinder initialized: 76 urls, 5202 classes scanned, 31 annotation types cached, 972 subtype relationships cached, took 446ms [INFO] Visited 106 classes. Took 88 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 85 resources. Took 114 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ chipfield-addon --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 2 source files with javac [debug target 21] to target/classes WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::objectFieldOffset has been called by lombok.permit.Permit WARNING: Please consider reporting this to the maintainers of class lombok.permit.Permit WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [WARNING] location of system modules is not set in conjunction with -source 21 not setting the location of system modules may lead to class files that cannot run on JDK 21 --release 21 is recommended instead of -source 21 -target 21 because it sets the location of system modules automatically [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ chipfield-addon --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ chipfield-addon --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 20 source files with javac [debug target 21] to target/test-classes [WARNING] location of system modules is not set in conjunction with -source 21 not setting the location of system modules may lead to class files that cannot run on JDK 21 --release 21 is recommended instead of -source 21 -target 21 because it sets the location of system modules automatically [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/ChipField Add-on/src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/AbstractChipfieldTest.java:[35,42] waitForFirst() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/ChipField Add-on/src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/ChipFieldElement.java:[37,21] first() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/ChipField Add-on/src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/ChipFieldElement.java:[37,40] first() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/ChipField Add-on/src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/ViewIT.java:[45,59] 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/ChipField Add-on/src/test/java/com/flowingcode/vaadin/addons/chipfield/DisabledDemo.java: Some input files use or override a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/ChipField Add-on/src/test/java/com/flowingcode/vaadin/addons/chipfield/DisabledDemo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ chipfield-addon --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.flowingcode.addons.chipfield.test.SerializationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.47 s - in com.flowingcode.addons.chipfield.test.SerializationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ chipfield-addon --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/ChipField Add-on/target/chipfield-addon-2.7.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.999 s [INFO] Finished at: 2026-08-13T03:38:26Z [INFO] ------------------------------------------------------------------------