From https://github.com/mstahv/spring-boot-spatial-example * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 64c230d rc2, readme updates, removed obsoloted production profile $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.2.2 -DgenerateBackupPoms=false -B --no-transfer-progress [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.vaadin:spatial-spring-boot-app >----------------- [INFO] Building spatial-spring-boot-app 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.19.1:set-property (default-cli) @ spatial-spring-boot-app --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.158 s [INFO] Finished at: 2026-07-14T06:51:46Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.2.2 -DartifactId=vaadin-bom -DgenerateBackupPoms=false -B --no-transfer-progress [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.vaadin:spatial-spring-boot-app >----------------- [INFO] Building spatial-spring-boot-app 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.19.1:set (default-cli) @ spatial-spring-boot-app --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example [INFO] Processing change of org.vaadin:vaadin-bom:0.0.1-SNAPSHOT -> 25.2.2 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.120 s [INFO] Finished at: 2026-07-14T06:51:49Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set-property -Dproperty=spring.boot.version -DnewVersion=4.0.4 -DgenerateBackupPoms=false -B --no-transfer-progress [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.vaadin:spatial-spring-boot-app >----------------- [INFO] Building spatial-spring-boot-app 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.19.1:set-property (default-cli) @ spatial-spring-boot-app --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.587 s [INFO] Finished at: 2026-07-14T06:51:56Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set-property -Dproperty=spring.version -DnewVersion=4.0.4 -DgenerateBackupPoms=false -B --no-transfer-progress [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.vaadin:spatial-spring-boot-app >----------------- [INFO] Building spatial-spring-boot-app 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.19.1:set-property (default-cli) @ spatial-spring-boot-app --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.918 s [INFO] Finished at: 2026-07-14T06:52:00Z [INFO] ------------------------------------------------------------------------ $ mvn versions:update-parent -DparentVersion=[4.0.4] -DgenerateBackupPoms=false -B --no-transfer-progress [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.vaadin:spatial-spring-boot-app >----------------- [INFO] Building spatial-spring-boot-app 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.19.1:update-parent (default-cli) @ spatial-spring-boot-app --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.944 s [INFO] Finished at: 2026-07-14T06:52:04Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.vaadin:spatial-spring-boot-app >----------------- [INFO] Building spatial-spring-boot-app 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.5.0:clean (default-clean) @ spatial-spring-boot-app --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ spatial-spring-boot-app --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.14.1:compile (default-compile) @ spatial-spring-boot-app --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 8 source files with javac [debug parameters release 21] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ spatial-spring-boot-app --- [INFO] skip non existing resourceDirectory /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/src/test/resources [INFO] [INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ spatial-spring-boot-app --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug parameters release 21] to target/test-classes [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/src/test/java/org/vaadin/example/DatabaseTestContainerConfiguration.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/src/test/java/org/vaadin/example/DatabaseTestContainerConfiguration.java uses or overrides a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/src/test/java/org/vaadin/example/DatabaseTestContainerConfiguration.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.5.5:test (default-test) @ spatial-spring-boot-app --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.vaadin.example.DemoApplicationTests 06:52:12.203 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.vaadin.example.DemoApplicationTests]: DemoApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 06:52:12.374 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.vaadin.example.Application for test class org.vaadin.example.DemoApplicationTests 06:52:12.471 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.vaadin.example.DemoApplicationTests]: DemoApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 06:52:12.481 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.vaadin.example.Application for test class org.vaadin.example.DemoApplicationTests 06:52:12.613 [main] INFO org.springframework.boot.devtools.restart.RestartApplicationListener -- Restart disabled due to context in which it is running . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v4.0.4) 2026-07-14T06:52:12.933Z INFO 1836904 --- [ main] o.vaadin.example.DemoApplicationTests : Starting DemoApplicationTests using Java 21 with PID 1836904 (started by ghrunner in /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example) 2026-07-14T06:52:12.934Z INFO 1836904 --- [ main] o.vaadin.example.DemoApplicationTests : No active profile set, falling back to 1 default profile: "default" 2026-07-14T06:52:14.012Z INFO 1836904 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-07-14T06:52:14.209Z INFO 1836904 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 179 ms. Found 1 JPA repository interface. 2026-07-14T06:52:14.893Z INFO 1836904 --- [ main] org.testcontainers.images.PullPolicy : Image pull policy will be performed by: DefaultPullPolicy() 2026-07-14T06:52:14.899Z INFO 1836904 --- [ main] o.t.utility.ImageNameSubstitutor : Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor') 2026-07-14T06:52:14.926Z INFO 1836904 --- [ main] org.testcontainers.DockerClientFactory : Testcontainers version: 2.0.4 2026-07-14T06:52:15.164Z INFO 1836904 --- [ main] o.t.d.DockerClientProviderStrategy : Loaded org.testcontainers.dockerclient.UnixSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first 2026-07-14T06:52:15.817Z INFO 1836904 --- [ main] o.t.d.DockerClientProviderStrategy : Found Docker environment with local Unix socket (unix:///var/run/docker.sock) 2026-07-14T06:52:15.819Z INFO 1836904 --- [ main] org.testcontainers.DockerClientFactory : Docker host IP address is localhost 2026-07-14T06:52:15.845Z INFO 1836904 --- [ main] org.testcontainers.DockerClientFactory : Connected to docker: Server Version: 29.5.2 API Version: 1.54 Operating System: Ubuntu 24.04.4 LTS Total Memory: 7751 MB 2026-07-14T06:52:16.011Z INFO 1836904 --- [ main] tc.testcontainers/ryuk:0.14.0 : Creating container for image: testcontainers/ryuk:0.14.0 2026-07-14T06:52:16.018Z INFO 1836904 --- [ main] o.t.utility.RegistryAuthLocator : Failure when attempting to lookup auth config. Please ignore if you don't have images in an authenticated registry. Details: (dockerImageName: testcontainers/ryuk:0.14.0, configFile: /home/ghrunner/.docker/config.json, configEnv: DOCKER_AUTH_CONFIG). Falling back to docker-java default behaviour. Exception message: Status 404: No config supplied. Checked in order: /home/ghrunner/.docker/config.json (file not found), DOCKER_AUTH_CONFIG (not set) 2026-07-14T06:52:16.185Z INFO 1836904 --- [ main] tc.testcontainers/ryuk:0.14.0 : Container testcontainers/ryuk:0.14.0 is starting: ef94e55ceead5470ed590d14060ade87c6cb09e9b0b084f58ca76a2afbd7a609 2026-07-14T06:52:16.617Z INFO 1836904 --- [ main] tc.testcontainers/ryuk:0.14.0 : Container testcontainers/ryuk:0.14.0 started in PT0.606407265S 2026-07-14T06:52:16.634Z INFO 1836904 --- [ main] o.t.utility.RyukResourceReaper : Ryuk started - will monitor and terminate Testcontainers containers on JVM exit 2026-07-14T06:52:16.634Z INFO 1836904 --- [ main] org.testcontainers.DockerClientFactory : Checking the system... 2026-07-14T06:52:16.635Z INFO 1836904 --- [ main] org.testcontainers.DockerClientFactory : ✔︎ Docker server version should be at least 1.6.0 2026-07-14T06:52:16.639Z INFO 1836904 --- [ main] tc.postgis/postgis:16-3.4-alpine : Creating container for image: postgis/postgis:16-3.4-alpine 2026-07-14T06:52:16.695Z INFO 1836904 --- [ main] tc.postgis/postgis:16-3.4-alpine : Container postgis/postgis:16-3.4-alpine is starting: 6f958a53fa6420b837200d7e393a3a423b8017a30c7a71f5ecfa09578a35127b 2026-07-14T06:52:20.267Z INFO 1836904 --- [ main] tc.postgis/postgis:16-3.4-alpine : Container postgis/postgis:16-3.4-alpine started in PT3.627581973S 2026-07-14T06:52:20.269Z INFO 1836904 --- [ main] tc.postgis/postgis:16-3.4-alpine : Container is started (JDBC URL: jdbc:postgresql://localhost:32961/test?loggerLevel=OFF) 2026-07-14T06:52:20.480Z INFO 1836904 --- [ main] org.hibernate.orm.jpa : HHH008540: Processing PersistenceUnitInfo [name: default] 2026-07-14T06:52:20.553Z INFO 1836904 --- [ main] org.hibernate.orm.core : HHH000001: Hibernate ORM core version 7.2.7.Final 2026-07-14T06:52:20.578Z INFO 1836904 --- [ main] o.h.spatial.integration.SpatialService : HHH80000001: Hibernate Spatial integration enabled: true 2026-07-14T06:52:20.883Z INFO 1836904 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2026-07-14T06:52:21.089Z INFO 1836904 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@7533923b 2026-07-14T06:52:21.090Z INFO 1836904 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2026-07-14T06:52:21.184Z INFO 1836904 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [jdbc:postgresql://localhost:32961/test?loggerLevel=OFF] Database driver: PostgreSQL JDBC Driver Database dialect: PostgreSQLDialect Database version: 16.4 Default catalog/schema: test/public Autocommit mode: undefined/unknown Isolation level: READ_COMMITTED [default READ_COMMITTED] JDBC fetch size: none Pool: DataSourceConnectionProvider Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-07-14T06:52:21.480Z INFO 1836904 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-07-14T06:52:22.492Z INFO 1836904 --- [ main] org.hibernate.orm.core : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-07-14T06:52:22.509Z DEBUG 1836904 --- [ main] org.hibernate.SQL : set client_min_messages = WARNING 2026-07-14T06:52:22.511Z DEBUG 1836904 --- [ main] org.hibernate.SQL : drop table if exists sport_event cascade 2026-07-14T06:52:22.512Z DEBUG 1836904 --- [ main] org.hibernate.SQL : drop sequence if exists sport_event_seq 2026-07-14T06:52:22.518Z DEBUG 1836904 --- [ main] org.hibernate.SQL : create sequence sport_event_seq start with 1 increment by 50 2026-07-14T06:52:22.522Z DEBUG 1836904 --- [ main] org.hibernate.SQL : create table sport_event (date DATE, version integer not null, id bigint not null, title varchar(255) not null, location geometry not null, route geometry, primary key (id)) 2026-07-14T06:52:22.527Z INFO 1836904 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-07-14T06:52:22.626Z INFO 1836904 --- [ main] o.s.d.j.r.query.QueryEnhancerFactories : Hibernate is in classpath; If applicable, HQL parser will be used. 2026-07-14T06:52:23.774Z WARN 1836904 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2026-07-14T06:52:24.327Z INFO 1836904 --- [ main] o.vaadin.example.DemoApplicationTests : Started DemoApplicationTests in 11.738 seconds (process running for 13.402) Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended WARNING: A Java agent has been loaded dynamically (/home/ghrunner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar) WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information WARNING: Dynamic loading of agents will be disallowed by default in a future release [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.10 s -- in org.vaadin.example.DemoApplicationTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- vaadin:25.2.2:build-frontend (default) @ spatial-spring-boot-app --- [INFO] ClassFinder initialized: 159 urls, 8878 classes scanned, 68 annotation types cached, 1870 subtype relationships cached, took 1279ms [INFO] Scanning classes to find frontend configurations and dependencies... [INFO] Visited 1745 classes. Took 2316 ms. [INFO] Checking if a production mode bundle build is needed [INFO] Dependency @vaadin/common-frontend:0.0.23 has the wrong version 0.0.19 in the bundle [INFO] Dependency react-dom:19.2.7 has the wrong version 19.2.3 in the bundle [INFO] Dependency lit:3.3.3 has the wrong version 3.3.1 in the bundle [INFO] Dependency react:19.2.7 has the wrong version 19.2.3 in the bundle [INFO] Dependency react-router:7.18.1 has the wrong version 7.10.1 in the bundle [INFO] Dependency @vaadin/vaadin-themable-mixin:25.2.3 has the wrong version 25.0.0-rc1 in the bundle [INFO] Dependency @vaadin/vaadin-lumo-styles:25.2.3 has the wrong version 25.0.0-rc1 in the bundle [INFO] Dependency @vaadin/aura:25.2.3 has the wrong version 25.0.0-rc1 in the bundle [INFO] Dependency @vaadin/react-components:25.2.3 has the wrong version 25.0.0-rc1 in the bundle [INFO] A production mode bundle build is needed [INFO] Running `npm install` to resolve and optionally download frontend dependencies. This may take a moment, please stand by... [INFO] using '/home/ghrunner/.vaadin/node-v24.17.0/bin/node /home/ghrunner/.vaadin/node-v24.17.0/lib/node_modules/npm/bin/npm-cli.js --no-update-notifier --no-audit --scripts-prepend-node-path=true --ignore-scripts install --min-release-age=1' for frontend package installation [INFO] Frontend dependencies resolved successfully. [INFO] Copying frontend resources from jar files ... [WARNING] Addon 'viritin-3.0.0.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 169 resources. Took 244 ms. [INFO] Running Vite ... [WARNING] Found dependencies defined with different versions in project and Vaadin maven plugin. Project dependencies are used, but plugin execution could fail if the versions are incompatible. In case of build failure please analyze the project dependencies and update versions or configure exclusions for potential offending transitive dependencies. You can use 'mvn dependency:tree -Dincludes=groupId:artifactId' to detect where the dependency is defined in the project. tools.jackson.core:jackson-core:jar: project version [3.1.5], plugin version [3.1.4] tools.jackson.core:jackson-databind:jar: project version [3.1.5], plugin version [3.1.4] com.fasterxml.jackson.core:jackson-annotations:jar: project version [2.22], plugin version [2.21] com.vaadin:flow-build-tools:jar:shaded: project version [25.2.2], plugin version [25.2.1] org.apache.commons:commons-lang3:jar: project version [3.19.0], plugin version [3.20.0] jakarta.xml.bind:jakarta.xml.bind-api:jar: project version [4.0.4], plugin version [3.0.1] jakarta.validation:jakarta.validation-api:jar: project version [3.1.1], plugin version [3.0.2] org.springframework.data:spring-data-commons:jar: project version [4.0.4], plugin version [4.1.0] org.springframework:spring-beans:jar: project version [7.0.6], plugin version [7.0.8] org.springframework:spring-core:jar: project version [7.0.6], plugin version [7.0.8] commons-logging:commons-logging:jar: project version [1.3.6], plugin version [1.3.5] [ERROR] The build process encountered an error: Vite process exited with non-zero exit code 1. Output: '[36mvite v8.1.3 building client environment for production... transforming...✓ 374 modules transformed. rendering chunks... computing gzip size... target/classes/META-INF/VAADIN/webapp/index.html 0.70 kB │ gzip: 0.44 kB target/classes/META-INF/VAADIN/webapp/VAADIN/build/chunk-3fa69f03f1f236eacf5510f853a836f558dd098f04122a8d1da692709fc3d528-B_WobTHw.js 0.34 kB │ gzip: 0.24 kB │ map: 1.75 kB target/classes/META-INF/VAADIN/webapp/VAADIN/build/rolldown-runtime-B-9mzPXz.js 0.65 kB │ gzip: 0.40 kB │ map: 3.34 kB target/classes/META-INF/VAADIN/webapp/VAADIN/build/FlowBootstrap-nmj9UqSo.js 3.13 kB │ gzip: 1.21 kB │ map: 15.71 kB target/classes/META-INF/VAADIN/webapp/VAADIN/build/markdown-helpers-CtcBVo-c.js 64.38 kB │ gzip: 21.84 kB │ map: 321.74 kB target/classes/META-INF/VAADIN/webapp/VAADIN/build/FlowClient-D2OX-KZ8.js 150.84 kB │ gzip: 50.83 kB │ map: 754.24 kB target/classes/META-INF/VAADIN/webapp/VAADIN/build/generated-flow-imports-CN2iCkrv.js 195.84 kB │ gzip: 51.17 kB │ map: 972.77 kB target/classes/META-INF/VAADIN/webapp/VAADIN/build/indexhtml-DwG6HcuI.js 351.47 kB │ gzip: 113.46 kB │ map: 1,755.25 kB target/classes/META-INF/VAADIN/webapp/VAADIN/build/vaadin-vertical-layout-aOfdaO75.js 519.83 kB │ gzip: 139.29 kB │ map: 2,587.22 kB [plugin builtin:vite-reporter] (!) Some chunks are larger than 500 kB after minification. Consider: - Using dynamic import() to code-split the application - Use build.rolldownOptions.output.codeSplitting to improve chunking: https://rolldown.rs/reference/OutputOptions.codeSplitting - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit. ✗ Build failed in 4.55s error during build: Build failed with 1 error: Error: [vite]: Rolldown failed to resolve import "@vaadin/component-base/src/css-utils.js" from "/home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js". This is most likely unintended because it can break your application at runtime. If you do want to externalize this module explicitly add it to `build.rolldownOptions.external` at viteLog (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32715:57) at file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32751:71 at Object.onwarn (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/.vite-temp/vite.config.ts.timestamp-1784011960967-e61df03bc8af88.mjs:1135:6) at onwarn (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/@vitejs/plugin-react/dist/index.js:39:78) at file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32751:28 at onRollupLog (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32746:63) at onLog (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32514:4) at file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/rolldown/dist/shared/rolldown-build-CtPvmZgJ.mjs:50:26 at logger (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/rolldown/dist/shared/rolldown-build-CtPvmZgJ.mjs:41:3) at aggregateBindingErrorsIntoJsError (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/rolldown/dist/shared/error-BHRSI0R7.mjs:48:18) at unwrapBindingResult (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/rolldown/dist/shared/error-BHRSI0R7.mjs:18:128) at #build (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/rolldown/dist/shared/rolldown-build-CtPvmZgJ.mjs:3276:34) at async buildEnvironment (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32622:66) at async Object.build (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:33044:19) at async Object.buildApp (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:33041:153) at async CAC. (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/cli.js:777:3) { errors: [Getter/Setter] }' [ERROR] To diagnose the issue, please re-run Maven with the -X option to enable detailed debug logging and identify the root cause. [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 39.441 s [INFO] Finished at: 2026-07-14T06:52:45Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:25.2.2:build-frontend (default) on project spatial-spring-boot-app: null: MojoFailureException: InvocationTargetException: Vite process exited with non-zero exit code 1. [ERROR] Output: '[36mvite v8.1.3 building client environment for production... [ERROR] [ERROR] transforming...✓ 374 modules transformed. [ERROR] rendering chunks... [ERROR] computing gzip size... [ERROR] target/classes/META-INF/VAADIN/webapp/index.html 0.70 kB │ gzip: 0.44 kB [ERROR] target/classes/META-INF/VAADIN/webapp/VAADIN/build/chunk-3fa69f03f1f236eacf5510f853a836f558dd098f04122a8d1da692709fc3d528-B_WobTHw.js 0.34 kB │ gzip: 0.24 kB │ map: 1.75 kB [ERROR] target/classes/META-INF/VAADIN/webapp/VAADIN/build/rolldown-runtime-B-9mzPXz.js 0.65 kB │ gzip: 0.40 kB │ map: 3.34 kB [ERROR] target/classes/META-INF/VAADIN/webapp/VAADIN/build/FlowBootstrap-nmj9UqSo.js 3.13 kB │ gzip: 1.21 kB │ map: 15.71 kB [ERROR] target/classes/META-INF/VAADIN/webapp/VAADIN/build/markdown-helpers-CtcBVo-c.js 64.38 kB │ gzip: 21.84 kB │ map: 321.74 kB [ERROR] target/classes/META-INF/VAADIN/webapp/VAADIN/build/FlowClient-D2OX-KZ8.js 150.84 kB │ gzip: 50.83 kB │ map: 754.24 kB [ERROR] target/classes/META-INF/VAADIN/webapp/VAADIN/build/generated-flow-imports-CN2iCkrv.js 195.84 kB │ gzip: 51.17 kB │ map: 972.77 kB [ERROR] target/classes/META-INF/VAADIN/webapp/VAADIN/build/indexhtml-DwG6HcuI.js 351.47 kB │ gzip: 113.46 kB │ map: 1,755.25 kB [ERROR] target/classes/META-INF/VAADIN/webapp/VAADIN/build/vaadin-vertical-layout-aOfdaO75.js 519.83 kB │ gzip: 139.29 kB │ map: 2,587.22 kB [ERROR] [ERROR] [plugin builtin:vite-reporter] [ERROR] (!) Some chunks are larger than 500 kB after minification. Consider: [ERROR] - Using dynamic import() to code-split the application [ERROR] - Use build.rolldownOptions.output.codeSplitting to improve chunking: https://rolldown.rs/reference/OutputOptions.codeSplitting [ERROR] - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit. [ERROR] ✗ Build failed in 4.55s [ERROR] error during build: [ERROR] Build failed with 1 error: [ERROR] [ERROR] Error: [vite]: Rolldown failed to resolve import "@vaadin/component-base/src/css-utils.js" from "/home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js". [ERROR] This is most likely unintended because it can break your application at runtime. [ERROR] If you do want to externalize this module explicitly add it to [ERROR] `build.rolldownOptions.external` [ERROR] at viteLog (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32715:57) [ERROR] at file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32751:71 [ERROR] at Object.onwarn (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/.vite-temp/vite.config.ts.timestamp-1784011960967-e61df03bc8af88.mjs:1135:6) [ERROR] at onwarn (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/@vitejs/plugin-react/dist/index.js:39:78) [ERROR] at file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32751:28 [ERROR] at onRollupLog (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32746:63) [ERROR] at onLog (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32514:4) [ERROR] at file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/rolldown/dist/shared/rolldown-build-CtPvmZgJ.mjs:50:26 [ERROR] at logger (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/rolldown/dist/shared/rolldown-build-CtPvmZgJ.mjs:41:3) [ERROR] at aggregateBindingErrorsIntoJsError (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/rolldown/dist/shared/error-BHRSI0R7.mjs:48:18) [ERROR] at unwrapBindingResult (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/rolldown/dist/shared/error-BHRSI0R7.mjs:18:128) [ERROR] at #build (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/rolldown/dist/shared/rolldown-build-CtPvmZgJ.mjs:3276:34) [ERROR] at async buildEnvironment (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:32622:66) [ERROR] at async Object.build (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:33044:19) [ERROR] at async Object.buildApp (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/chunks/node.js:33041:153) [ERROR] at async CAC. (file:///home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/node_modules/vite/dist/node/cli.js:777:3) { [ERROR] errors: [Getter/Setter] [ERROR] }' [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