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 9345695 docs(readme): document availability on Maven Central $ 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 [INFO] Scanning for projects... [INFO] [INFO] ---------< org.vaadin.addons.flowingcode:chat-assistant-addon >--------- [INFO] Building Chat Assistant Add-on 5.0.2-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.673 s [INFO] Finished at: 2026-06-13T00:45:44Z [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 [INFO] Scanning for projects... [INFO] [INFO] ---------< org.vaadin.addons.flowingcode:chat-assistant-addon >--------- [INFO] Building Chat Assistant Add-on 5.0.2-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.2-SNAPSHOT -> 25.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.867 s [INFO] Finished at: 2026-06-13T00:45:46Z [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.2-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.2-SNAPSHOT:prepare-frontend (default) @ chat-assistant-addon --- [WARNING] Property 'frontend.hotdeploy' is deprecated, please use 'vaadin.frontend.hotdeploy' instead. [INFO] ClassFinder initialized: 71 urls, 4908 classes scanned, 31 annotation types cached, 926 subtype relationships cached, took 425ms [INFO] Visited 107 classes. Took 123 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 80 resources. Took 94 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.599 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.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:12 min [INFO] Finished at: 2026-06-13T00:47:03Z [INFO] ------------------------------------------------------------------------