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 718e2cb build: upgrade lombok to 1.18.40 with support for Java 25 $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.3-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] ---------< 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.583 s [INFO] Finished at: 2026-08-09T15:32:32Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.3-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] ---------< 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.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.281 s [INFO] Finished at: 2026-08-09T15:32:36Z [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] ---------< 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.3-SNAPSHOT:prepare-frontend (default) @ chat-assistant-addon --- [WARNING] Property 'frontend.hotdeploy' is deprecated, please use 'vaadin.frontend.hotdeploy' instead. [INFO] ClassFinder initialized: 74 urls, 5180 classes scanned, 31 annotation types cached, 836 subtype relationships cached, took 562ms [INFO] Visited 110 classes. Took 131 ms. [INFO] Copying frontend resources from jar files ... [WARNING] Addon 'markdown-editor-addon-2.0.3.jar' contains frontend sources under META-INF/resources/frontend/. This location is deprecated; migrate them to META-INF/frontend/ (bundle sources for @JsModule/@CssImport) or to META-INF/resources/ (runtime resources for @StyleSheet/@JavaScript). [INFO] Visited 83 resources. Took 196 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 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] /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 [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/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.645 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: 8.932 s [INFO] Finished at: 2026-08-09T15:32:53Z [INFO] ------------------------------------------------------------------------