From https://github.com/parttio/dramafinder * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 2a8d587 Fix #86 (#102) Removing src/main/frontend/generated/ Removing target/ $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.2-SNAPSHOT -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.vaadin.addons:dramafinder >-------------------- [INFO] Building Drama Finder 1.1.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ dramafinder --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.541 s [INFO] Finished at: 2026-06-12T21:33:34Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.2-SNAPSHOT -DartifactId=vaadin-bom -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.vaadin.addons:dramafinder >-------------------- [INFO] Building Drama Finder 1.1.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ dramafinder --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder [INFO] Processing change of org.vaadin.addons:vaadin-bom:1.1.3-SNAPSHOT -> 25.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.314 s [INFO] Finished at: 2026-06-12T21:33:37Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.vaadin.addons:dramafinder >-------------------- [INFO] Building Drama Finder 1.1.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ dramafinder --- [INFO] [INFO] --- jacoco:0.8.14:prepare-agent (default) @ dramafinder --- [INFO] argLine set to -javaagent:/home/ghrunner/.m2/repository/org/jacoco/org.jacoco.agent/0.8.14/org.jacoco.agent-0.8.14-runtime.jar=destfile=/home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ dramafinder --- [INFO] skip non existing resourceDirectory /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ dramafinder --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 66 source files with javac [debug release 21] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ dramafinder --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ dramafinder --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 117 source files with javac [debug release 21] to target/test-classes [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/test/java/org/vaadin/addons/dramafinder/tests/testuis/DialogView.java:[64,15] setModal(boolean) in com.vaadin.flow.component.dialog.Dialog has been deprecated and marked for removal [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/test/java/org/vaadin/addons/dramafinder/tests/testuis/UploadView.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/test/java/org/vaadin/addons/dramafinder/tests/testuis/UploadView.java uses or overrides a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/test/java/org/vaadin/addons/dramafinder/tests/testuis/UploadView.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ dramafinder --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.14:report (report) @ dramafinder --- [INFO] Loading execution data file /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/target/jacoco.exec [INFO] Analyzed bundle 'Drama Finder' with 69 classes [INFO] [INFO] --- jar:3.4.1:jar (default-jar) @ dramafinder --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/target/dramafinder-1.1.3-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.5.4:integration-test (default) @ dramafinder --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.vaadin.addons.dramafinder.tests.it.TimePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SimpleExampleViewIT 21:33:52.977 [ForkJoinPool-1-worker-2] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TimePickerViewIT]: TimePickerViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 21:33:52.978 [ForkJoinPool-1-worker-1] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SimpleExampleViewIT]: SimpleExampleViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 21:33:53.251 [ForkJoinPool-1-worker-2] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TimePickerViewIT 21:33:53.253 [ForkJoinPool-1-worker-1] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SimpleExampleViewIT 21:33:53.404 [ForkJoinPool-1-worker-2] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TimePickerViewIT]: TimePickerViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 21:33:53.405 [ForkJoinPool-1-worker-1] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SimpleExampleViewIT]: SimpleExampleViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 21:33:53.406 [ForkJoinPool-1-worker-1] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 21:33:53.406 [ForkJoinPool-1-worker-1] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 21:33:53.407 [ForkJoinPool-1-worker-2] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 21:33:53.408 [ForkJoinPool-1-worker-2] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 21:33:53.409 [ForkJoinPool-1-worker-2] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TimePickerViewIT 21:33:53.411 [ForkJoinPool-1-worker-1] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SimpleExampleViewIT . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v4.0.5) 2026-06-12T21:34:20.154Z INFO 3247324 --- [Pool-1-worker-2] o.v.a.d.tests.it.TimePickerViewIT : Starting TimePickerViewIT using Java 21 with PID 3247324 (started by ghrunner in /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder) 2026-06-12T21:34:20.158Z INFO 3247324 --- [Pool-1-worker-2] o.v.a.d.tests.it.TimePickerViewIT : No active profile set, falling back to 1 default profile: "default" 2026-06-12T21:34:22.111Z INFO 3247324 --- [Pool-1-worker-2] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 0 (http) 2026-06-12T21:34:22.134Z INFO 3247324 --- [Pool-1-worker-2] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2026-06-12T21:34:22.135Z INFO 3247324 --- [Pool-1-worker-2] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.20] 2026-06-12T21:34:22.238Z INFO 3247324 --- [Pool-1-worker-2] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 2002 ms 2026-06-12T21:34:25.570Z INFO 3247324 --- [Pool-1-worker-2] c.v.f.s.VaadinServletContextInitializer : Search for subclasses and classes with annotations took 2776 ms 2026-06-12T21:34:25.799Z INFO 3247324 --- [Pool-1-worker-2] c.v.b.d.startup.DevModeStartupListener : Starting dev-mode updaters in /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder folder. 2026-06-12T21:34:25.937Z INFO 3247324 --- [Pool-1-worker-2] c.v.f.s.f.s.FullDependenciesScanner : Visited 105 classes. Took 53 ms. 2026-06-12T21:34:25.941Z INFO 3247324 --- [Pool-1-worker-2] c.v.f.s.frontend.BundleValidationUtil : Checking if a development mode bundle build is needed 2026-06-12T21:34:26.074Z INFO 3247324 --- [Pool-1-worker-2] c.v.f.s.frontend.BundleValidationUtil : A development mode bundle build is not needed 2026-06-12T21:34:26.136Z INFO 3247324 --- [in-dev-server-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Copying frontend resources from jar files ... 2026-06-12T21:34:26.258Z INFO 3247324 --- [in-dev-server-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Visited 20 resources. Took 122 ms. 2026-06-12T21:34:27.570Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler mapped to context-path: /* 2026-06-12T21:34:27.570Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler 2026-06-12T21:34:27.599Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation 2026-06-12T21:34:27.609Z INFO 3247324 --- [Pool-1-worker-2] 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-06-12T21:34:27.617Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol 2026-06-12T21:34:27.628Z INFO 3247324 --- [Pool-1-worker-2] o.a.container.JSR356AsyncSupport : JSR 356 Mapping path /VAADIN/push 2026-06-12T21:34:27.645Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installing Default AtmosphereInterceptors 2026-06-12T21:34:27.645Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support 2026-06-12T21:34:27.645Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor 2026-06-12T21:34:27.646Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support 2026-06-12T21:34:27.647Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support 2026-06-12T21:34:27.647Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support 2026-06-12T21:34:27.647Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support 2026-06-12T21:34:27.648Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support 2026-06-12T21:34:27.648Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol 2026-06-12T21:34:27.649Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor 2026-06-12T21:34:27.649Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection 2026-06-12T21:34:27.649Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor 2026-06-12T21:34:27.652Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them. 2026-06-12T21:34:27.653Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT 2026-06-12T21:34:27.664Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT 2026-06-12T21:34:27.664Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT 2026-06-12T21:34:27.665Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT 2026-06-12T21:34:27.665Z INFO 3247324 --- [Pool-1-worker-2] o.a.interceptor.HeartbeatInterceptor : HeartbeatInterceptor configured with padding value 'X', client frequency 0 seconds and server frequency 60 seconds 2026-06-12T21:34:27.665Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Heartbeat Interceptor Support with priority AFTER_DEFAULT 2026-06-12T21:34:27.665Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT 2026-06-12T21:34:27.665Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT 2026-06-12T21:34:27.665Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT 2026-06-12T21:34:27.665Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT 2026-06-12T21:34:27.665Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT 2026-06-12T21:34:27.666Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT 2026-06-12T21:34:27.666Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper 2026-06-12T21:34:27.666Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache 2026-06-12T21:34:27.666Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster 2026-06-12T21:34:27.666Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Shared List Resources: false 2026-06-12T21:34:27.666Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Polling Wait Time 100 2026-06-12T21:34:27.667Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Shared ExecutorService supported: true 2026-06-12T21:34:27.668Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor 2026-06-12T21:34:27.668Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Async I/O Thread Pool Size: 200 2026-06-12T21:34:27.668Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory 2026-06-12T21:34:27.669Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory 2026-06-12T21:34:27.670Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor 2026-06-12T21:34:27.673Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Invoke AtmosphereInterceptor on WebSocket message true 2026-06-12T21:34:27.674Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : HttpSession supported: true 2026-06-12T21:34:27.674Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation 2026-06-12T21:34:27.674Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: Apache Tomcat/11.0.20 using jakarta.servlet/3.0 and jsr356/WebSocket API 2026-06-12T21:34:27.674Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Atmosphere Framework 3.0.5.slf4jvaadin1 started. 2026-06-12T21:34:27.679Z INFO 3247324 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT 2026-06-12T21:34:27.730Z INFO 3247324 --- [Pool-1-worker-2] c.v.f.s.DefaultDeploymentConfiguration : Vaadin is running in DEVELOPMENT mode - do not use for production deployments. 2026-06-12T21:34:27.784Z INFO 3247324 --- [Pool-1-worker-2] c.vaadin.copilot.CopilotIndexHtmlLoader : Copilot is disabled 2026-06-12T21:34:27.819Z INFO 3247324 --- [Pool-1-worker-2] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 44195 (http) with context path '/' 2026-06-12T21:34:27.837Z INFO 3247324 --- [Pool-1-worker-2] o.v.a.d.tests.it.TimePickerViewIT : Started TimePickerViewIT in 8.329 seconds (process running for 37.069) 2026-06-12T21:34:27.845Z INFO 3247324 --- [Pool-1-worker-2] c.v.b.d.DevModeHandlerManagerImpl : Application running at http://localhost:0/ 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 [INFO] Running org.vaadin.addons.dramafinder.tests.it.TabsViewIT 2026-06-12T21:34:27.918Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TabsViewIT]: TabsViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:27.924Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TabsViewIT 2026-06-12T21:34:27.931Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TabsViewIT]: TabsViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:27.932Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:27.932Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:27.933Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TabsViewIT 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-06-12T21:34:29.054Z INFO 3247324 --- [o-auto-1-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-06-12T21:34:29.054Z INFO 3247324 --- [o-auto-1-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2026-06-12T21:34:29.056Z INFO 3247324 --- [o-auto-1-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.87 s -- in org.vaadin.addons.dramafinder.tests.it.SimpleExampleViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT 2026-06-12T21:34:32.448Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT]: TreeGridExpandCollapseViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:32.456Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT 2026-06-12T21:34:32.457Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT]: TreeGridExpandCollapseViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:32.457Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:32.457Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:32.458Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.579 s -- in org.vaadin.addons.dramafinder.tests.it.TabsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT 2026-06-12T21:34:32.512Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT]: MultiSelectComboBoxViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:32.525Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT 2026-06-12T21:34:32.526Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT]: MultiSelectComboBoxViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:32.527Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:32.527Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:32.534Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.90 s -- in org.vaadin.addons.dramafinder.tests.it.TimePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT 2026-06-12T21:34:48.472Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT]: ListBoxViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:48.474Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT 2026-06-12T21:34:48.476Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT]: ListBoxViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:48.477Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:48.477Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:34:48.478Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.79 s -- in org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT 2026-06-12T21:35:07.266Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT]: GridComponentRendererViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:07.267Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT 2026-06-12T21:35:07.276Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT]: GridComponentRendererViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:07.277Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:07.277Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:07.281Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.45 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT 2026-06-12T21:35:23.904Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT]: IntegerFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:23.909Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT 2026-06-12T21:35:23.911Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT]: IntegerFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:23.912Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:23.913Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:23.914Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.75 s -- in org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT 2026-06-12T21:35:24.017Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT]: ContextMenuViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:24.018Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT 2026-06-12T21:35:24.019Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT]: ContextMenuViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:24.019Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:24.024Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:24.024Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.297 s -- in org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT 2026-06-12T21:35:30.198Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT]: SplitLayoutViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:30.212Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT 2026-06-12T21:35:30.213Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT]: SplitLayoutViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:30.214Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:30.214Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:30.223Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.39 s -- in org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PopoverViewIT 2026-06-12T21:35:35.412Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.PopoverViewIT]: PopoverViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:35.416Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.PopoverViewIT 2026-06-12T21:35:35.417Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.PopoverViewIT]: PopoverViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:35.417Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:35.417Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:35.423Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.PopoverViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.268 s -- in org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT 2026-06-12T21:35:39.467Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT]: IntegerFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:39.475Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT 2026-06-12T21:35:39.476Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT]: IntegerFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:39.476Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:39.476Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:39.483Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.98 s -- in org.vaadin.addons.dramafinder.tests.it.PopoverViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT 2026-06-12T21:35:46.401Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT]: MenuBarViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:46.404Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT 2026-06-12T21:35:46.405Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT]: MenuBarViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:46.405Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:46.409Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:46.412Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.132 s -- in org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DetailsViewIT 2026-06-12T21:35:48.600Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DetailsViewIT]: DetailsViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:48.608Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DetailsViewIT 2026-06-12T21:35:48.609Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DetailsViewIT]: DetailsViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:48.609Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:48.609Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:48.623Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DetailsViewIT [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78.09 s -- in org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT 2026-06-12T21:35:50.600Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT]: MultiSelectComboBoxGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:50.608Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT 2026-06-12T21:35:50.609Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT]: MultiSelectComboBoxGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:50.609Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:50.610Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:50.610Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.930 s -- in org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MessageListViewIT 2026-06-12T21:35:55.337Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MessageListViewIT]: MessageListViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:55.338Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MessageListViewIT 2026-06-12T21:35:55.339Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MessageListViewIT]: MessageListViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:55.344Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:55.344Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:55.347Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MessageListViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.105 s -- in org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT 2026-06-12T21:35:56.710Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT]: GridSelectionViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:56.712Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT 2026-06-12T21:35:56.715Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT]: GridSelectionViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:56.715Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:56.716Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:35:56.717Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.02 s -- in org.vaadin.addons.dramafinder.tests.it.DetailsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT 2026-06-12T21:36:01.626Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT]: EmailFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:01.630Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT 2026-06-12T21:36:01.635Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT]: EmailFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:01.636Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:01.636Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:01.640Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.960 s -- in org.vaadin.addons.dramafinder.tests.it.MessageListViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT 2026-06-12T21:36:03.303Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT]: PasswordFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:03.308Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT 2026-06-12T21:36:03.311Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT]: PasswordFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:03.312Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:03.312Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:03.313Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.247 s -- in org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT 2026-06-12T21:36:07.869Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT]: NumberFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:07.876Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT 2026-06-12T21:36:07.877Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT]: NumberFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:07.877Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:07.878Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:07.878Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.521 s -- in org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT 2026-06-12T21:36:13.391Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT]: DatePickerViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:13.403Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT 2026-06-12T21:36:13.404Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT]: DatePickerViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:13.404Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:13.404Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:13.413Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.14 s -- in org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT 2026-06-12T21:36:18.843Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT]: TextAreaGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:18.845Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT 2026-06-12T21:36:18.849Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT]: TextAreaGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:18.850Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:18.851Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:18.855Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.548 s -- in org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SelectViewIT 2026-06-12T21:36:23.396Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SelectViewIT]: SelectViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:23.407Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SelectViewIT 2026-06-12T21:36:23.410Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SelectViewIT]: SelectViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:23.411Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:23.411Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:23.418Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SelectViewIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.49 s -- in org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT 2026-06-12T21:36:29.881Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT]: ComboBoxViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:29.893Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT 2026-06-12T21:36:29.894Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT]: ComboBoxViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:29.895Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:29.895Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:29.899Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.10 s -- in org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT 2026-06-12T21:36:47.395Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT]: BigDecimalFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:47.406Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT 2026-06-12T21:36:47.407Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT]: BigDecimalFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:47.408Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:47.408Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:47.409Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.343 s -- in org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT 2026-06-12T21:36:51.741Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT]: TreeGridMultiSelectViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:51.748Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT 2026-06-12T21:36:51.749Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT]: TreeGridMultiSelectViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:51.750Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:51.750Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:51.750Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.09 s -- in org.vaadin.addons.dramafinder.tests.it.SelectViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT 2026-06-12T21:36:54.483Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT]: RadioButtonGroupViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:54.490Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT 2026-06-12T21:36:54.493Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT]: RadioButtonGroupViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:54.494Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:54.494Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:36:54.499Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.750 s -- in org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ButtonViewIT 2026-06-12T21:37:04.244Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ButtonViewIT]: ButtonViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:04.246Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ButtonViewIT 2026-06-12T21:37:04.253Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ButtonViewIT]: ButtonViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:04.253Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:04.254Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:04.255Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ButtonViewIT [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.34 s -- in org.vaadin.addons.dramafinder.tests.it.ButtonViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT 2026-06-12T21:37:25.582Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT]: DateTimePickerViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:25.585Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT 2026-06-12T21:37:25.586Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT]: DateTimePickerViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:25.586Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:25.587Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:25.587Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.22 s -- in org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT 2026-06-12T21:37:41.104Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT]: ProgressBarViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:41.110Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT 2026-06-12T21:37:41.111Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT]: ProgressBarViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:41.113Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:41.113Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:41.114Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.80 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT 2026-06-12T21:37:42.542Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT]: VirtualListViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:42.549Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT 2026-06-12T21:37:42.550Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT]: VirtualListViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:42.550Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:42.550Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:42.554Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.54 s -- in org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT 2026-06-12T21:37:45.132Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT]: GridDetailsViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:45.134Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT 2026-06-12T21:37:45.147Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT]: GridDetailsViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:45.148Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:45.148Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:45.149Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.619 s -- in org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NotificationViewIT 2026-06-12T21:37:48.728Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.NotificationViewIT]: NotificationViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:48.740Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.NotificationViewIT 2026-06-12T21:37:48.746Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.NotificationViewIT]: NotificationViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:48.746Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:48.746Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:48.755Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.NotificationViewIT [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.72 s -- in org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.AccordionViewIT 2026-06-12T21:37:56.848Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.AccordionViewIT]: AccordionViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:56.851Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.AccordionViewIT 2026-06-12T21:37:56.852Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.AccordionViewIT]: AccordionViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:56.852Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:56.853Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:56.855Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.AccordionViewIT [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.96 s -- in org.vaadin.addons.dramafinder.tests.it.NotificationViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT 2026-06-12T21:37:59.681Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT]: PasswordFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:59.688Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT 2026-06-12T21:37:59.688Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT]: PasswordFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:59.689Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:59.689Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:37:59.689Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.356 s -- in org.vaadin.addons.dramafinder.tests.it.AccordionViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.CardViewIT 2026-06-12T21:38:02.205Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.CardViewIT]: CardViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:02.211Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.CardViewIT 2026-06-12T21:38:02.211Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.CardViewIT]: CardViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:02.211Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:02.212Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:02.212Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.CardViewIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.858 s -- in org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.UploadViewIT 2026-06-12T21:38:03.544Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.UploadViewIT]: UploadViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:03.547Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.UploadViewIT 2026-06-12T21:38:03.549Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.UploadViewIT]: UploadViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:03.549Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:03.550Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:03.551Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.UploadViewIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.057 s -- in org.vaadin.addons.dramafinder.tests.it.CardViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT 2026-06-12T21:38:06.263Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT]: EmailFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:06.267Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT 2026-06-12T21:38:06.277Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT]: EmailFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:06.277Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:06.277Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:06.278Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.660 s -- in org.vaadin.addons.dramafinder.tests.it.UploadViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT 2026-06-12T21:38:10.205Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT]: CheckboxViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:10.215Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT 2026-06-12T21:38:10.216Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT]: CheckboxViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:10.216Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:10.217Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:10.217Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.893 s -- in org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT 2026-06-12T21:38:12.160Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT]: TextAreaViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:12.161Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT 2026-06-12T21:38:12.165Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT]: TextAreaViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:12.165Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:12.165Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:12.165Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.79 s -- in org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT 2026-06-12T21:38:19.339Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT]: SelectGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:19.341Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT 2026-06-12T21:38:19.343Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT]: SelectGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:19.343Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:19.343Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:19.344Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.926 s -- in org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT 2026-06-12T21:38:23.268Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT]: MessageInputViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:23.270Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT 2026-06-12T21:38:23.271Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT]: MessageInputViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:23.271Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:23.271Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:23.272Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.21 s -- in org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT 2026-06-12T21:38:27.420Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT]: TextFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:27.425Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT 2026-06-12T21:38:27.426Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT]: TextFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:27.426Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:27.430Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:27.430Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.85 s -- in org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT 2026-06-12T21:38:38.121Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT]: DatePickerGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:38.122Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT 2026-06-12T21:38:38.123Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT]: DatePickerGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:38.127Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:38.127Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:38.130Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.076 s -- in org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DialogViewIT 2026-06-12T21:38:43.196Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DialogViewIT]: DialogViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:43.205Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DialogViewIT 2026-06-12T21:38:43.208Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DialogViewIT]: DialogViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:43.208Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:43.209Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:43.210Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DialogViewIT [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.06 s -- in org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT 2026-06-12T21:38:52.217Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT]: BigDecimalFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:52.220Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT 2026-06-12T21:38:52.222Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT]: BigDecimalFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:52.223Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:52.224Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:52.224Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.909 s -- in org.vaadin.addons.dramafinder.tests.it.DialogViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT 2026-06-12T21:38:53.106Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT]: TreeGridBasicViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:53.112Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT 2026-06-12T21:38:53.115Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT]: TreeGridBasicViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:53.115Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:53.116Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:53.118Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.080 s -- in org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT 2026-06-12T21:38:57.296Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT]: SideNavigationElementViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:57.299Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT 2026-06-12T21:38:57.300Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT]: SideNavigationElementViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:57.300Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:57.301Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:38:57.302Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.21 s -- in org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT 2026-06-12T21:39:06.627Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT]: ComboBoxGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:06.629Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT 2026-06-12T21:39:06.630Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT]: ComboBoxGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:06.630Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:06.630Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:06.631Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.623 s -- in org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT 2026-06-12T21:39:12.258Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT]: TextFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:12.263Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT 2026-06-12T21:39:12.267Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT]: TextFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:12.267Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:12.267Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:12.268Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.62 s -- in org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.AvatarViewIT 2026-06-12T21:39:12.920Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.AvatarViewIT]: AvatarViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:12.924Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.AvatarViewIT 2026-06-12T21:39:12.926Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.AvatarViewIT]: AvatarViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:12.926Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:12.926Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:12.927Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.AvatarViewIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.31 s -- in org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT 2026-06-12T21:39:26.579Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT]: TimePickerGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:26.585Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT 2026-06-12T21:39:26.586Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT]: TimePickerGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:26.586Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:26.586Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:26.587Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.54 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT 2026-06-12T21:39:26.721Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT]: DateTimePickerGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:26.723Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT 2026-06-12T21:39:26.724Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT]: DateTimePickerGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:26.724Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:26.724Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:26.725Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.561 s -- in org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT 2026-06-12T21:39:32.216Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT]: GridSortingViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:32.218Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT 2026-06-12T21:39:32.220Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT]: GridSortingViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:32.221Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:32.221Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:32.221Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.850 s -- in org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridBasicViewIT 2026-06-12T21:39:32.428Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridBasicViewIT]: GridBasicViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:32.435Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridBasicViewIT 2026-06-12T21:39:32.436Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridBasicViewIT]: GridBasicViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:32.440Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:32.440Z INFO 3247324 --- [Pool-1-worker-1] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:32.440Z INFO 3247324 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridBasicViewIT [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.03 s -- in org.vaadin.addons.dramafinder.tests.it.AvatarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT 2026-06-12T21:39:36.950Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT]: TreeGridSelectionViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:36.956Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT 2026-06-12T21:39:36.957Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT]: TreeGridSelectionViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:36.957Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:36.957Z INFO 3247324 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:36.958Z INFO 3247324 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.99 s -- in org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT 2026-06-12T21:39:45.206Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT]: GridLitRendererViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:45.207Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT 2026-06-12T21:39:45.210Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT]: GridLitRendererViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:45.210Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:45.210Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:45.211Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.647 s -- in org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT 2026-06-12T21:39:54.850Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT]: NumberFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:54.857Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT 2026-06-12T21:39:54.857Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT]: NumberFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:54.858Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SpringPlaywrightIT]: SpringPlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:54.863Z INFO 3247324 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.AbstractBasePlaywrightIT]: AbstractBasePlaywrightIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-12T21:39:54.863Z INFO 3247324 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.811 s -- in org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.32 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 178.2 s -- in org.vaadin.addons.dramafinder.tests.it.GridBasicViewIT [INFO] [INFO] Results: [INFO] [INFO] Tests run: 517, Failures: 0, Errors: 0, Skipped: 0 [INFO] [WARNING] Corrupted channel by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/target/failsafe-reports/2026-06-12T21-33-50_640-jvmRun1.dumpstream [INFO] [INFO] --- failsafe:3.5.4:verify (default) @ dramafinder --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:48 min [INFO] Finished at: 2026-06-12T21:42:31Z [INFO] ------------------------------------------------------------------------