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 f36b4e1 Fix #94 (#101) Removing src/main/frontend/generated/ Removing target/ $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.1-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.570 s [INFO] Finished at: 2026-06-08T17:14:22Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.1-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.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.312 s [INFO] Finished at: 2026-06-08T17:14:25Z [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] [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 17:14:41.093 [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. 17:14:41.091 [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. 17:14:41.363 [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 17:14:41.363 [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 17:14:41.530 [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. 17:14:41.531 [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. 17:14:41.531 [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. 17:14:41.531 [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. 17:14:41.533 [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. 17:14:41.534 [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 17:14:41.536 [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. 17:14:41.538 [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-08T17:15:12.845Z INFO 1508945 --- [Pool-1-worker-1] o.v.a.d.tests.it.SimpleExampleViewIT : Starting SimpleExampleViewIT using Java 21 with PID 1508945 (started by ghrunner in /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder) 2026-06-08T17:15:12.847Z INFO 1508945 --- [Pool-1-worker-1] o.v.a.d.tests.it.SimpleExampleViewIT : No active profile set, falling back to 1 default profile: "default" 2026-06-08T17:15:14.487Z INFO 1508945 --- [Pool-1-worker-1] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 0 (http) 2026-06-08T17:15:14.517Z INFO 1508945 --- [Pool-1-worker-1] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2026-06-08T17:15:14.518Z INFO 1508945 --- [Pool-1-worker-1] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.20] 2026-06-08T17:15:14.616Z INFO 1508945 --- [Pool-1-worker-1] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 1692 ms 2026-06-08T17:15:17.190Z INFO 1508945 --- [Pool-1-worker-1] c.v.f.s.VaadinServletContextInitializer : Search for subclasses and classes with annotations took 2019 ms 2026-06-08T17:15:17.396Z INFO 1508945 --- [Pool-1-worker-1] 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-08T17:15:17.497Z INFO 1508945 --- [Pool-1-worker-1] c.v.f.s.f.s.FullDependenciesScanner : Visited 102 classes. Took 42 ms. 2026-06-08T17:15:17.503Z INFO 1508945 --- [Pool-1-worker-1] c.v.f.s.frontend.BundleValidationUtil : Checking if a development mode bundle build is needed 2026-06-08T17:15:17.700Z INFO 1508945 --- [Pool-1-worker-1] c.v.f.s.frontend.BundleValidationUtil : A development mode bundle build is not needed 2026-06-08T17:15:17.758Z INFO 1508945 --- [in-dev-server-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Copying frontend resources from jar files ... 2026-06-08T17:15:17.840Z INFO 1508945 --- [in-dev-server-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Visited 20 resources. Took 82 ms. 2026-06-08T17:15:18.850Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler mapped to context-path: /* 2026-06-08T17:15:18.851Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler 2026-06-08T17:15:18.870Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation 2026-06-08T17:15:18.877Z INFO 1508945 --- [Pool-1-worker-1] 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-08T17:15:18.883Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol 2026-06-08T17:15:18.909Z INFO 1508945 --- [Pool-1-worker-1] o.a.container.JSR356AsyncSupport : JSR 356 Mapping path /VAADIN/push 2026-06-08T17:15:18.928Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installing Default AtmosphereInterceptors 2026-06-08T17:15:18.928Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support 2026-06-08T17:15:18.928Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor 2026-06-08T17:15:18.929Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support 2026-06-08T17:15:18.930Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support 2026-06-08T17:15:18.931Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support 2026-06-08T17:15:18.932Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support 2026-06-08T17:15:18.932Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support 2026-06-08T17:15:18.933Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol 2026-06-08T17:15:18.933Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor 2026-06-08T17:15:18.933Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection 2026-06-08T17:15:18.933Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor 2026-06-08T17:15:18.934Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them. 2026-06-08T17:15:18.934Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT 2026-06-08T17:15:18.941Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT 2026-06-08T17:15:18.943Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT 2026-06-08T17:15:18.943Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT 2026-06-08T17:15:18.943Z INFO 1508945 --- [Pool-1-worker-1] o.a.interceptor.HeartbeatInterceptor : HeartbeatInterceptor configured with padding value 'X', client frequency 0 seconds and server frequency 60 seconds 2026-06-08T17:15:18.943Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Heartbeat Interceptor Support with priority AFTER_DEFAULT 2026-06-08T17:15:18.943Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT 2026-06-08T17:15:18.943Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT 2026-06-08T17:15:18.943Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT 2026-06-08T17:15:18.943Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT 2026-06-08T17:15:18.944Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT 2026-06-08T17:15:18.944Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT 2026-06-08T17:15:18.944Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper 2026-06-08T17:15:18.944Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache 2026-06-08T17:15:18.944Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster 2026-06-08T17:15:18.944Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Shared List Resources: false 2026-06-08T17:15:18.945Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Polling Wait Time 100 2026-06-08T17:15:18.945Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Shared ExecutorService supported: true 2026-06-08T17:15:18.945Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor 2026-06-08T17:15:18.945Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Async I/O Thread Pool Size: 200 2026-06-08T17:15:18.945Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory 2026-06-08T17:15:18.945Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory 2026-06-08T17:15:18.945Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor 2026-06-08T17:15:18.948Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Invoke AtmosphereInterceptor on WebSocket message true 2026-06-08T17:15:18.948Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : HttpSession supported: true 2026-06-08T17:15:18.948Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation 2026-06-08T17:15:18.949Z INFO 1508945 --- [Pool-1-worker-1] 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-08T17:15:18.949Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Atmosphere Framework 3.0.5.slf4jvaadin1 started. 2026-06-08T17:15:18.954Z INFO 1508945 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT 2026-06-08T17:15:19.016Z INFO 1508945 --- [Pool-1-worker-1] c.v.f.s.DefaultDeploymentConfiguration : Vaadin is running in DEVELOPMENT mode - do not use for production deployments. 2026-06-08T17:15:19.080Z INFO 1508945 --- [Pool-1-worker-1] c.vaadin.copilot.CopilotIndexHtmlLoader : Copilot is disabled 2026-06-08T17:15:19.104Z INFO 1508945 --- [Pool-1-worker-1] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 32963 (http) with context path '/' 2026-06-08T17:15:19.114Z INFO 1508945 --- [Pool-1-worker-1] o.v.a.d.tests.it.SimpleExampleViewIT : Started SimpleExampleViewIT in 7.03 seconds (process running for 40.828) 2026-06-08T17:15:19.123Z INFO 1508945 --- [Pool-1-worker-1] 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-08T17:15:19.189Z INFO 1508945 --- [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-08T17:15:19.193Z INFO 1508945 --- [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-08T17:15:19.194Z INFO 1508945 --- [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-08T17:15:19.195Z INFO 1508945 --- [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-08T17:15:19.195Z INFO 1508945 --- [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-08T17:15:19.197Z INFO 1508945 --- [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 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended WARNING: A Java agent has been loaded dynamically (/home/ghrunner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar) WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information WARNING: Dynamic loading of agents will be disallowed by default in a future release 2026-06-08T17:15:20.294Z INFO 1508945 --- [o-auto-1-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-06-08T17:15:20.294Z INFO 1508945 --- [o-auto-1-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2026-06-08T17:15:20.297Z INFO 1508945 --- [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: 42.63 s -- in org.vaadin.addons.dramafinder.tests.it.SimpleExampleViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT 2026-06-08T17:15:23.430Z INFO 1508945 --- [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-08T17:15:23.431Z INFO 1508945 --- [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-08T17:15:23.450Z INFO 1508945 --- [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-08T17:15:23.451Z INFO 1508945 --- [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-08T17:15:23.451Z INFO 1508945 --- [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-08T17:15:23.452Z INFO 1508945 --- [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.585 s -- in org.vaadin.addons.dramafinder.tests.it.TabsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT 2026-06-08T17:15:23.783Z INFO 1508945 --- [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-08T17:15:23.794Z INFO 1508945 --- [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-08T17:15:23.795Z INFO 1508945 --- [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-08T17:15:23.796Z INFO 1508945 --- [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-08T17:15:23.796Z INFO 1508945 --- [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-08T17:15:23.807Z INFO 1508945 --- [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: 57.98 s -- in org.vaadin.addons.dramafinder.tests.it.TimePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT 2026-06-08T17:15:38.746Z INFO 1508945 --- [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-08T17:15:38.749Z INFO 1508945 --- [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-08T17:15:38.750Z INFO 1508945 --- [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-08T17:15:38.750Z INFO 1508945 --- [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-08T17:15:38.754Z INFO 1508945 --- [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-08T17:15:38.755Z INFO 1508945 --- [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: 16.91 s -- in org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT 2026-06-08T17:15:55.661Z INFO 1508945 --- [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-08T17:15:55.663Z INFO 1508945 --- [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-08T17:15:55.672Z INFO 1508945 --- [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-08T17:15:55.672Z INFO 1508945 --- [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-08T17:15:55.672Z INFO 1508945 --- [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-08T17:15:55.673Z INFO 1508945 --- [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: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.59 s -- in org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT 2026-06-08T17:16:11.253Z INFO 1508945 --- [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-08T17:16:11.258Z INFO 1508945 --- [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-08T17:16:11.261Z INFO 1508945 --- [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-08T17:16:11.263Z INFO 1508945 --- [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-08T17:16:11.263Z INFO 1508945 --- [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-08T17:16:11.266Z INFO 1508945 --- [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: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.21 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT 2026-06-08T17:16:12.620Z INFO 1508945 --- [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-08T17:16:12.633Z INFO 1508945 --- [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-08T17:16:12.633Z INFO 1508945 --- [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-08T17:16:12.634Z INFO 1508945 --- [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-08T17:16:12.634Z INFO 1508945 --- [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-08T17:16:12.642Z INFO 1508945 --- [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: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.294 s -- in org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT 2026-06-08T17:16:18.924Z INFO 1508945 --- [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-08T17:16:18.926Z INFO 1508945 --- [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-08T17:16:18.932Z INFO 1508945 --- [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-08T17:16:18.933Z INFO 1508945 --- [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-08T17:16:18.933Z INFO 1508945 --- [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-08T17:16:18.968Z INFO 1508945 --- [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.18 s -- in org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PopoverViewIT 2026-06-08T17:16:22.424Z INFO 1508945 --- [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-08T17:16:22.431Z INFO 1508945 --- [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-08T17:16:22.432Z INFO 1508945 --- [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-08T17:16:22.433Z INFO 1508945 --- [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-08T17:16:22.433Z INFO 1508945 --- [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-08T17:16:22.434Z INFO 1508945 --- [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: 8.775 s -- in org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT 2026-06-08T17:16:27.696Z INFO 1508945 --- [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-08T17:16:27.703Z INFO 1508945 --- [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-08T17:16:27.709Z INFO 1508945 --- [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-08T17:16:27.714Z INFO 1508945 --- [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-08T17:16:27.714Z INFO 1508945 --- [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-08T17:16:27.715Z INFO 1508945 --- [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.06 s -- in org.vaadin.addons.dramafinder.tests.it.PopoverViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT 2026-06-08T17:16:32.491Z INFO 1508945 --- [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-08T17:16:32.493Z INFO 1508945 --- [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-08T17:16:32.498Z INFO 1508945 --- [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-08T17:16:32.498Z INFO 1508945 --- [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-08T17:16:32.498Z INFO 1508945 --- [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-08T17:16:32.503Z INFO 1508945 --- [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: 8.142 s -- in org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DetailsViewIT 2026-06-08T17:16:35.848Z INFO 1508945 --- [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-08T17:16:35.849Z INFO 1508945 --- [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-08T17:16:35.849Z INFO 1508945 --- [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-08T17:16:35.850Z INFO 1508945 --- [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-08T17:16:35.850Z INFO 1508945 --- [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-08T17:16:35.856Z INFO 1508945 --- [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: 73.66 s -- in org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT 2026-06-08T17:16:37.444Z INFO 1508945 --- [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-08T17:16:37.449Z INFO 1508945 --- [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-08T17:16:37.450Z INFO 1508945 --- [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-08T17:16:37.450Z INFO 1508945 --- [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-08T17:16:37.450Z INFO 1508945 --- [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-08T17:16:37.462Z INFO 1508945 --- [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.469 s -- in org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MessageListViewIT 2026-06-08T17:16:40.958Z INFO 1508945 --- [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-08T17:16:40.959Z INFO 1508945 --- [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-08T17:16:40.965Z INFO 1508945 --- [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-08T17:16:40.965Z INFO 1508945 --- [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-08T17:16:40.965Z INFO 1508945 --- [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-08T17:16:40.967Z INFO 1508945 --- [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: 5.694 s -- in org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT 2026-06-08T17:16:43.150Z INFO 1508945 --- [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-08T17:16:43.151Z INFO 1508945 --- [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-08T17:16:43.159Z INFO 1508945 --- [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-08T17:16:43.159Z INFO 1508945 --- [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-08T17:16:43.159Z INFO 1508945 --- [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-08T17:16:43.160Z INFO 1508945 --- [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: 12.34 s -- in org.vaadin.addons.dramafinder.tests.it.DetailsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT 2026-06-08T17:16:48.201Z INFO 1508945 --- [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-08T17:16:48.202Z INFO 1508945 --- [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-08T17:16:48.203Z INFO 1508945 --- [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-08T17:16:48.203Z INFO 1508945 --- [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-08T17:16:48.214Z INFO 1508945 --- [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-08T17:16:48.215Z INFO 1508945 --- [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.455 s -- in org.vaadin.addons.dramafinder.tests.it.MessageListViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT 2026-06-08T17:16:48.420Z INFO 1508945 --- [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-08T17:16:48.421Z INFO 1508945 --- [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-08T17:16:48.426Z INFO 1508945 --- [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-08T17:16:48.426Z INFO 1508945 --- [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-08T17:16:48.426Z INFO 1508945 --- [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-08T17:16:48.427Z INFO 1508945 --- [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.015 s -- in org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT 2026-06-08T17:16:54.209Z INFO 1508945 --- [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-08T17:16:54.210Z INFO 1508945 --- [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-08T17:16:54.211Z INFO 1508945 --- [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-08T17:16:54.216Z INFO 1508945 --- [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-08T17:16:54.217Z INFO 1508945 --- [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-08T17:16:54.217Z INFO 1508945 --- [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.402 s -- in org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT 2026-06-08T17:16:59.606Z INFO 1508945 --- [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-08T17:16:59.616Z INFO 1508945 --- [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-08T17:16:59.617Z INFO 1508945 --- [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-08T17:16:59.617Z INFO 1508945 --- [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-08T17:16:59.618Z INFO 1508945 --- [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-08T17:16:59.618Z INFO 1508945 --- [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.03 s -- in org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT 2026-06-08T17:17:05.185Z INFO 1508945 --- [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-08T17:17:05.190Z INFO 1508945 --- [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-08T17:17:05.191Z INFO 1508945 --- [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-08T17:17:05.191Z INFO 1508945 --- [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-08T17:17:05.195Z INFO 1508945 --- [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-08T17:17:05.203Z INFO 1508945 --- [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.064 s -- in org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SelectViewIT 2026-06-08T17:17:09.249Z INFO 1508945 --- [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-08T17:17:09.255Z INFO 1508945 --- [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-08T17:17:09.256Z INFO 1508945 --- [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-08T17:17:09.256Z INFO 1508945 --- [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-08T17:17:09.256Z INFO 1508945 --- [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-08T17:17:09.257Z INFO 1508945 --- [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: 14.61 s -- in org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT 2026-06-08T17:17:14.223Z INFO 1508945 --- [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-08T17:17:14.230Z INFO 1508945 --- [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-08T17:17:14.232Z INFO 1508945 --- [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-08T17:17:14.232Z INFO 1508945 --- [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-08T17:17:14.232Z INFO 1508945 --- [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-08T17:17:14.233Z INFO 1508945 --- [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: 41.10 s -- in org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT 2026-06-08T17:17:29.513Z INFO 1508945 --- [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-08T17:17:29.523Z INFO 1508945 --- [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-08T17:17:29.531Z INFO 1508945 --- [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-08T17:17:29.536Z INFO 1508945 --- [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-08T17:17:29.536Z INFO 1508945 --- [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-08T17:17:29.539Z INFO 1508945 --- [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.408 s -- in org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT 2026-06-08T17:17:33.924Z INFO 1508945 --- [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-08T17:17:33.926Z INFO 1508945 --- [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-08T17:17:33.927Z INFO 1508945 --- [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-08T17:17:33.930Z INFO 1508945 --- [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-08T17:17:33.931Z INFO 1508945 --- [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-08T17:17:33.931Z INFO 1508945 --- [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: 28.32 s -- in org.vaadin.addons.dramafinder.tests.it.SelectViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT 2026-06-08T17:17:37.569Z INFO 1508945 --- [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-08T17:17:37.572Z INFO 1508945 --- [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-08T17:17:37.572Z INFO 1508945 --- [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-08T17:17:37.572Z INFO 1508945 --- [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-08T17:17:37.573Z INFO 1508945 --- [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-08T17:17:37.573Z INFO 1508945 --- [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: 8.692 s -- in org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ButtonViewIT 2026-06-08T17:17:46.267Z INFO 1508945 --- [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-08T17:17:46.268Z INFO 1508945 --- [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-08T17:17:46.269Z INFO 1508945 --- [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-08T17:17:46.271Z INFO 1508945 --- [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-08T17:17:46.273Z INFO 1508945 --- [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-08T17:17:46.275Z INFO 1508945 --- [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: 19.31 s -- in org.vaadin.addons.dramafinder.tests.it.ButtonViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT 2026-06-08T17:18:05.576Z INFO 1508945 --- [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-08T17:18:05.584Z INFO 1508945 --- [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-08T17:18:05.585Z INFO 1508945 --- [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-08T17:18:05.585Z INFO 1508945 --- [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-08T17:18:05.585Z INFO 1508945 --- [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-08T17:18:05.586Z INFO 1508945 --- [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: 65.99 s -- in org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT 2026-06-08T17:18:20.225Z INFO 1508945 --- [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-08T17:18:20.226Z INFO 1508945 --- [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-08T17:18:20.232Z INFO 1508945 --- [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-08T17:18:20.233Z INFO 1508945 --- [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-08T17:18:20.234Z INFO 1508945 --- [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-08T17:18:20.238Z INFO 1508945 --- [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: 47.56 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT 2026-06-08T17:18:21.490Z INFO 1508945 --- [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-08T17:18:21.492Z INFO 1508945 --- [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-08T17:18:21.497Z INFO 1508945 --- [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-08T17:18:21.497Z INFO 1508945 --- [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-08T17:18:21.498Z INFO 1508945 --- [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-08T17:18:21.499Z INFO 1508945 --- [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: 16.65 s -- in org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT 2026-06-08T17:18:22.235Z INFO 1508945 --- [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-08T17:18:22.236Z INFO 1508945 --- [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-08T17:18:22.237Z INFO 1508945 --- [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-08T17:18:22.241Z INFO 1508945 --- [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-08T17:18:22.242Z INFO 1508945 --- [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-08T17:18:22.243Z INFO 1508945 --- [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: 6.095 s -- in org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NotificationViewIT 2026-06-08T17:18:26.329Z INFO 1508945 --- [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-08T17:18:26.330Z INFO 1508945 --- [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-08T17:18:26.331Z INFO 1508945 --- [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-08T17:18:26.331Z INFO 1508945 --- [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-08T17:18:26.331Z INFO 1508945 --- [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-08T17:18:26.337Z INFO 1508945 --- [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: 10.69 s -- in org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.AccordionViewIT 2026-06-08T17:18:32.957Z INFO 1508945 --- [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-08T17:18:32.958Z INFO 1508945 --- [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-08T17:18:32.959Z INFO 1508945 --- [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-08T17:18:32.959Z INFO 1508945 --- [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-08T17:18:32.960Z INFO 1508945 --- [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-08T17:18:32.965Z INFO 1508945 --- [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.32 s -- in org.vaadin.addons.dramafinder.tests.it.NotificationViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT 2026-06-08T17:18:36.645Z INFO 1508945 --- [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-08T17:18:36.650Z INFO 1508945 --- [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-08T17:18:36.651Z INFO 1508945 --- [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-08T17:18:36.651Z INFO 1508945 --- [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-08T17:18:36.652Z INFO 1508945 --- [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-08T17:18:36.656Z INFO 1508945 --- [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.506 s -- in org.vaadin.addons.dramafinder.tests.it.AccordionViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.CardViewIT 2026-06-08T17:18:38.428Z INFO 1508945 --- [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-08T17:18:38.430Z INFO 1508945 --- [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-08T17:18:38.430Z INFO 1508945 --- [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-08T17:18:38.431Z INFO 1508945 --- [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-08T17:18:38.431Z INFO 1508945 --- [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-08T17:18:38.432Z INFO 1508945 --- [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.628 s -- in org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.UploadViewIT 2026-06-08T17:18:40.284Z INFO 1508945 --- [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-08T17:18:40.287Z INFO 1508945 --- [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-08T17:18:40.290Z INFO 1508945 --- [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-08T17:18:40.293Z INFO 1508945 --- [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-08T17:18:40.294Z INFO 1508945 --- [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-08T17:18:40.294Z INFO 1508945 --- [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.074 s -- in org.vaadin.addons.dramafinder.tests.it.CardViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT 2026-06-08T17:18:42.510Z INFO 1508945 --- [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-08T17:18:42.511Z INFO 1508945 --- [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-08T17:18:42.512Z INFO 1508945 --- [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-08T17:18:42.512Z INFO 1508945 --- [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-08T17:18:42.512Z INFO 1508945 --- [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-08T17:18:42.518Z INFO 1508945 --- [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.350 s -- in org.vaadin.addons.dramafinder.tests.it.UploadViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT 2026-06-08T17:18:46.634Z INFO 1508945 --- [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-08T17:18:46.639Z INFO 1508945 --- [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-08T17:18:46.640Z INFO 1508945 --- [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-08T17:18:46.640Z INFO 1508945 --- [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-08T17:18:46.640Z INFO 1508945 --- [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-08T17:18:46.641Z INFO 1508945 --- [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.326 s -- in org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT 2026-06-08T17:18:47.833Z INFO 1508945 --- [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-08T17:18:47.843Z INFO 1508945 --- [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-08T17:18:47.844Z INFO 1508945 --- [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-08T17:18:47.844Z INFO 1508945 --- [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-08T17:18:47.844Z INFO 1508945 --- [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-08T17:18:47.845Z INFO 1508945 --- [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: 34.26 s -- in org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT 2026-06-08T17:18:55.745Z INFO 1508945 --- [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-08T17:18:55.751Z INFO 1508945 --- [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-08T17:18:55.752Z INFO 1508945 --- [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-08T17:18:55.752Z INFO 1508945 --- [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-08T17:18:55.752Z INFO 1508945 --- [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-08T17:18:55.752Z INFO 1508945 --- [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.370 s -- in org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT 2026-06-08T17:18:59.118Z INFO 1508945 --- [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-08T17:18:59.119Z INFO 1508945 --- [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-08T17:18:59.120Z INFO 1508945 --- [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-08T17:18:59.120Z INFO 1508945 --- [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-08T17:18:59.120Z INFO 1508945 --- [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-08T17:18:59.121Z INFO 1508945 --- [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: 15.70 s -- in org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT 2026-06-08T17:19:02.341Z INFO 1508945 --- [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-08T17:19:02.343Z INFO 1508945 --- [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-08T17:19:02.346Z INFO 1508945 --- [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-08T17:19:02.347Z INFO 1508945 --- [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-08T17:19:02.348Z INFO 1508945 --- [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-08T17:19:02.350Z INFO 1508945 --- [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: 12.92 s -- in org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT 2026-06-08T17:19:12.036Z INFO 1508945 --- [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-08T17:19:12.041Z INFO 1508945 --- [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-08T17:19:12.047Z INFO 1508945 --- [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-08T17:19:12.048Z INFO 1508945 --- [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-08T17:19:12.048Z INFO 1508945 --- [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-08T17:19:12.052Z INFO 1508945 --- [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.161 s -- in org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DialogViewIT 2026-06-08T17:19:17.195Z INFO 1508945 --- [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-08T17:19:17.200Z INFO 1508945 --- [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-08T17:19:17.203Z INFO 1508945 --- [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-08T17:19:17.203Z INFO 1508945 --- [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-08T17:19:17.203Z INFO 1508945 --- [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-08T17:19:17.204Z INFO 1508945 --- [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: 37.11 s -- in org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT 2026-06-08T17:19:24.945Z INFO 1508945 --- [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-08T17:19:24.951Z INFO 1508945 --- [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-08T17:19:24.954Z INFO 1508945 --- [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-08T17:19:24.955Z INFO 1508945 --- [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-08T17:19:24.955Z INFO 1508945 --- [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-08T17:19:24.958Z INFO 1508945 --- [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.936 s -- in org.vaadin.addons.dramafinder.tests.it.DialogViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT 2026-06-08T17:19:27.136Z INFO 1508945 --- [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-08T17:19:27.138Z INFO 1508945 --- [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-08T17:19:27.142Z INFO 1508945 --- [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-08T17:19:27.142Z INFO 1508945 --- [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-08T17:19:27.143Z INFO 1508945 --- [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-08T17:19:27.143Z INFO 1508945 --- [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.253 s -- in org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT 2026-06-08T17:19:30.209Z INFO 1508945 --- [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-08T17:19:30.210Z INFO 1508945 --- [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-08T17:19:30.217Z INFO 1508945 --- [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-08T17:19:30.218Z INFO 1508945 --- [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-08T17:19:30.218Z INFO 1508945 --- [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-08T17:19:30.218Z INFO 1508945 --- [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: 38.35 s -- in org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT 2026-06-08T17:19:40.690Z INFO 1508945 --- [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-08T17:19:40.695Z INFO 1508945 --- [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-08T17:19:40.699Z INFO 1508945 --- [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-08T17:19:40.700Z INFO 1508945 --- [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-08T17:19:40.700Z INFO 1508945 --- [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-08T17:19:40.700Z INFO 1508945 --- [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: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.41 s -- in org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.AvatarViewIT 2026-06-08T17:19:45.608Z INFO 1508945 --- [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-08T17:19:45.617Z INFO 1508945 --- [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-08T17:19:45.620Z INFO 1508945 --- [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-08T17:19:45.620Z INFO 1508945 --- [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-08T17:19:45.620Z INFO 1508945 --- [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-08T17:19:45.621Z INFO 1508945 --- [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: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.432 s -- in org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT 2026-06-08T17:19:46.121Z INFO 1508945 --- [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-08T17:19:46.132Z INFO 1508945 --- [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-08T17:19:46.136Z INFO 1508945 --- [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-08T17:19:46.136Z INFO 1508945 --- [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-08T17:19:46.136Z INFO 1508945 --- [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-08T17:19:46.137Z INFO 1508945 --- [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: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.16 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT 2026-06-08T17:19:57.293Z INFO 1508945 --- [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-08T17:19:57.302Z INFO 1508945 --- [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-08T17:19:57.303Z INFO 1508945 --- [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-08T17:19:57.303Z INFO 1508945 --- [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-08T17:19:57.304Z INFO 1508945 --- [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-08T17:19:57.304Z INFO 1508945 --- [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: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.53 s -- in org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT 2026-06-08T17:19:58.655Z INFO 1508945 --- [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-08T17:19:58.657Z INFO 1508945 --- [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-08T17:19:58.658Z INFO 1508945 --- [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-08T17:19:58.661Z INFO 1508945 --- [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-08T17:19:58.661Z INFO 1508945 --- [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-08T17:19:58.662Z INFO 1508945 --- [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: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.026 s -- in org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT 2026-06-08T17:20:03.322Z INFO 1508945 --- [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-08T17:20:03.329Z INFO 1508945 --- [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-08T17:20:03.331Z INFO 1508945 --- [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-08T17:20:03.331Z INFO 1508945 --- [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-08T17:20:03.331Z INFO 1508945 --- [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-08T17:20:03.335Z INFO 1508945 --- [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.498 s -- in org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridBasicViewIT 2026-06-08T17:20:04.155Z INFO 1508945 --- [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-08T17:20:04.158Z INFO 1508945 --- [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-08T17:20:04.159Z INFO 1508945 --- [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-08T17:20:04.159Z INFO 1508945 --- [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-08T17:20:04.159Z INFO 1508945 --- [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-08T17:20:04.160Z INFO 1508945 --- [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: 22.25 s -- in org.vaadin.addons.dramafinder.tests.it.AvatarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT 2026-06-08T17:20:07.867Z INFO 1508945 --- [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-08T17:20:07.871Z INFO 1508945 --- [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-08T17:20:07.872Z INFO 1508945 --- [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-08T17:20:07.872Z INFO 1508945 --- [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-08T17:20:07.872Z INFO 1508945 --- [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-08T17:20:07.873Z INFO 1508945 --- [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.34 s -- in org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT 2026-06-08T17:20:15.662Z INFO 1508945 --- [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-08T17:20:15.665Z INFO 1508945 --- [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-08T17:20:15.666Z INFO 1508945 --- [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-08T17:20:15.666Z INFO 1508945 --- [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-08T17:20:15.666Z INFO 1508945 --- [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-08T17:20:15.675Z INFO 1508945 --- [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: 8.686 s -- in org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT 2026-06-08T17:20:24.347Z INFO 1508945 --- [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-08T17:20:24.351Z INFO 1508945 --- [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-08T17:20:24.351Z INFO 1508945 --- [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-08T17:20:24.352Z INFO 1508945 --- [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-08T17:20:24.352Z INFO 1508945 --- [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-08T17:20:24.352Z INFO 1508945 --- [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.708 s -- in org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.78 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 170.4 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-08T17-14-38_065-jvmRun1.dumpstream [INFO] [INFO] --- failsafe:3.5.4:verify (default) @ dramafinder --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:24 min [INFO] Finished at: 2026-06-08T17:22:55Z [INFO] ------------------------------------------------------------------------