From https://github.com/parttio/dramafinder * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 2a8d587 Fix #86 (#102) Removing src/main/frontend/generated/ Removing target/ $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.2-SNAPSHOT -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.vaadin.addons:dramafinder >-------------------- [INFO] Building Drama Finder 1.1.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ dramafinder --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.599 s [INFO] Finished at: 2026-06-11T18:58:02Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.2-SNAPSHOT -DartifactId=vaadin-bom -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.vaadin.addons:dramafinder >-------------------- [INFO] Building Drama Finder 1.1.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ dramafinder --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder [INFO] Processing change of org.vaadin.addons:vaadin-bom:1.1.3-SNAPSHOT -> 25.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.404 s [INFO] Finished at: 2026-06-11T18:58:06Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.vaadin.addons:dramafinder >-------------------- [INFO] Building Drama Finder 1.1.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ dramafinder --- [INFO] [INFO] --- jacoco:0.8.14:prepare-agent (default) @ dramafinder --- [INFO] argLine set to -javaagent:/home/ghrunner/.m2/repository/org/jacoco/org.jacoco.agent/0.8.14/org.jacoco.agent-0.8.14-runtime.jar=destfile=/home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ dramafinder --- [INFO] skip non existing resourceDirectory /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ dramafinder --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 66 source files with javac [debug release 21] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ dramafinder --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ dramafinder --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 117 source files with javac [debug release 21] to target/test-classes [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/test/java/org/vaadin/addons/dramafinder/tests/testuis/DialogView.java:[64,15] setModal(boolean) in com.vaadin.flow.component.dialog.Dialog has been deprecated and marked for removal [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/test/java/org/vaadin/addons/dramafinder/tests/testuis/UploadView.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/test/java/org/vaadin/addons/dramafinder/tests/testuis/UploadView.java uses or overrides a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/test/java/org/vaadin/addons/dramafinder/tests/testuis/UploadView.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ dramafinder --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.14:report (report) @ dramafinder --- [INFO] Loading execution data file /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/target/jacoco.exec [INFO] Analyzed bundle 'Drama Finder' with 69 classes [INFO] [INFO] --- jar:3.4.1:jar (default-jar) @ dramafinder --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/target/dramafinder-1.1.3-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.5.4:integration-test (default) @ dramafinder --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.vaadin.addons.dramafinder.tests.it.SimpleExampleViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TimePickerViewIT 18:58:21.341 [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. 18:58:21.341 [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. 18:58:21.722 [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 18:58:21.722 [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 18:58:21.859 [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. 18:58:21.859 [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. 18:58:21.860 [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. 18:58:21.861 [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. 18:58:21.860 [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. 18:58:21.861 [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. 18:58:21.862 [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 18:58:21.864 [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 . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v4.0.5) 2026-06-11T18:58:47.180Z INFO 2783814 --- [Pool-1-worker-2] o.v.a.d.tests.it.TimePickerViewIT : Starting TimePickerViewIT using Java 21 with PID 2783814 (started by ghrunner in /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder) 2026-06-11T18:58:47.185Z INFO 2783814 --- [Pool-1-worker-2] o.v.a.d.tests.it.TimePickerViewIT : No active profile set, falling back to 1 default profile: "default" 2026-06-11T18:58:49.035Z INFO 2783814 --- [Pool-1-worker-2] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 0 (http) 2026-06-11T18:58:49.061Z INFO 2783814 --- [Pool-1-worker-2] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2026-06-11T18:58:49.062Z INFO 2783814 --- [Pool-1-worker-2] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.20] 2026-06-11T18:58:49.199Z INFO 2783814 --- [Pool-1-worker-2] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 1965 ms 2026-06-11T18:58:52.505Z INFO 2783814 --- [Pool-1-worker-2] c.v.f.s.VaadinServletContextInitializer : Search for subclasses and classes with annotations took 2682 ms 2026-06-11T18:58:52.717Z INFO 2783814 --- [Pool-1-worker-2] c.v.b.d.startup.DevModeStartupListener : Starting dev-mode updaters in /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder folder. 2026-06-11T18:58:52.810Z INFO 2783814 --- [Pool-1-worker-2] c.v.f.s.f.s.FullDependenciesScanner : Visited 105 classes. Took 53 ms. 2026-06-11T18:58:52.815Z INFO 2783814 --- [Pool-1-worker-2] c.v.f.s.frontend.BundleValidationUtil : Checking if a development mode bundle build is needed 2026-06-11T18:58:52.954Z INFO 2783814 --- [Pool-1-worker-2] c.v.f.s.frontend.BundleValidationUtil : A development mode bundle build is not needed 2026-06-11T18:58:53.021Z INFO 2783814 --- [in-dev-server-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Copying frontend resources from jar files ... 2026-06-11T18:58:53.201Z INFO 2783814 --- [in-dev-server-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Visited 20 resources. Took 179 ms. 2026-06-11T18:58:54.303Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler mapped to context-path: /* 2026-06-11T18:58:54.305Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler 2026-06-11T18:58:54.329Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation 2026-06-11T18:58:54.337Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.util.ForkJoinPool : Using ForkJoinPool java.util.concurrent.ForkJoinPool. Set the org.atmosphere.cpr.broadcaster.maxAsyncWriteThreads to -1 to fully use its power. 2026-06-11T18:58:54.348Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol 2026-06-11T18:58:54.356Z INFO 2783814 --- [Pool-1-worker-2] o.a.container.JSR356AsyncSupport : JSR 356 Mapping path /VAADIN/push 2026-06-11T18:58:54.371Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installing Default AtmosphereInterceptors 2026-06-11T18:58:54.372Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support 2026-06-11T18:58:54.373Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor 2026-06-11T18:58:54.373Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support 2026-06-11T18:58:54.374Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support 2026-06-11T18:58:54.374Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support 2026-06-11T18:58:54.375Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support 2026-06-11T18:58:54.376Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support 2026-06-11T18:58:54.376Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol 2026-06-11T18:58:54.376Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor 2026-06-11T18:58:54.377Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection 2026-06-11T18:58:54.377Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor 2026-06-11T18:58:54.377Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them. 2026-06-11T18:58:54.378Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT 2026-06-11T18:58:54.386Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT 2026-06-11T18:58:54.387Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT 2026-06-11T18:58:54.387Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT 2026-06-11T18:58:54.387Z INFO 2783814 --- [Pool-1-worker-2] o.a.interceptor.HeartbeatInterceptor : HeartbeatInterceptor configured with padding value 'X', client frequency 0 seconds and server frequency 60 seconds 2026-06-11T18:58:54.387Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Heartbeat Interceptor Support with priority AFTER_DEFAULT 2026-06-11T18:58:54.388Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT 2026-06-11T18:58:54.388Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT 2026-06-11T18:58:54.388Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT 2026-06-11T18:58:54.388Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT 2026-06-11T18:58:54.388Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT 2026-06-11T18:58:54.388Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT 2026-06-11T18:58:54.389Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper 2026-06-11T18:58:54.389Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache 2026-06-11T18:58:54.389Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster 2026-06-11T18:58:54.389Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Shared List Resources: false 2026-06-11T18:58:54.389Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Polling Wait Time 100 2026-06-11T18:58:54.389Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Shared ExecutorService supported: true 2026-06-11T18:58:54.389Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor 2026-06-11T18:58:54.389Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Async I/O Thread Pool Size: 200 2026-06-11T18:58:54.390Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory 2026-06-11T18:58:54.390Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory 2026-06-11T18:58:54.390Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor 2026-06-11T18:58:54.396Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Invoke AtmosphereInterceptor on WebSocket message true 2026-06-11T18:58:54.396Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : HttpSession supported: true 2026-06-11T18:58:54.396Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation 2026-06-11T18:58:54.396Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: Apache Tomcat/11.0.20 using jakarta.servlet/3.0 and jsr356/WebSocket API 2026-06-11T18:58:54.396Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Atmosphere Framework 3.0.5.slf4jvaadin1 started. 2026-06-11T18:58:54.410Z INFO 2783814 --- [Pool-1-worker-2] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT 2026-06-11T18:58:54.484Z INFO 2783814 --- [Pool-1-worker-2] c.v.f.s.DefaultDeploymentConfiguration : Vaadin is running in DEVELOPMENT mode - do not use for production deployments. 2026-06-11T18:58:54.572Z INFO 2783814 --- [Pool-1-worker-2] c.vaadin.copilot.CopilotIndexHtmlLoader : Copilot is disabled 2026-06-11T18:58:54.616Z INFO 2783814 --- [Pool-1-worker-2] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 40717 (http) with context path '/' 2026-06-11T18:58:54.625Z INFO 2783814 --- [Pool-1-worker-2] o.v.a.d.tests.it.TimePickerViewIT : Started TimePickerViewIT in 8.285 seconds (process running for 35.281) 2026-06-11T18:58:54.640Z INFO 2783814 --- [Pool-1-worker-2] c.v.b.d.DevModeHandlerManagerImpl : Application running at http://localhost:0/ Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3 [INFO] Running org.vaadin.addons.dramafinder.tests.it.TabsViewIT 2026-06-11T18:58:54.716Z INFO 2783814 --- [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-11T18:58:54.725Z INFO 2783814 --- [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-11T18:58:54.726Z INFO 2783814 --- [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-11T18:58:54.726Z INFO 2783814 --- [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-11T18:58:54.726Z INFO 2783814 --- [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-11T18:58:54.729Z INFO 2783814 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TabsViewIT WARNING: A Java agent has been loaded dynamically (/home/ghrunner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar) WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information WARNING: Dynamic loading of agents will be disallowed by default in a future release OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2026-06-11T18:58:55.820Z INFO 2783814 --- [o-auto-1-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-06-11T18:58:55.821Z INFO 2783814 --- [o-auto-1-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2026-06-11T18:58:55.823Z INFO 2783814 --- [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: 37.64 s -- in org.vaadin.addons.dramafinder.tests.it.SimpleExampleViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT 2026-06-11T18:58:58.573Z INFO 2783814 --- [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-11T18:58:58.588Z INFO 2783814 --- [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-11T18:58:58.599Z INFO 2783814 --- [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-11T18:58:58.599Z INFO 2783814 --- [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-11T18:58:58.600Z INFO 2783814 --- [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-11T18:58:58.610Z INFO 2783814 --- [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: 3.987 s -- in org.vaadin.addons.dramafinder.tests.it.TabsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT 2026-06-11T18:58:58.718Z INFO 2783814 --- [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-11T18:58:58.719Z INFO 2783814 --- [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-11T18:58:58.732Z INFO 2783814 --- [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-11T18:58:58.733Z INFO 2783814 --- [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-11T18:58:58.733Z INFO 2783814 --- [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-11T18:58:58.737Z INFO 2783814 --- [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: 53.83 s -- in org.vaadin.addons.dramafinder.tests.it.TimePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT 2026-06-11T18:59:14.764Z INFO 2783814 --- [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-11T18:59:14.765Z INFO 2783814 --- [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-11T18:59:14.769Z INFO 2783814 --- [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-11T18:59:14.770Z INFO 2783814 --- [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-11T18:59:14.770Z INFO 2783814 --- [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-11T18:59:14.771Z INFO 2783814 --- [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.79 s -- in org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT 2026-06-11T18:59:31.558Z INFO 2783814 --- [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-11T18:59:31.563Z INFO 2783814 --- [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-11T18:59:31.573Z INFO 2783814 --- [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-11T18:59:31.574Z INFO 2783814 --- [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-11T18:59:31.574Z INFO 2783814 --- [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-11T18:59:31.575Z INFO 2783814 --- [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: 16.94 s -- in org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT 2026-06-11T18:59:48.507Z INFO 2783814 --- [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-11T18:59:48.512Z INFO 2783814 --- [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-11T18:59:48.513Z INFO 2783814 --- [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-11T18:59:48.514Z INFO 2783814 --- [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-11T18:59:48.514Z INFO 2783814 --- [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-11T18:59:48.514Z INFO 2783814 --- [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: 50.14 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT 2026-06-11T18:59:48.719Z INFO 2783814 --- [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-11T18:59:48.721Z INFO 2783814 --- [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-11T18:59:48.725Z INFO 2783814 --- [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-11T18:59:48.725Z INFO 2783814 --- [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-11T18:59:48.725Z INFO 2783814 --- [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-11T18:59:48.729Z INFO 2783814 --- [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.358 s -- in org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT 2026-06-11T18:59:55.082Z INFO 2783814 --- [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-11T18:59:55.083Z INFO 2783814 --- [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-11T18:59:55.095Z INFO 2783814 --- [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-11T18:59:55.095Z INFO 2783814 --- [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-11T18:59:55.095Z INFO 2783814 --- [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-11T18:59:55.096Z INFO 2783814 --- [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.90 s -- in org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PopoverViewIT 2026-06-11T19:00:00.419Z INFO 2783814 --- [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-11T19:00:00.421Z INFO 2783814 --- [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-11T19:00:00.422Z INFO 2783814 --- [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-11T19:00:00.422Z INFO 2783814 --- [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-11T19:00:00.422Z INFO 2783814 --- [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-11T19:00:00.435Z INFO 2783814 --- [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: 10.26 s -- in org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT 2026-06-11T19:00:05.341Z INFO 2783814 --- [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-11T19:00:05.352Z INFO 2783814 --- [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-11T19:00:05.355Z INFO 2783814 --- [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-11T19:00:05.355Z INFO 2783814 --- [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-11T19:00:05.355Z INFO 2783814 --- [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-11T19:00:05.359Z INFO 2783814 --- [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: 12.97 s -- in org.vaadin.addons.dramafinder.tests.it.PopoverViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT 2026-06-11T19:00:13.390Z INFO 2783814 --- [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-11T19:00:13.392Z INFO 2783814 --- [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-11T19:00:13.402Z INFO 2783814 --- [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-11T19:00:13.402Z INFO 2783814 --- [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-11T19:00:13.403Z INFO 2783814 --- [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-11T19:00:13.404Z INFO 2783814 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.366 s -- in org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DetailsViewIT 2026-06-11T19:00:14.710Z INFO 2783814 --- [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-11T19:00:14.711Z INFO 2783814 --- [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-11T19:00:14.718Z INFO 2783814 --- [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-11T19:00:14.718Z INFO 2783814 --- [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-11T19:00:14.719Z INFO 2783814 --- [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-11T19:00:14.721Z INFO 2783814 --- [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: 79.05 s -- in org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT 2026-06-11T19:00:17.755Z INFO 2783814 --- [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-11T19:00:17.762Z INFO 2783814 --- [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-11T19:00:17.766Z INFO 2783814 --- [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-11T19:00:17.766Z INFO 2783814 --- [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-11T19:00:17.768Z INFO 2783814 --- [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-11T19:00:17.768Z INFO 2783814 --- [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.519 s -- in org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MessageListViewIT 2026-06-11T19:00:21.902Z INFO 2783814 --- [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-11T19:00:21.906Z INFO 2783814 --- [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-11T19:00:21.907Z INFO 2783814 --- [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-11T19:00:21.907Z INFO 2783814 --- [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-11T19:00:21.909Z INFO 2783814 --- [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-11T19:00:21.910Z INFO 2783814 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MessageListViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.090 s -- in org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT 2026-06-11T19:00:23.847Z INFO 2783814 --- [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-11T19:00:23.849Z INFO 2783814 --- [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-11T19:00:23.850Z INFO 2783814 --- [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-11T19:00:23.853Z INFO 2783814 --- [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-11T19:00:23.853Z INFO 2783814 --- [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-11T19:00:23.854Z INFO 2783814 --- [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.63 s -- in org.vaadin.addons.dramafinder.tests.it.DetailsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT 2026-06-11T19:00:27.349Z INFO 2783814 --- [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-11T19:00:27.357Z INFO 2783814 --- [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-11T19:00:27.358Z INFO 2783814 --- [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-11T19:00:27.358Z INFO 2783814 --- [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-11T19:00:27.358Z INFO 2783814 --- [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-11T19:00:27.359Z INFO 2783814 --- [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.714 s -- in org.vaadin.addons.dramafinder.tests.it.MessageListViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT 2026-06-11T19:00:29.619Z INFO 2783814 --- [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-11T19:00:29.621Z INFO 2783814 --- [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-11T19:00:29.624Z INFO 2783814 --- [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-11T19:00:29.624Z INFO 2783814 --- [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-11T19:00:29.625Z INFO 2783814 --- [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-11T19:00:29.625Z INFO 2783814 --- [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.209 s -- in org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT 2026-06-11T19:00:33.558Z INFO 2783814 --- [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-11T19:00:33.566Z INFO 2783814 --- [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-11T19:00:33.567Z INFO 2783814 --- [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-11T19:00:33.567Z INFO 2783814 --- [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-11T19:00:33.567Z INFO 2783814 --- [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-11T19:00:33.578Z INFO 2783814 --- [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.967 s -- in org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT 2026-06-11T19:00:39.536Z INFO 2783814 --- [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-11T19:00:39.542Z INFO 2783814 --- [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-11T19:00:39.547Z INFO 2783814 --- [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-11T19:00:39.550Z INFO 2783814 --- [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-11T19:00:39.550Z INFO 2783814 --- [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-11T19:00:39.551Z INFO 2783814 --- [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.13 s -- in org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT 2026-06-11T19:00:45.985Z INFO 2783814 --- [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-11T19:00:45.987Z INFO 2783814 --- [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-11T19:00:45.995Z INFO 2783814 --- [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-11T19:00:45.995Z INFO 2783814 --- [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-11T19:00:45.996Z INFO 2783814 --- [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-11T19:00:45.997Z INFO 2783814 --- [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.273 s -- in org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SelectViewIT 2026-06-11T19:00:50.252Z INFO 2783814 --- [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-11T19:00:50.256Z INFO 2783814 --- [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-11T19:00:50.258Z INFO 2783814 --- [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-11T19:00:50.259Z INFO 2783814 --- [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-11T19:00:50.259Z INFO 2783814 --- [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-11T19:00:50.264Z INFO 2783814 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SelectViewIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.40 s -- in org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT 2026-06-11T19:00:55.938Z INFO 2783814 --- [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-11T19:00:55.941Z INFO 2783814 --- [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-11T19:00:55.941Z INFO 2783814 --- [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-11T19:00:55.942Z INFO 2783814 --- [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-11T19:00:55.942Z INFO 2783814 --- [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-11T19:00:55.943Z INFO 2783814 --- [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: 45.46 s -- in org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT 2026-06-11T19:01:15.084Z INFO 2783814 --- [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-11T19:01:15.092Z INFO 2783814 --- [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-11T19:01:15.095Z INFO 2783814 --- [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-11T19:01:15.095Z INFO 2783814 --- [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-11T19:01:15.095Z INFO 2783814 --- [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-11T19:01:15.096Z INFO 2783814 --- [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.200 s -- in org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT 2026-06-11T19:01:19.285Z INFO 2783814 --- [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-11T19:01:19.293Z INFO 2783814 --- [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-11T19:01:19.296Z INFO 2783814 --- [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-11T19:01:19.296Z INFO 2783814 --- [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-11T19:01:19.296Z INFO 2783814 --- [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-11T19:01:19.298Z INFO 2783814 --- [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: 30.77 s -- in org.vaadin.addons.dramafinder.tests.it.SelectViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT 2026-06-11T19:01:21.019Z INFO 2783814 --- [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-11T19:01:21.025Z INFO 2783814 --- [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-11T19:01:21.026Z INFO 2783814 --- [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-11T19:01:21.026Z INFO 2783814 --- [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-11T19:01:21.028Z INFO 2783814 --- [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-11T19:01:21.031Z INFO 2783814 --- [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.999 s -- in org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ButtonViewIT 2026-06-11T19:01:30.026Z INFO 2783814 --- [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-11T19:01:30.031Z INFO 2783814 --- [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-11T19:01:30.032Z INFO 2783814 --- [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-11T19:01:30.032Z INFO 2783814 --- [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-11T19:01:30.032Z INFO 2783814 --- [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-11T19:01:30.033Z INFO 2783814 --- [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: 20.75 s -- in org.vaadin.addons.dramafinder.tests.it.ButtonViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT 2026-06-11T19:01:50.773Z INFO 2783814 --- [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-11T19:01:50.782Z INFO 2783814 --- [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-11T19:01:50.784Z INFO 2783814 --- [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-11T19:01:50.785Z INFO 2783814 --- [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-11T19:01:50.785Z INFO 2783814 --- [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-11T19:01:50.786Z INFO 2783814 --- [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: 72.63 s -- in org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT 2026-06-11T19:02:08.578Z INFO 2783814 --- [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-11T19:02:08.579Z INFO 2783814 --- [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-11T19:02:08.586Z INFO 2783814 --- [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-11T19:02:08.586Z INFO 2783814 --- [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-11T19:02:08.586Z INFO 2783814 --- [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-11T19:02:08.587Z INFO 2783814 --- [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: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.44 s -- in org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT 2026-06-11T19:02:11.221Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:02:11.226Z INFO 2783814 --- [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.VirtualListViewIT 2026-06-11T19:02:11.226Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:02:11.227Z INFO 2783814 --- [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-11T19:02:11.227Z INFO 2783814 --- [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-11T19:02:11.227Z INFO 2783814 --- [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.VirtualListViewIT [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.79 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT 2026-06-11T19:02:12.083Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:02:12.090Z INFO 2783814 --- [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.GridDetailsViewIT 2026-06-11T19:02:12.095Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:02:12.095Z INFO 2783814 --- [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-11T19:02:12.095Z INFO 2783814 --- [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-11T19:02:12.100Z INFO 2783814 --- [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.GridDetailsViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.917 s -- in org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NotificationViewIT 2026-06-11T19:02:16.492Z INFO 2783814 --- [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-11T19:02:16.499Z INFO 2783814 --- [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-11T19:02:16.502Z INFO 2783814 --- [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-11T19:02:16.504Z INFO 2783814 --- [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-11T19:02:16.505Z INFO 2783814 --- [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-11T19:02:16.506Z INFO 2783814 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.NotificationViewIT [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.78 s -- in org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.AccordionViewIT 2026-06-11T19:02:23.876Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:02:23.881Z INFO 2783814 --- [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.AccordionViewIT 2026-06-11T19:02:23.885Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:02:23.885Z INFO 2783814 --- [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-11T19:02:23.885Z INFO 2783814 --- [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-11T19:02:23.886Z INFO 2783814 --- [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.AccordionViewIT [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.82 s -- in org.vaadin.addons.dramafinder.tests.it.NotificationViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT 2026-06-11T19:02:27.313Z INFO 2783814 --- [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-11T19:02:27.322Z INFO 2783814 --- [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-11T19:02:27.326Z INFO 2783814 --- [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-11T19:02:27.326Z INFO 2783814 --- [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-11T19:02:27.326Z INFO 2783814 --- [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-11T19:02:27.327Z INFO 2783814 --- [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.408 s -- in org.vaadin.addons.dramafinder.tests.it.AccordionViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.CardViewIT 2026-06-11T19:02:29.281Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:02:29.282Z INFO 2783814 --- [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.CardViewIT 2026-06-11T19:02:29.283Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:02:29.289Z INFO 2783814 --- [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-11T19:02:29.290Z INFO 2783814 --- [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-11T19:02:29.291Z INFO 2783814 --- [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.CardViewIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.639 s -- in org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.UploadViewIT 2026-06-11T19:02:30.957Z INFO 2783814 --- [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-11T19:02:30.960Z INFO 2783814 --- [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-11T19:02:30.962Z INFO 2783814 --- [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-11T19:02:30.962Z INFO 2783814 --- [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-11T19:02:30.962Z INFO 2783814 --- [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-11T19:02:30.963Z INFO 2783814 --- [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.558 s -- in org.vaadin.addons.dramafinder.tests.it.CardViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT 2026-06-11T19:02:33.835Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:02:33.836Z INFO 2783814 --- [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.EmailFieldGetByLabelIT 2026-06-11T19:02:33.836Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:02:33.837Z INFO 2783814 --- [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-11T19:02:33.837Z INFO 2783814 --- [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-11T19:02:33.838Z INFO 2783814 --- [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.EmailFieldGetByLabelIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.958 s -- in org.vaadin.addons.dramafinder.tests.it.UploadViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT 2026-06-11T19:02:37.944Z INFO 2783814 --- [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-11T19:02:37.945Z INFO 2783814 --- [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-11T19:02:37.957Z INFO 2783814 --- [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-11T19:02:37.957Z INFO 2783814 --- [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-11T19:02:37.957Z INFO 2783814 --- [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-11T19:02:37.963Z INFO 2783814 --- [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.451 s -- in org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT 2026-06-11T19:02:39.292Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:02:39.300Z INFO 2783814 --- [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.TextAreaViewIT 2026-06-11T19:02:39.300Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:02:39.301Z INFO 2783814 --- [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-11T19:02:39.301Z INFO 2783814 --- [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-11T19:02:39.305Z INFO 2783814 --- [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.TextAreaViewIT [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.46 s -- in org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT 2026-06-11T19:02:48.691Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:02:48.692Z INFO 2783814 --- [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.SelectGetByLabelIT 2026-06-11T19:02:48.695Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:02:48.697Z INFO 2783814 --- [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-11T19:02:48.697Z INFO 2783814 --- [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-11T19:02:48.697Z INFO 2783814 --- [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.SelectGetByLabelIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.767 s -- in org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT 2026-06-11T19:02:52.452Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:02:52.457Z INFO 2783814 --- [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.MessageInputViewIT 2026-06-11T19:02:52.464Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:02:52.464Z INFO 2783814 --- [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-11T19:02:52.464Z INFO 2783814 --- [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-11T19:02:52.470Z INFO 2783814 --- [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.MessageInputViewIT [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.72 s -- in org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT 2026-06-11T19:02:55.669Z INFO 2783814 --- [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-11T19:02:55.678Z INFO 2783814 --- [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-11T19:02:55.682Z INFO 2783814 --- [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-11T19:02:55.682Z INFO 2783814 --- [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-11T19:02:55.685Z INFO 2783814 --- [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-11T19:02:55.686Z INFO 2783814 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.25 s -- in org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT 2026-06-11T19:03:06.705Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:03:06.722Z INFO 2783814 --- [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.DatePickerGetByLabelIT 2026-06-11T19:03:06.726Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:03:06.727Z INFO 2783814 --- [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-11T19:03:06.727Z INFO 2783814 --- [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-11T19:03:06.727Z INFO 2783814 --- [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.DatePickerGetByLabelIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.188 s -- in org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DialogViewIT 2026-06-11T19:03:11.898Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:03:11.899Z INFO 2783814 --- [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.DialogViewIT 2026-06-11T19:03:11.900Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:03:11.900Z INFO 2783814 --- [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-11T19:03:11.900Z INFO 2783814 --- [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-11T19:03:11.903Z INFO 2783814 --- [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.DialogViewIT [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.32 s -- in org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT 2026-06-11T19:03:19.628Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:03:19.632Z INFO 2783814 --- [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.BigDecimalFieldGetByLabelIT 2026-06-11T19:03:19.634Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:03:19.635Z INFO 2783814 --- [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-11T19:03:19.635Z INFO 2783814 --- [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-11T19:03:19.638Z INFO 2783814 --- [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.BigDecimalFieldGetByLabelIT [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.914 s -- in org.vaadin.addons.dramafinder.tests.it.DialogViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT 2026-06-11T19:03:21.812Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:03:21.813Z INFO 2783814 --- [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.TreeGridBasicViewIT 2026-06-11T19:03:21.815Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:03:21.815Z INFO 2783814 --- [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-11T19:03:21.815Z INFO 2783814 --- [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-11T19:03:21.816Z INFO 2783814 --- [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.TreeGridBasicViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.685 s -- in org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT 2026-06-11T19:03:25.309Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:03:25.318Z INFO 2783814 --- [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.SideNavigationElementViewIT 2026-06-11T19:03:25.319Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:03:25.322Z INFO 2783814 --- [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-11T19:03:25.322Z INFO 2783814 --- [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-11T19:03:25.322Z INFO 2783814 --- [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.SideNavigationElementViewIT [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.70 s -- in org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT 2026-06-11T19:03:35.372Z INFO 2783814 --- [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-11T19:03:35.383Z INFO 2783814 --- [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-11T19:03:35.387Z INFO 2783814 --- [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-11T19:03:35.387Z INFO 2783814 --- [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-11T19:03:35.387Z INFO 2783814 --- [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-11T19:03:35.388Z INFO 2783814 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.828 s -- in org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT 2026-06-11T19:03:41.208Z INFO 2783814 --- [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-11T19:03:41.209Z INFO 2783814 --- [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-11T19:03:41.211Z INFO 2783814 --- [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-11T19:03:41.211Z INFO 2783814 --- [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-11T19:03:41.211Z INFO 2783814 --- [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-11T19:03:41.212Z INFO 2783814 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.93 s -- in org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.AvatarViewIT 2026-06-11T19:03:41.242Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:03:41.244Z INFO 2783814 --- [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.AvatarViewIT 2026-06-11T19:03:41.245Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:03:41.245Z INFO 2783814 --- [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-11T19:03:41.245Z INFO 2783814 --- [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-11T19:03:41.249Z INFO 2783814 --- [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.AvatarViewIT [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.18 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT 2026-06-11T19:03:54.997Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:03:55.000Z INFO 2783814 --- [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.DateTimePickerGetByLabelIT 2026-06-11T19:03:55.004Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:03:55.006Z INFO 2783814 --- [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-11T19:03:55.006Z INFO 2783814 --- [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-11T19:03:55.010Z INFO 2783814 --- [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.DateTimePickerGetByLabelIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.33 s -- in org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT 2026-06-11T19:03:55.533Z INFO 2783814 --- [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-11T19:03:55.546Z INFO 2783814 --- [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-11T19:03:55.550Z INFO 2783814 --- [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-11T19:03:55.550Z INFO 2783814 --- [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-11T19:03:55.550Z INFO 2783814 --- [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-11T19:03:55.563Z INFO 2783814 --- [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.179 s -- in org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT 2026-06-11T19:04:01.180Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:04:01.182Z INFO 2783814 --- [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.GridSortingViewIT 2026-06-11T19:04:01.183Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:04:01.184Z INFO 2783814 --- [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-11T19:04:01.184Z INFO 2783814 --- [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-11T19:04:01.184Z INFO 2783814 --- [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.GridSortingViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.176 s -- in org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridBasicViewIT 2026-06-11T19:04:01.716Z INFO 2783814 --- [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-11T19:04:01.718Z INFO 2783814 --- [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-11T19:04:01.719Z INFO 2783814 --- [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-11T19:04:01.719Z INFO 2783814 --- [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-11T19:04:01.719Z INFO 2783814 --- [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-11T19:04:01.726Z INFO 2783814 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridBasicViewIT [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.33 s -- in org.vaadin.addons.dramafinder.tests.it.AvatarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT 2026-06-11T19:04:05.571Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:04:05.572Z INFO 2783814 --- [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.TreeGridSelectionViewIT 2026-06-11T19:04:05.573Z INFO 2783814 --- [Pool-1-worker-2] 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-11T19:04:05.573Z INFO 2783814 --- [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-11T19:04:05.573Z INFO 2783814 --- [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-11T19:04:05.574Z INFO 2783814 --- [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.TreeGridSelectionViewIT [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.89 s -- in org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT 2026-06-11T19:04:14.063Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:04:14.065Z INFO 2783814 --- [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.GridLitRendererViewIT 2026-06-11T19:04:14.067Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:04:14.067Z INFO 2783814 --- [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-11T19:04:14.068Z INFO 2783814 --- [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-11T19:04:14.068Z INFO 2783814 --- [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.GridLitRendererViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.426 s -- in org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT 2026-06-11T19:04:23.493Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:04:23.494Z INFO 2783814 --- [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.NumberFieldViewIT 2026-06-11T19:04:23.497Z INFO 2783814 --- [Pool-1-worker-3] 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-11T19:04:23.497Z INFO 2783814 --- [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-11T19:04:23.497Z INFO 2783814 --- [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-11T19:04:23.498Z INFO 2783814 --- [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.NumberFieldViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.796 s -- in org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.05 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 180.5 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-11T18-58-19_233-jvmRun1.dumpstream [INFO] [INFO] --- failsafe:3.5.4:verify (default) @ dramafinder --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:51 min [INFO] Finished at: 2026-06-11T19:07:02Z [INFO] ------------------------------------------------------------------------