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 ac7658b feat: add compatible constructor for map ClickEvent $ 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] -------------< 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: 2.639 s [INFO] Finished at: 2026-07-27T16:58:04Z [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] -------------< 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.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.892 s [INFO] Finished at: 2026-07-27T16:58:08Z [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] -------------< 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.1-SNAPSHOT:prepare-frontend (default) @ google-maps --- [INFO] ClassFinder initialized: 72 urls, 4763 classes scanned, 31 annotation types cached, 898 subtype relationships cached, took 710ms [INFO] Visited 101 classes. Took 103 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 81 resources. Took 86 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 [INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output [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 [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:[808,53] 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:[844,52] incompatible types: elemental.json.JsonArray cannot be converted to tools.jackson.databind.node.BaseJsonNode [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:[863,54] incompatible types: elemental.json.JsonArray cannot be converted to tools.jackson.databind.node.BaseJsonNode [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:[965,44] incompatible types: elemental.json.JsonArray cannot be converted to tools.jackson.databind.node.BaseJsonNode [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/GoogleMapMarker.java:[199,59] incompatible types: elemental.json.JsonObject cannot be converted to tools.jackson.databind.node.BaseJsonNode [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/GoogleMapMarker.java:[209,61] incompatible types: elemental.json.JsonObject cannot be converted to tools.jackson.databind.node.BaseJsonNode [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/GoogleMapPoly.java:[225,43] incompatible types: elemental.json.JsonArray cannot be converted to tools.jackson.databind.node.BaseJsonNode [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/GoogleMapPoly.java:[238,43] incompatible types: elemental.json.JsonArray cannot be converted to tools.jackson.databind.node.BaseJsonNode [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/maptypestyle/MapStyle.java:[81,56] cannot find symbol symbol: method getValue() location: variable v of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType [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/maptypestyle/MapStyle.java:[83,56] cannot find symbol symbol: method getValue() location: variable v of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType [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/maptypestyle/StyleRules.java:[96,32] cannot find symbol symbol: method getValue() location: variable VISIBILITY of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[96,46] cannot find symbol symbol: method getValue() location: variable v of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Visibility [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/maptypestyle/StyleRules.java:[101,27] cannot find symbol symbol: method getValue() location: variable COLOR of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[106,28] cannot find symbol symbol: method getValue() location: variable WEIGHT of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[111,38] cannot find symbol symbol: method getValue() location: variable INVERT_LIGHTNESS of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[116,27] cannot find symbol symbol: method getValue() location: variable GAMMA of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[121,32] cannot find symbol symbol: method getValue() location: variable SATURATION of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[126,31] cannot find symbol symbol: method getValue() location: variable LIGHTNESS of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[131,25] cannot find symbol symbol: method getValue() location: variable HUE of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/Symbol.java:[98,5] constructor Symbol in class com.flowingcode.vaadin.addons.googlemaps.Symbol cannot be applied to given types; required: java.lang.String,java.lang.String,java.lang.String,java.lang.Double found: java.lang.String reason: actual and formal argument lists differ in length [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/Symbol.java:[108,25] cannot find symbol symbol: method getAnchor() location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[111,25] cannot find symbol symbol: method getLabelOrigin() location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[114,25] cannot find symbol symbol: method getFillColor() location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[115,25] cannot find symbol symbol: method getFillOpacity() location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[116,25] cannot find symbol symbol: method getRotation() location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[117,25] cannot find symbol symbol: method getScale() location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[118,25] cannot find symbol symbol: method getStrokeColor() location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[119,25] cannot find symbol symbol: method getStrokeOpacity() location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[120,25] cannot find symbol symbol: method getStrokeWeight() location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Icon.java:[36,5] constructor Symbol in class com.flowingcode.vaadin.addons.googlemaps.Symbol cannot be applied to given types; required: java.lang.String,java.lang.String,java.lang.String,java.lang.Double found: java.lang.String reason: actual and formal argument lists differ in length [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/Icon.java:[37,5] cannot find symbol symbol: method setStrokeColor(java.lang.String) location: class com.flowingcode.vaadin.addons.googlemaps.Icon [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/Icon.java:[38,5] cannot find symbol symbol: method setFillColor(java.lang.String) location: class com.flowingcode.vaadin.addons.googlemaps.Icon [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/Icon.java:[39,5] cannot find symbol symbol: method setFillOpacity(java.lang.Double) location: class com.flowingcode.vaadin.addons.googlemaps.Icon [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/IconSequence.java:[74,25] cannot find symbol symbol: method getRepeat() location: class com.flowingcode.vaadin.addons.googlemaps.IconSequence [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/IconSequence.java:[75,25] cannot find symbol symbol: method isFixedRotation() location: class com.flowingcode.vaadin.addons.googlemaps.IconSequence [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/IconSequence.java:[76,25] cannot find symbol symbol: method getOffset() location: class com.flowingcode.vaadin.addons.googlemaps.IconSequence [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/MarkerLabel.java:[93,17] cannot find symbol symbol: method getText() location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerLabel.java:[94,25] cannot find symbol symbol: method getColor() location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerLabel.java:[95,25] cannot find symbol symbol: method getFontFamily() location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerLabel.java:[96,25] cannot find symbol symbol: method getFontSize() location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerLabel.java:[97,25] cannot find symbol symbol: method getFontWeight() location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerLabel.java:[98,25] cannot find symbol symbol: method getClassName() location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerIcon.java:[79,25] cannot find symbol symbol: method getAnchor() location: class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon [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/MarkerIcon.java:[82,25] cannot find symbol symbol: method getLabelOrigin() location: class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon [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/MarkerIcon.java:[85,25] cannot find symbol symbol: method getOriginPoint() location: class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon [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/MarkerIcon.java:[88,25] cannot find symbol symbol: method getSize() location: class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon [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/MarkerIcon.java:[91,25] cannot find symbol symbol: method getScaledSize() location: class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon [INFO] 49 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.903 s [INFO] Finished at: 2026-07-27T16:58:29Z [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] /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:[808,53] 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:[844,52] incompatible types: elemental.json.JsonArray cannot be converted to tools.jackson.databind.node.BaseJsonNode [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:[863,54] incompatible types: elemental.json.JsonArray cannot be converted to tools.jackson.databind.node.BaseJsonNode [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:[965,44] incompatible types: elemental.json.JsonArray cannot be converted to tools.jackson.databind.node.BaseJsonNode [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/GoogleMapMarker.java:[199,59] incompatible types: elemental.json.JsonObject cannot be converted to tools.jackson.databind.node.BaseJsonNode [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/GoogleMapMarker.java:[209,61] incompatible types: elemental.json.JsonObject cannot be converted to tools.jackson.databind.node.BaseJsonNode [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/GoogleMapPoly.java:[225,43] incompatible types: elemental.json.JsonArray cannot be converted to tools.jackson.databind.node.BaseJsonNode [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/GoogleMapPoly.java:[238,43] incompatible types: elemental.json.JsonArray cannot be converted to tools.jackson.databind.node.BaseJsonNode [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/maptypestyle/MapStyle.java:[81,56] cannot find symbol [ERROR] symbol: method getValue() [ERROR] location: variable v of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType [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/maptypestyle/MapStyle.java:[83,56] cannot find symbol [ERROR] symbol: method getValue() [ERROR] location: variable v of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType [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/maptypestyle/StyleRules.java:[96,32] cannot find symbol [ERROR] symbol: method getValue() [ERROR] location: variable VISIBILITY of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[96,46] cannot find symbol [ERROR] symbol: method getValue() [ERROR] location: variable v of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Visibility [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/maptypestyle/StyleRules.java:[101,27] cannot find symbol [ERROR] symbol: method getValue() [ERROR] location: variable COLOR of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[106,28] cannot find symbol [ERROR] symbol: method getValue() [ERROR] location: variable WEIGHT of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[111,38] cannot find symbol [ERROR] symbol: method getValue() [ERROR] location: variable INVERT_LIGHTNESS of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[116,27] cannot find symbol [ERROR] symbol: method getValue() [ERROR] location: variable GAMMA of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[121,32] cannot find symbol [ERROR] symbol: method getValue() [ERROR] location: variable SATURATION of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[126,31] cannot find symbol [ERROR] symbol: method getValue() [ERROR] location: variable LIGHTNESS of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/maptypestyle/StyleRules.java:[131,25] cannot find symbol [ERROR] symbol: method getValue() [ERROR] location: variable HUE of type com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers [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/Symbol.java:[98,5] constructor Symbol in class com.flowingcode.vaadin.addons.googlemaps.Symbol cannot be applied to given types; [ERROR] required: java.lang.String,java.lang.String,java.lang.String,java.lang.Double [ERROR] found: java.lang.String [ERROR] reason: actual and formal argument lists differ in length [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/Symbol.java:[108,25] cannot find symbol [ERROR] symbol: method getAnchor() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[111,25] cannot find symbol [ERROR] symbol: method getLabelOrigin() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[114,25] cannot find symbol [ERROR] symbol: method getFillColor() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[115,25] cannot find symbol [ERROR] symbol: method getFillOpacity() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[116,25] cannot find symbol [ERROR] symbol: method getRotation() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[117,25] cannot find symbol [ERROR] symbol: method getScale() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[118,25] cannot find symbol [ERROR] symbol: method getStrokeColor() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[119,25] cannot find symbol [ERROR] symbol: method getStrokeOpacity() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Symbol.java:[120,25] cannot find symbol [ERROR] symbol: method getStrokeWeight() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Symbol [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/Icon.java:[36,5] constructor Symbol in class com.flowingcode.vaadin.addons.googlemaps.Symbol cannot be applied to given types; [ERROR] required: java.lang.String,java.lang.String,java.lang.String,java.lang.Double [ERROR] found: java.lang.String [ERROR] reason: actual and formal argument lists differ in length [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/Icon.java:[37,5] cannot find symbol [ERROR] symbol: method setStrokeColor(java.lang.String) [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Icon [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/Icon.java:[38,5] cannot find symbol [ERROR] symbol: method setFillColor(java.lang.String) [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Icon [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/Icon.java:[39,5] cannot find symbol [ERROR] symbol: method setFillOpacity(java.lang.Double) [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.Icon [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/IconSequence.java:[74,25] cannot find symbol [ERROR] symbol: method getRepeat() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.IconSequence [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/IconSequence.java:[75,25] cannot find symbol [ERROR] symbol: method isFixedRotation() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.IconSequence [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/IconSequence.java:[76,25] cannot find symbol [ERROR] symbol: method getOffset() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.IconSequence [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/MarkerLabel.java:[93,17] cannot find symbol [ERROR] symbol: method getText() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerLabel.java:[94,25] cannot find symbol [ERROR] symbol: method getColor() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerLabel.java:[95,25] cannot find symbol [ERROR] symbol: method getFontFamily() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerLabel.java:[96,25] cannot find symbol [ERROR] symbol: method getFontSize() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerLabel.java:[97,25] cannot find symbol [ERROR] symbol: method getFontWeight() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerLabel.java:[98,25] cannot find symbol [ERROR] symbol: method getClassName() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel [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/MarkerIcon.java:[79,25] cannot find symbol [ERROR] symbol: method getAnchor() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon [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/MarkerIcon.java:[82,25] cannot find symbol [ERROR] symbol: method getLabelOrigin() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon [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/MarkerIcon.java:[85,25] cannot find symbol [ERROR] symbol: method getOriginPoint() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon [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/MarkerIcon.java:[88,25] cannot find symbol [ERROR] symbol: method getSize() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon [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/MarkerIcon.java:[91,25] cannot find symbol [ERROR] symbol: method getScaledSize() [ERROR] location: class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon [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