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.1.1 -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.337 s [INFO] Finished at: 2026-04-12T06:43:37Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.1.1 -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.1.1 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.720 s [INFO] Finished at: 2026-04-12T06:43:40Z [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.864 s [INFO] Finished at: 2026-04-12T06:43:48Z [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.492 s [INFO] Finished at: 2026-04-12T06:43:52Z [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.761 s [INFO] Finished at: 2026-04-12T06:43:55Z [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:44:03.908 [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:44:04.159 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.vaadin.example.Application for test class org.vaadin.example.DemoApplicationTests 06:44:04.276 [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:44:04.281 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.vaadin.example.Application for test class org.vaadin.example.DemoApplicationTests 06:44:04.428 [main] INFO org.springframework.boot.devtools.restart.RestartApplicationListener -- Restart disabled due to context in which it is running . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v4.0.4) 2026-04-12T06:44:04.848Z INFO 3003512 --- [ main] o.vaadin.example.DemoApplicationTests : Starting DemoApplicationTests using Java 21 with PID 3003512 (started by ghrunner in /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example) 2026-04-12T06:44:04.850Z INFO 3003512 --- [ main] o.vaadin.example.DemoApplicationTests : No active profile set, falling back to 1 default profile: "default" 2026-04-12T06:44:06.082Z INFO 3003512 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-04-12T06:44:06.271Z INFO 3003512 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 169 ms. Found 1 JPA repository interface. 2026-04-12T06:44:06.918Z INFO 3003512 --- [ main] org.testcontainers.images.PullPolicy : Image pull policy will be performed by: DefaultPullPolicy() 2026-04-12T06:44:06.920Z INFO 3003512 --- [ main] o.t.utility.ImageNameSubstitutor : Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor') 2026-04-12T06:44:06.968Z INFO 3003512 --- [ main] org.testcontainers.DockerClientFactory : Testcontainers version: 2.0.4 2026-04-12T06:44:07.349Z INFO 3003512 --- [ main] o.t.d.DockerClientProviderStrategy : Loaded org.testcontainers.dockerclient.UnixSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first 2026-04-12T06:44:08.174Z INFO 3003512 --- [ main] o.t.d.DockerClientProviderStrategy : Found Docker environment with local Unix socket (unix:///var/run/docker.sock) 2026-04-12T06:44:08.179Z INFO 3003512 --- [ main] org.testcontainers.DockerClientFactory : Docker host IP address is localhost 2026-04-12T06:44:08.201Z INFO 3003512 --- [ main] org.testcontainers.DockerClientFactory : Connected to docker: Server Version: 29.2.1 API Version: 1.53 Operating System: Ubuntu 24.04.3 LTS Total Memory: 7751 MB 2026-04-12T06:44:08.309Z INFO 3003512 --- [ main] tc.testcontainers/ryuk:0.14.0 : Creating container for image: testcontainers/ryuk:0.14.0 2026-04-12T06:44:08.315Z INFO 3003512 --- [ 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-04-12T06:44:08.550Z INFO 3003512 --- [ main] tc.testcontainers/ryuk:0.14.0 : Container testcontainers/ryuk:0.14.0 is starting: f049ec8311957fc5f073edc8e1fdcf85780c9d9bb79dd064c0ad1f1801e8c2e4 2026-04-12T06:44:09.067Z INFO 3003512 --- [ main] tc.testcontainers/ryuk:0.14.0 : Container testcontainers/ryuk:0.14.0 started in PT0.757977422S 2026-04-12T06:44:09.079Z INFO 3003512 --- [ main] o.t.utility.RyukResourceReaper : Ryuk started - will monitor and terminate Testcontainers containers on JVM exit 2026-04-12T06:44:09.079Z INFO 3003512 --- [ main] org.testcontainers.DockerClientFactory : Checking the system... 2026-04-12T06:44:09.081Z INFO 3003512 --- [ main] org.testcontainers.DockerClientFactory : ✔︎ Docker server version should be at least 1.6.0 2026-04-12T06:44:09.083Z INFO 3003512 --- [ main] tc.postgis/postgis:16-3.4-alpine : Creating container for image: postgis/postgis:16-3.4-alpine 2026-04-12T06:44:09.132Z INFO 3003512 --- [ main] tc.postgis/postgis:16-3.4-alpine : Container postgis/postgis:16-3.4-alpine is starting: cfb68a40a93eae3a347bbea1cc635518a8e23eb3c75ec4583a871dfd5f7c0834 2026-04-12T06:44:12.929Z INFO 3003512 --- [ main] tc.postgis/postgis:16-3.4-alpine : Container postgis/postgis:16-3.4-alpine started in PT3.845959538S 2026-04-12T06:44:12.930Z INFO 3003512 --- [ main] tc.postgis/postgis:16-3.4-alpine : Container is started (JDBC URL: jdbc:postgresql://localhost:32995/test?loggerLevel=OFF) 2026-04-12T06:44:13.111Z INFO 3003512 --- [ main] org.hibernate.orm.jpa : HHH008540: Processing PersistenceUnitInfo [name: default] 2026-04-12T06:44:13.196Z INFO 3003512 --- [ main] org.hibernate.orm.core : HHH000001: Hibernate ORM core version 7.2.7.Final 2026-04-12T06:44:13.218Z INFO 3003512 --- [ main] o.h.spatial.integration.SpatialService : HHH80000001: Hibernate Spatial integration enabled: true 2026-04-12T06:44:13.475Z INFO 3003512 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2026-04-12T06:44:13.777Z INFO 3003512 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@7a17ffee 2026-04-12T06:44:13.779Z INFO 3003512 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2026-04-12T06:44:13.836Z INFO 3003512 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [jdbc:postgresql://localhost:32995/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-04-12T06:44:14.137Z INFO 3003512 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-04-12T06:44:15.305Z INFO 3003512 --- [ main] org.hibernate.orm.core : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-04-12T06:44:15.324Z DEBUG 3003512 --- [ main] org.hibernate.SQL : set client_min_messages = WARNING 2026-04-12T06:44:15.326Z DEBUG 3003512 --- [ main] org.hibernate.SQL : drop table if exists sport_event cascade 2026-04-12T06:44:15.327Z DEBUG 3003512 --- [ main] org.hibernate.SQL : drop sequence if exists sport_event_seq 2026-04-12T06:44:15.331Z DEBUG 3003512 --- [ main] org.hibernate.SQL : create sequence sport_event_seq start with 1 increment by 50 2026-04-12T06:44:15.348Z DEBUG 3003512 --- [ 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-04-12T06:44:15.362Z INFO 3003512 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-04-12T06:44:15.473Z INFO 3003512 --- [ main] o.s.d.j.r.query.QueryEnhancerFactories : Hibernate is in classpath; If applicable, HQL parser will be used. 2026-04-12T06:44:17.143Z WARN 3003512 --- [ 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-04-12T06:44:18.139Z INFO 3003512 --- [ main] o.vaadin.example.DemoApplicationTests : Started DemoApplicationTests in 13.725 seconds (process running for 15.686) 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 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 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.07 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.1.1:build-frontend (default) @ spatial-spring-boot-app --- [INFO] ClassFinder initialized: 158 urls, 8662 classes scanned, 68 annotation types cached, 1831 subtype relationships cached, took 827ms [INFO] Scanning classes to find frontend configurations and dependencies... [INFO] Visited 1689 classes. Took 1667 ms. [INFO] Checking if a production mode bundle build is needed [INFO] A production mode bundle build is not needed [INFO] Copying frontend resources from jar files ... [INFO] Visited 168 resources. Took 223 ms. [INFO] Build frontend completed in 2420 ms. [INFO] [INFO] --- jar:3.4.2:jar (default-jar) @ spatial-spring-boot-app --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/target/spatial-spring-boot-app-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- spring-boot:4.0.4:repackage (repackage) @ spatial-spring-boot-app --- [INFO] Replacing main artifact /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/target/spatial-spring-boot-app-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/. [INFO] The original artifact has been renamed to /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/spring-boot-spatial-example/target/spatial-spring-boot-app-0.0.1-SNAPSHOT.jar.original [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.806 s [INFO] Finished at: 2026-04-12T06:44:23Z [INFO] ------------------------------------------------------------------------