From https://github.com/FlowingCode/ChatAssistant * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 8bfc64e [maven-release-plugin] prepare for next development iteration $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.1-SNAPSHOT -DgenerateBackupPoms=false -DprofileId=v25 -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] ---------< org.vaadin.addons.flowingcode:chat-assistant-addon >--------- [INFO] Building Chat Assistant Add-on 5.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ chat-assistant-addon --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.541 s [INFO] Finished at: 2026-06-09T08:36:08Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.1-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 [INFO] Scanning for projects... [INFO] [INFO] ---------< org.vaadin.addons.flowingcode:chat-assistant-addon >--------- [INFO] Building Chat Assistant Add-on 5.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ chat-assistant-addon --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on [INFO] Processing change of org.vaadin.addons.flowingcode:vaadin-bom:5.0.1-SNAPSHOT -> 25.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.232 s [INFO] Finished at: 2026-06-09T08:36:11Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml -Pv25 [INFO] Scanning for projects... [INFO] [INFO] ---------< org.vaadin.addons.flowingcode:chat-assistant-addon >--------- [INFO] Building Chat Assistant Add-on 5.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ chat-assistant-addon --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ chat-assistant-addon --- [INFO] Copying 6 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.1-SNAPSHOT:prepare-frontend (default) @ chat-assistant-addon --- [INFO] ClassFinder initialized: 71 urls, 4715 classes scanned, 31 annotation types cached, 886 subtype relationships cached, took 516ms [INFO] Visited 104 classes. Took 97 ms. [WARNING] ************************************************************************** * TypeScript config file 'tsconfig.json' has been updated to the latest * * version by Vaadin. Please verify that the updated 'tsconfig.json' * * file contains configuration needed for your project (add any missing * * parts from the old file if necessary) and restart the application. * * Old configuration is stored as a '.bak' file. * ************************************************************************** [INFO] Copying frontend resources from jar files ... [INFO] Visited 80 resources. Took 113 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ chat-assistant-addon --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 3 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] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatAssistant.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatAssistant.java uses or overrides a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatAssistant.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ chat-assistant-addon --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ chat-assistant-addon --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 16 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/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/it/BasicIT.java:[37,65] 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/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/it/BasicIT.java:[42,62] 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/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/it/BasicIT.java:[48,65] 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/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/it/BasicIT.java:[49,50] 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/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/it/BasicIT.java:[51,54] 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/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/it/ViewIT.java:[61,45] 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/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/it/ViewIT.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/it/ViewIT.java uses or overrides a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/it/ViewIT.java: Recompile with -Xlint:deprecation for details. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/test/SerializationTest.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/test/SerializationTest.java uses unchecked or unsafe operations. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/test/java/com/flowingcode/vaadin/addons/chatassistant/test/SerializationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ chat-assistant-addon --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.flowingcode.vaadin.addons.chatassistant.test.SerializationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.66 s - in com.flowingcode.vaadin.addons.chatassistant.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) @ chat-assistant-addon --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/target/chat-assistant-addon-5.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.037 s [INFO] Finished at: 2026-06-09T08:36:25Z [INFO] ------------------------------------------------------------------------