From https://github.com/FlowingCode/GoogleMapsAddon * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at e98a87d build: upgrade lombok to 1.18.40 with support for Java 25 $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.2.4 -DgenerateBackupPoms=false -DprofileId=v25 -B --no-transfer-progress java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] -------------< com.flowingcode.vaadin.addons:google-maps >-------------- [INFO] Building Google Maps Addon 2.6.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ google-maps --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.475 s [INFO] Finished at: 2026-07-29T07:01:15Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.2.4 -DartifactId=vaadin-bom -DgenerateBackupPoms=false -DprofileId=v25 -B --no-transfer-progress java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] -------------< com.flowingcode.vaadin.addons:google-maps >-------------- [INFO] Building Google Maps Addon 2.6.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ google-maps --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Google Maps Add-on [INFO] Processing change of com.flowingcode.vaadin.addons:vaadin-bom:2.6.0-SNAPSHOT -> 25.2.4 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.340 s [INFO] Finished at: 2026-07-29T07:01:18Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress -Pv25 java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] -------------< com.flowingcode.vaadin.addons:google-maps >-------------- [INFO] Building Google Maps Addon 2.6.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ google-maps --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Google Maps Add-on/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ google-maps --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.2.4:prepare-frontend (default) @ google-maps --- [INFO] ClassFinder initialized: 75 urls, 5201 classes scanned, 31 annotation types cached, 972 subtype relationships cached, took 662ms [INFO] Visited 106 classes. Took 136 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 84 resources. Took 216 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ google-maps --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 26 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 [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/Google Maps Add-on/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java:[555,56] incompatible types: tools.jackson.databind.JsonNode cannot be converted to elemental.json.JsonObject [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Google Maps Add-on/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java:[569,56] incompatible types: tools.jackson.databind.JsonNode cannot be converted to elemental.json.JsonObject [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.326 s [INFO] Finished at: 2026-07-29T07:01:30Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project google-maps: Compilation failure: Compilation failure: [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Google Maps Add-on/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java:[555,56] incompatible types: tools.jackson.databind.JsonNode cannot be converted to elemental.json.JsonObject [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Google Maps Add-on/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java:[569,56] incompatible types: tools.jackson.databind.JsonNode cannot be converted to elemental.json.JsonObject [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