[INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.parttio:hugerte-for-flow:jar:2.0.2-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.springframework.boot:spring-boot-maven-plugin is missing. @ line 142, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] --------------------< org.parttio:hugerte-for-flow >-------------------- [INFO] Building HugeRTE for Flow 2.0.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ hugerte-for-flow --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/hugerte-for-flow/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ hugerte-for-flow --- [INFO] Copying 189 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.0.0-beta9:prepare-frontend (default) @ hugerte-for-flow --- [INFO] Reflections took 512 ms to scan 62 urls, producing 981 keys and 4754 values [INFO] Visited 94 classes. Took 145 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 64 resources. Took 72 ms. [INFO] [INFO] --- compiler:3.14.1:compile (default-compile) @ hugerte-for-flow --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 11 source files with javac [debug release 21] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hugerte-for-flow --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ hugerte-for-flow --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 37 source files with javac [debug release 21] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ hugerte-for-flow --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.vaadin.hugerte.MopoSmokeTest 07:32:49.415 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.vaadin.hugerte.MopoSmokeTest]: MopoSmokeTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 07:32:49.625 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.vaadin.hugerte.Application for test class org.vaadin.hugerte.MopoSmokeTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v4.0.0) 2026-03-23T07:32:52.003Z INFO 2515799 --- [ main] org.vaadin.hugerte.MopoSmokeTest : Starting MopoSmokeTest using Java 21 with PID 2515799 (started by ghrunner in /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/hugerte-for-flow) 2026-03-23T07:32:52.011Z INFO 2515799 --- [ main] org.vaadin.hugerte.MopoSmokeTest : No active profile set, falling back to 1 default profile: "default" 2026-03-23T07:32:53.080Z INFO 2515799 --- [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 0 (http) 2026-03-23T07:32:53.094Z INFO 2515799 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2026-03-23T07:32:53.095Z INFO 2515799 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.14] 2026-03-23T07:32:53.155Z INFO 2515799 --- [ main] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 1094 ms 2026-03-23T07:32:55.615Z INFO 2515799 --- [ main] c.v.f.s.VaadinServletContextInitializer : Search for subclasses and classes with annotations took 1998 ms 2026-03-23T07:32:55.772Z INFO 2515799 --- [ main] c.v.b.d.startup.DevModeStartupListener : Starting dev-mode updaters in /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/hugerte-for-flow folder. 2026-03-23T07:32:55.820Z INFO 2515799 --- [ main] c.v.f.s.f.s.FullDependenciesScanner : Visited 121 classes. Took 27 ms. 2026-03-23T07:32:56.647Z INFO 2515799 --- [in-dev-server-1] c.v.f.s.frontend.TaskUpdatePackages : Running `npm install` to resolve and optionally download frontend dependencies. This may take a moment, please stand by... 2026-03-23T07:32:56.700Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler mapped to context-path: /* 2026-03-23T07:32:56.701Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler 2026-03-23T07:32:56.717Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation 2026-03-23T07:32:56.727Z INFO 2515799 --- [ main] org.atmosphere.util.ForkJoinPool : Using ForkJoinPool java.util.concurrent.ForkJoinPool. Set the org.atmosphere.cpr.broadcaster.maxAsyncWriteThreads to -1 to fully use its power. 2026-03-23T07:32:56.733Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol 2026-03-23T07:32:56.737Z INFO 2515799 --- [ main] o.a.container.JSR356AsyncSupport : JSR 356 Mapping path /VAADIN/push 2026-03-23T07:32:56.746Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installing Default AtmosphereInterceptors 2026-03-23T07:32:56.746Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support 2026-03-23T07:32:56.747Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor 2026-03-23T07:32:56.749Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support 2026-03-23T07:32:56.752Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support 2026-03-23T07:32:56.752Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support 2026-03-23T07:32:56.753Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support 2026-03-23T07:32:56.753Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support 2026-03-23T07:32:56.753Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol 2026-03-23T07:32:56.755Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor 2026-03-23T07:32:56.755Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection 2026-03-23T07:32:56.755Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor 2026-03-23T07:32:56.756Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them. 2026-03-23T07:32:56.756Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT 2026-03-23T07:32:56.759Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT 2026-03-23T07:32:56.759Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT 2026-03-23T07:32:56.759Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT 2026-03-23T07:32:56.759Z INFO 2515799 --- [ main] o.a.interceptor.HeartbeatInterceptor : HeartbeatInterceptor configured with padding value 'X', client frequency 0 seconds and server frequency 60 seconds 2026-03-23T07:32:56.759Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Heartbeat Interceptor Support with priority AFTER_DEFAULT 2026-03-23T07:32:56.760Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT 2026-03-23T07:32:56.760Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT 2026-03-23T07:32:56.760Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT 2026-03-23T07:32:56.761Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT 2026-03-23T07:32:56.761Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT 2026-03-23T07:32:56.761Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT 2026-03-23T07:32:56.761Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper 2026-03-23T07:32:56.765Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache 2026-03-23T07:32:56.765Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster 2026-03-23T07:32:56.765Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Shared List Resources: false 2026-03-23T07:32:56.766Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Polling Wait Time 100 2026-03-23T07:32:56.766Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Shared ExecutorService supported: true 2026-03-23T07:32:56.766Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor 2026-03-23T07:32:56.766Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Async I/O Thread Pool Size: 200 2026-03-23T07:32:56.766Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory 2026-03-23T07:32:56.766Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory 2026-03-23T07:32:56.766Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor 2026-03-23T07:32:56.769Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Invoke AtmosphereInterceptor on WebSocket message true 2026-03-23T07:32:56.769Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : HttpSession supported: true 2026-03-23T07:32:56.769Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation 2026-03-23T07:32:56.773Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: Apache Tomcat/11.0.14 using jakarta.servlet/3.0 and jsr356/WebSocket API 2026-03-23T07:32:56.773Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere Framework 3.0.5.slf4jvaadin1 started. 2026-03-23T07:32:56.770Z INFO 2515799 --- [in-dev-server-1] c.v.flow.server.frontend.NodeResolver : The globally installed Node.js version 18.19.1 is older than the required minimum version 24.0.0. Using Node.js from /home/ghrunner/.vaadin. 2026-03-23T07:32:56.784Z INFO 2515799 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT 2026-03-23T07:32:56.817Z INFO 2515799 --- [in-dev-server-1] c.v.flow.server.frontend.NodeResolver : Node v24.10.0 is already installed in /home/ghrunner/.vaadin 2026-03-23T07:32:56.861Z INFO 2515799 --- [ main] c.v.f.s.DefaultDeploymentConfiguration : Vaadin is running in DEVELOPMENT mode - do not use for production deployments. 2026-03-23T07:32:56.888Z INFO 2515799 --- [ main] c.vaadin.flow.spring.SpringInstantiator : The number of beans implementing 'I18NProvider' is 0. Cannot use Spring beans for I18N, falling back to the default behavior 2026-03-23T07:32:57.148Z INFO 2515799 --- [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 33845 (http) with context path '/' 2026-03-23T07:32:57.162Z INFO 2515799 --- [in-dev-server-1] c.v.f.s.frontend.TaskUpdatePackages : using '/home/ghrunner/.vaadin/node-v24.10.0/bin/node /home/ghrunner/.vaadin/node-v24.10.0/lib/node_modules/npm/bin/npm-cli.js --no-update-notifier --no-audit --scripts-prepend-node-path=true --ignore-scripts install' for frontend package installation 2026-03-23T07:32:57.167Z INFO 2515799 --- [ main] org.vaadin.hugerte.MopoSmokeTest : Started MopoSmokeTest in 5.659 seconds (process running for 9.231) 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 2026-03-23T07:32:59.477Z INFO 2515799 --- [o-auto-1-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-03-23T07:32:59.479Z INFO 2515799 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2026-03-23T07:32:59.480Z INFO 2515799 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms 2026-03-23T07:33:12.786Z INFO 2515799 --- [in-dev-server-1] c.v.f.s.frontend.TaskUpdatePackages : Frontend dependencies resolved successfully. 2026-03-23T07:33:13.370Z INFO 2515799 --- [in-dev-server-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Copying frontend resources from jar files ... 2026-03-23T07:33:13.474Z INFO 2515799 --- [in-dev-server-1] c.v.f.s.f.TaskCopyLocalFrontendFiles : Copied 189 local frontend files. Took 70 ms. 2026-03-23T07:33:13.492Z INFO 2515799 --- [in-dev-server-1] c.v.f.s.f.TaskCopyLocalFrontendFiles : Copied 0 local frontend files. Took 17 ms. 2026-03-23T07:33:13.606Z INFO 2515799 --- [in-dev-server-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Visited 20 resources. Took 236 ms. 2026-03-23T07:33:13.621Z INFO 2515799 --- [in-dev-server-1] c.v.f.s.f.TaskCopyLocalFrontendFiles : Copying project local frontend resources. 2026-03-23T07:33:13.732Z INFO 2515799 --- [in-dev-server-1] c.v.f.s.f.TaskCopyLocalFrontendFiles : Copied 189 local frontend files. Took 110 ms. 2026-03-23T07:33:13.741Z INFO 2515799 --- [in-dev-server-1] c.v.f.s.f.TaskCopyLocalFrontendFiles : Copying frontend directory completed. 2026-03-23T07:33:13.869Z INFO 2515799 --- [onPool-worker-2] c.v.b.devserver.AbstractDevServerRunner : Starting Vite ------------------ Starting Frontend compilation. ------------------ 2026-03-23T07:33:13.924Z INFO 2515799 --- [onPool-worker-2] c.v.b.devserver.AbstractDevServerRunner : Running Vite to compile frontend resources. This may take a moment, please stand by... 2026-03-23T07:33:15.827Z INFO 2515799 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : 2026-03-23T07:33:15.827Z INFO 2515799 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : VITE v7.2.2 ready in 1830 ms ----------------- Frontend compiled successfully. ----------------- 2026-03-23T07:33:15.828Z INFO 2515799 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : 2026-03-23T07:33:15.828Z INFO 2515799 --- [onPool-worker-2] c.v.b.devserver.AbstractDevServerRunner : Started Vite. Time: 1959ms 2026-03-23T07:33:15.835Z INFO 2515799 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : ➜ Local: http://127.0.0.1:39897/VAADIN/ 2026-03-23T07:33:16.420Z INFO 2515799 --- [in-dev-server-2] c.v.b.d.DevModeHandlerManagerImpl : Application running at http://localhost:0/ 2026-03-23T07:33:22.287Z INFO 2515799 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : Comment replacement failed to change anything 2026-03-23T07:33:22.606Z INFO 2515799 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : 2026-03-23T07:33:22.607Z INFO 2515799 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : [TypeScript] Found 0 errors. Watching for file changes. Checking autosavepluginexample Checked autosavepluginexample and it contained no JS errors. Checking binder Checked binder and it contained no JS errors. Checking configurationoptions Checked configurationoptions and it contained no JS errors. Checking demo Checked demo and it contained no JS errors. Checking detachinvisible Checked detachinvisible and it contained no JS errors. Checking editorindialog Checked editorindialog and it contained no JS errors. Checking flowtest Checked flowtest and it contained no JS errors. Checking fulldemo

Voi jorma!

 

Checked fulldemo and it contained no JS errors. Checking githubissue2 Checked githubissue2 and it contained no JS errors. Checking hugerte-attach Checked hugerte-attach and it contained no JS errors. Checking hugertewithadditionalconfig Checked hugertewithadditionalconfig and it contained no JS errors. Checking hugertewithvaadinselect Checked hugertewithvaadinselect and it contained no JS errors. Checking imagepickercallback Checked imagepickercallback and it contained no JS errors. Checking imageuploadsenabled Checked imageuploadsenabled and it contained no JS errors. Checking issue30 Checked issue30 and it contained no JS errors. Checking localizationsample Checked localizationsample and it contained no JS errors. Checking menuconfig

Voi jorma!

 

Checked menuconfig and it contained no JS errors. Checking preserveonrefreshbug27 Checked preserveonrefreshbug27 and it contained no JS errors. Checking replaceselectioncontent Checked replaceselectioncontent and it contained no JS errors. Checking sizes Checked sizes and it contained no JS errors. Checking themevariants Checked themevariants and it contained no JS errors. Checking this/is/long/route Checked this/is/long/route and it contained no JS errors. Checking updatevalueondetachededitor Checked updatevalueondetachededitor and it contained no JS errors. Checking valuechangemodes Checked valuechangemodes and it contained no JS errors.

Voi jorma!

 

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 110.0 s -- in org.vaadin.hugerte.MopoSmokeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.5.0:jar (default-jar) @ hugerte-for-flow --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/hugerte-for-flow/target/hugerte-for-flow-2.0.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:00 min [INFO] Finished at: 2026-03-23T07:34:40Z [INFO] ------------------------------------------------------------------------