From https://github.com/FlowingCode/GridExporterAddon * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 3acf8b9 refactor: delegate format-specific logic to per-format exporters $ 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:grid-exporter-addon >---------- [INFO] Building Grid Exporter Add-on 3.1.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ grid-exporter-addon --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.212 s [INFO] Finished at: 2026-07-27T17:40:23Z [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:grid-exporter-addon >---------- [INFO] Building Grid Exporter Add-on 3.1.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ grid-exporter-addon --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on [INFO] Processing change of org.vaadin.addons.flowingcode:vaadin-bom:3.1.1-SNAPSHOT -> 25.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.942 s [INFO] Finished at: 2026-07-27T17:40:27Z [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:grid-exporter-addon >---------- [INFO] Building Grid Exporter Add-on 3.1.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grid-exporter-addon --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grid-exporter-addon --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.1-SNAPSHOT:prepare-frontend (default) @ grid-exporter-addon --- [INFO] ClassFinder initialized: 149 urls, 14974 classes scanned, 59 annotation types cached, 3273 subtype relationships cached, took 1214ms [INFO] Visited 106 classes. Took 133 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 159 resources. Took 217 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ grid-exporter-addon --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 20 source files with javac [debug target 21] to target/classes [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java uses unchecked or unsafe operations. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java: Recompile with -Xlint:unchecked 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 [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java:[453,10] com.vaadin.flow.server.StreamResource in com.vaadin.flow.server has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java:[565,51] com.vaadin.flow.server.StreamResource in com.vaadin.flow.server has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java:[1175,14] com.vaadin.flow.server.StreamResource in com.vaadin.flow.server has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java:[1345,5] com.vaadin.flow.server.StreamResource in com.vaadin.flow.server has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java:[1346,18] com.vaadin.flow.server.StreamResource in com.vaadin.flow.server has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/DocxStreamResourceWriter.java:[169,23] totalcells in com.flowingcode.vaadin.addons.gridexporter.GridExporter has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/DocxStreamResourceWriter.java:[169,45] totalcells in com.flowingcode.vaadin.addons.gridexporter.GridExporter has been deprecated and marked for removal [INFO] 8 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[85,32] cannot find symbol symbol: method getGrid() location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[90,23] cannot find symbol symbol: method getGrid() location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[112,14] cannot infer type arguments for com.flowingcode.vaadin.addons.gridexporter.GridHeader<> reason: cannot infer type-variable(s) T (actual and formal argument lists differ in length) [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[119,17] cannot infer type arguments for com.flowingcode.vaadin.addons.gridexporter.GridFooter<> reason: cannot infer type-variable(s) T (actual and formal argument lists differ in length) [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[123,17] incompatible types: inference variable T has incompatible bounds equality constraints: com.flowingcode.vaadin.addons.gridexporter.GridFooter lower bounds: java.lang.Object [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[185,28] cannot find symbol symbol: method getGrid() location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridHeader.java:[10,7] com.flowingcode.vaadin.addons.gridexporter.GridHeader is not abstract and does not override abstract method getColumn() in com.flowingcode.vaadin.addons.gridexporter.GridHeaderOrFooter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridFooter.java:[10,7] com.flowingcode.vaadin.addons.gridexporter.GridFooter is not abstract and does not override abstract method getColumn() in com.flowingcode.vaadin.addons.gridexporter.GridHeaderOrFooter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/CsvStreamResourceWriter.java:[57,30] cannot find symbol symbol: method getGrid() location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/CsvStreamResourceWriter.java:[68,16] invalid method reference cannot find symbol symbol: method getText() location: class com.flowingcode.vaadin.addons.gridexporter.GridFooter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/DocxStreamResourceWriter.java:[80,28] cannot find symbol symbol: method getGrid() location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/ExcelStreamResourceWriter.java:[83,30] cannot find symbol symbol: method getGrid() location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [INFO] 12 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.702 s [INFO] Finished at: 2026-07-27T17:40:41Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project grid-exporter-addon: Compilation failure: Compilation failure: [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[85,32] cannot find symbol [ERROR] symbol: method getGrid() [ERROR] location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[90,23] cannot find symbol [ERROR] symbol: method getGrid() [ERROR] location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[112,14] cannot infer type arguments for com.flowingcode.vaadin.addons.gridexporter.GridHeader<> [ERROR] reason: cannot infer type-variable(s) T [ERROR] (actual and formal argument lists differ in length) [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[119,17] cannot infer type arguments for com.flowingcode.vaadin.addons.gridexporter.GridFooter<> [ERROR] reason: cannot infer type-variable(s) T [ERROR] (actual and formal argument lists differ in length) [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[123,17] incompatible types: inference variable T has incompatible bounds [ERROR] equality constraints: com.flowingcode.vaadin.addons.gridexporter.GridFooter [ERROR] lower bounds: java.lang.Object [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/BaseStreamResourceWriter.java:[185,28] cannot find symbol [ERROR] symbol: method getGrid() [ERROR] location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridHeader.java:[10,7] com.flowingcode.vaadin.addons.gridexporter.GridHeader is not abstract and does not override abstract method getColumn() in com.flowingcode.vaadin.addons.gridexporter.GridHeaderOrFooter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridFooter.java:[10,7] com.flowingcode.vaadin.addons.gridexporter.GridFooter is not abstract and does not override abstract method getColumn() in com.flowingcode.vaadin.addons.gridexporter.GridHeaderOrFooter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/CsvStreamResourceWriter.java:[57,30] cannot find symbol [ERROR] symbol: method getGrid() [ERROR] location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/CsvStreamResourceWriter.java:[68,16] invalid method reference [ERROR] cannot find symbol [ERROR] symbol: method getText() [ERROR] location: class com.flowingcode.vaadin.addons.gridexporter.GridFooter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/DocxStreamResourceWriter.java:[80,28] cannot find symbol [ERROR] symbol: method getGrid() [ERROR] location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Grid Exporter Add-on/src/main/java/com/flowingcode/vaadin/addons/gridexporter/ExcelStreamResourceWriter.java:[83,30] cannot find symbol [ERROR] symbol: method getGrid() [ERROR] location: variable exporter of type com.flowingcode.vaadin.addons.gridexporter.GridExporter [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