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.1-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.202 s [INFO] Finished at: 2026-07-27T17:38:28Z [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 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.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.954 s [INFO] Finished at: 2026-07-27T17:38:31Z [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.1-SNAPSHOT:prepare-frontend (default) @ chat-assistant-addon --- [INFO] ClassFinder initialized: 71 urls, 4717 classes scanned, 31 annotation types cached, 886 subtype relationships cached, took 538ms [INFO] Visited 104 classes. Took 97 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 80 resources. Took 158 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] /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: Some input files use or override 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] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [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] 1 warning [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /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:[414,20] cannot find symbol symbol: method builder() location: class com.flowingcode.vaadin.addons.chatassistant.model.Message [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[72,50] cannot find symbol symbol: method getContent() location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[86,16] cannot find symbol symbol: method getName() location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[87,31] cannot find symbol symbol: method getName() location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[88,18] cannot find symbol symbol: method getAvatar() location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[89,32] cannot find symbol symbol: method getAvatar() location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[92,16] cannot find symbol symbol: method getMessageTime() location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[93,37] cannot find symbol symbol: method getMessageTime() location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[103,30] cannot find symbol symbol: method isLoading() location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[104,17] cannot find symbol symbol: method isLoading() location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[106,42] cannot find symbol symbol: method getContent() location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[109,94] cannot find symbol symbol: method getContent() location: variable message of type T [INFO] 12 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.893 s [INFO] Finished at: 2026-07-27T17:38:41Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project chat-assistant-addon: Compilation failure: Compilation failure: [ERROR] /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:[414,20] cannot find symbol [ERROR] symbol: method builder() [ERROR] location: class com.flowingcode.vaadin.addons.chatassistant.model.Message [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[72,50] cannot find symbol [ERROR] symbol: method getContent() [ERROR] location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[86,16] cannot find symbol [ERROR] symbol: method getName() [ERROR] location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[87,31] cannot find symbol [ERROR] symbol: method getName() [ERROR] location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[88,18] cannot find symbol [ERROR] symbol: method getAvatar() [ERROR] location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[89,32] cannot find symbol [ERROR] symbol: method getAvatar() [ERROR] location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[92,16] cannot find symbol [ERROR] symbol: method getMessageTime() [ERROR] location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[93,37] cannot find symbol [ERROR] symbol: method getMessageTime() [ERROR] location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[103,30] cannot find symbol [ERROR] symbol: method isLoading() [ERROR] location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[104,17] cannot find symbol [ERROR] symbol: method isLoading() [ERROR] location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[106,42] cannot find symbol [ERROR] symbol: method getContent() [ERROR] location: variable message of type T [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Chat Assistant Add-on/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatMessage.java:[109,94] cannot find symbol [ERROR] symbol: method getContent() [ERROR] location: variable message of type T [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException