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.1-SNAPSHOT -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.vaadin.addons:dramafinder >-------------------- [INFO] Building Drama Finder 1.1.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ dramafinder --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.511 s [INFO] Finished at: 2026-06-09T11:10:11Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.1-SNAPSHOT -DartifactId=vaadin-bom -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.vaadin.addons:dramafinder >-------------------- [INFO] Building Drama Finder 1.1.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ dramafinder --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder [INFO] Processing change of org.vaadin.addons:vaadin-bom:1.1.3-SNAPSHOT -> 25.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.455 s [INFO] Finished at: 2026-06-09T11:10:14Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.vaadin.addons:dramafinder >-------------------- [INFO] Building Drama Finder 1.1.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ dramafinder --- [INFO] [INFO] --- jacoco:0.8.14:prepare-agent (default) @ dramafinder --- [INFO] argLine set to -javaagent:/home/ghrunner/.m2/repository/org/jacoco/org.jacoco.agent/0.8.14/org.jacoco.agent-0.8.14-runtime.jar=destfile=/home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ dramafinder --- [INFO] skip non existing resourceDirectory /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ dramafinder --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 66 source files with javac [debug release 21] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ dramafinder --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ dramafinder --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 117 source files with javac [debug release 21] to target/test-classes [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/src/test/java/org/vaadin/addons/dramafinder/tests/testuis/DialogView.java:[64,15] setModal(boolean) in com.vaadin.flow.component.dialog.Dialog has been deprecated and marked for removal [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ dramafinder --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.14:report (report) @ dramafinder --- [INFO] Loading execution data file /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/target/jacoco.exec [INFO] Analyzed bundle 'Drama Finder' with 69 classes [INFO] [INFO] --- jar:3.4.1:jar (default-jar) @ dramafinder --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder/target/dramafinder-1.1.3-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.5.4:integration-test (default) @ dramafinder --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.vaadin.addons.dramafinder.tests.it.SimpleExampleViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TimePickerViewIT 11:10:30.862 [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. 11:10:30.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. 11:10:31.073 [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 11:10:31.073 [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 11:10:31.232 [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. 11:10:31.232 [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. 11:10:31.233 [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. 11:10:31.233 [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. 11:10:31.234 [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. 11:10:31.234 [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. 11:10:31.236 [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 11:10:31.237 [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-09T11:10:55.426Z INFO 1830457 --- [Pool-1-worker-1] o.v.a.d.tests.it.SimpleExampleViewIT : Starting SimpleExampleViewIT using Java 21 with PID 1830457 (started by ghrunner in /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder) 2026-06-09T11:10:55.430Z INFO 1830457 --- [Pool-1-worker-1] o.v.a.d.tests.it.SimpleExampleViewIT : No active profile set, falling back to 1 default profile: "default" 2026-06-09T11:10:56.949Z INFO 1830457 --- [Pool-1-worker-1] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 0 (http) 2026-06-09T11:10:56.968Z INFO 1830457 --- [Pool-1-worker-1] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2026-06-09T11:10:56.969Z INFO 1830457 --- [Pool-1-worker-1] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.20] 2026-06-09T11:10:57.056Z INFO 1830457 --- [Pool-1-worker-1] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 1579 ms 2026-06-09T11:10:59.615Z INFO 1830457 --- [Pool-1-worker-1] c.v.f.s.VaadinServletContextInitializer : Search for subclasses and classes with annotations took 2091 ms 2026-06-09T11:10:59.828Z INFO 1830457 --- [Pool-1-worker-1] c.v.b.d.startup.DevModeStartupListener : Starting dev-mode updaters in /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/dramafinder folder. 2026-06-09T11:10:59.895Z INFO 1830457 --- [Pool-1-worker-1] c.v.f.s.f.s.FullDependenciesScanner : Visited 102 classes. Took 33 ms. 2026-06-09T11:10:59.898Z INFO 1830457 --- [Pool-1-worker-1] c.v.f.s.frontend.BundleValidationUtil : Checking if a development mode bundle build is needed 2026-06-09T11:11:00.019Z INFO 1830457 --- [Pool-1-worker-1] c.v.f.s.frontend.BundleValidationUtil : A development mode bundle build is not needed 2026-06-09T11:11:00.093Z INFO 1830457 --- [in-dev-server-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Copying frontend resources from jar files ... 2026-06-09T11:11:00.195Z INFO 1830457 --- [in-dev-server-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Visited 20 resources. Took 102 ms. 2026-06-09T11:11:01.336Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler mapped to context-path: /* 2026-06-09T11:11:01.337Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler 2026-06-09T11:11:01.362Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation 2026-06-09T11:11:01.368Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.util.ForkJoinPool : Using ForkJoinPool java.util.concurrent.ForkJoinPool. Set the org.atmosphere.cpr.broadcaster.maxAsyncWriteThreads to -1 to fully use its power. 2026-06-09T11:11:01.373Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol 2026-06-09T11:11:01.380Z INFO 1830457 --- [Pool-1-worker-1] o.a.container.JSR356AsyncSupport : JSR 356 Mapping path /VAADIN/push 2026-06-09T11:11:01.397Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installing Default AtmosphereInterceptors 2026-06-09T11:11:01.398Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support 2026-06-09T11:11:01.398Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor 2026-06-09T11:11:01.399Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support 2026-06-09T11:11:01.399Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support 2026-06-09T11:11:01.400Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support 2026-06-09T11:11:01.400Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support 2026-06-09T11:11:01.401Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support 2026-06-09T11:11:01.402Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol 2026-06-09T11:11:01.402Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor 2026-06-09T11:11:01.402Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection 2026-06-09T11:11:01.403Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor 2026-06-09T11:11:01.403Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them. 2026-06-09T11:11:01.403Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT 2026-06-09T11:11:01.409Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT 2026-06-09T11:11:01.409Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT 2026-06-09T11:11:01.410Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT 2026-06-09T11:11:01.410Z INFO 1830457 --- [Pool-1-worker-1] o.a.interceptor.HeartbeatInterceptor : HeartbeatInterceptor configured with padding value 'X', client frequency 0 seconds and server frequency 60 seconds 2026-06-09T11:11:01.410Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Heartbeat Interceptor Support with priority AFTER_DEFAULT 2026-06-09T11:11:01.410Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT 2026-06-09T11:11:01.411Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT 2026-06-09T11:11:01.411Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT 2026-06-09T11:11:01.411Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT 2026-06-09T11:11:01.411Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT 2026-06-09T11:11:01.411Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT 2026-06-09T11:11:01.411Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper 2026-06-09T11:11:01.412Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache 2026-06-09T11:11:01.412Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster 2026-06-09T11:11:01.412Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Shared List Resources: false 2026-06-09T11:11:01.412Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Polling Wait Time 100 2026-06-09T11:11:01.412Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Shared ExecutorService supported: true 2026-06-09T11:11:01.412Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor 2026-06-09T11:11:01.412Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Async I/O Thread Pool Size: 200 2026-06-09T11:11:01.412Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory 2026-06-09T11:11:01.414Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory 2026-06-09T11:11:01.414Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor 2026-06-09T11:11:01.417Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Invoke AtmosphereInterceptor on WebSocket message true 2026-06-09T11:11:01.417Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : HttpSession supported: true 2026-06-09T11:11:01.417Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation 2026-06-09T11:11:01.417Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: Apache Tomcat/11.0.20 using jakarta.servlet/3.0 and jsr356/WebSocket API 2026-06-09T11:11:01.418Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Atmosphere Framework 3.0.5.slf4jvaadin1 started. 2026-06-09T11:11:01.423Z INFO 1830457 --- [Pool-1-worker-1] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT 2026-06-09T11:11:01.500Z INFO 1830457 --- [Pool-1-worker-1] c.v.f.s.DefaultDeploymentConfiguration : Vaadin is running in DEVELOPMENT mode - do not use for production deployments. 2026-06-09T11:11:01.570Z INFO 1830457 --- [Pool-1-worker-1] c.vaadin.copilot.CopilotIndexHtmlLoader : Copilot is disabled 2026-06-09T11:11:01.591Z INFO 1830457 --- [Pool-1-worker-1] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 44613 (http) with context path '/' 2026-06-09T11:11:01.596Z INFO 1830457 --- [Pool-1-worker-1] o.v.a.d.tests.it.SimpleExampleViewIT : Started SimpleExampleViewIT in 6.833 seconds (process running for 33.681) 2026-06-09T11:11:01.602Z INFO 1830457 --- [Pool-1-worker-1] c.v.b.d.DevModeHandlerManagerImpl : Application running at http://localhost:0/ Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3 [INFO] Running org.vaadin.addons.dramafinder.tests.it.TabsViewIT 2026-06-09T11:11:01.669Z INFO 1830457 --- [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-09T11:11:01.672Z INFO 1830457 --- [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-09T11:11:01.673Z INFO 1830457 --- [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-09T11:11:01.673Z INFO 1830457 --- [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-09T11:11:01.673Z INFO 1830457 --- [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-09T11:11:01.676Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TabsViewIT OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended WARNING: A Java agent has been loaded dynamically (/home/ghrunner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar) WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information WARNING: Dynamic loading of agents will be disallowed by default in a future release 2026-06-09T11:11:02.907Z INFO 1830457 --- [o-auto-1-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-06-09T11:11:02.907Z INFO 1830457 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2026-06-09T11:11:02.909Z INFO 1830457 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.27 s -- in org.vaadin.addons.dramafinder.tests.it.SimpleExampleViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT 2026-06-09T11:11:05.706Z INFO 1830457 --- [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-09T11:11:05.714Z INFO 1830457 --- [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-09T11:11:05.723Z INFO 1830457 --- [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-09T11:11:05.723Z INFO 1830457 --- [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-09T11:11:05.724Z INFO 1830457 --- [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-09T11:11:05.738Z INFO 1830457 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.274 s -- in org.vaadin.addons.dramafinder.tests.it.TabsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT 2026-06-09T11:11:05.951Z INFO 1830457 --- [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-09T11:11:05.952Z INFO 1830457 --- [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-09T11:11:05.961Z INFO 1830457 --- [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-09T11:11:05.961Z INFO 1830457 --- [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-09T11:11:05.961Z INFO 1830457 --- [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-09T11:11:05.962Z INFO 1830457 --- [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: 51.64 s -- in org.vaadin.addons.dramafinder.tests.it.TimePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT 2026-06-09T11:11:22.065Z INFO 1830457 --- [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-09T11:11:22.070Z INFO 1830457 --- [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-09T11:11:22.071Z INFO 1830457 --- [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-09T11:11:22.071Z INFO 1830457 --- [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-09T11:11:22.072Z INFO 1830457 --- [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-09T11:11:22.072Z INFO 1830457 --- [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.77 s -- in org.vaadin.addons.dramafinder.tests.it.ListBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT 2026-06-09T11:11:38.846Z INFO 1830457 --- [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-09T11:11:38.856Z INFO 1830457 --- [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-09T11:11:38.864Z INFO 1830457 --- [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-09T11:11:38.865Z INFO 1830457 --- [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-09T11:11:38.867Z INFO 1830457 --- [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-09T11:11:38.870Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.13 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridExpandCollapseViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT 2026-06-09T11:11:53.833Z INFO 1830457 --- [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-09T11:11:53.845Z INFO 1830457 --- [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-09T11:11:53.846Z INFO 1830457 --- [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-09T11:11:53.846Z INFO 1830457 --- [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-09T11:11:53.846Z INFO 1830457 --- [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-09T11:11:53.847Z INFO 1830457 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.38 s -- in org.vaadin.addons.dramafinder.tests.it.GridComponentRendererViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT 2026-06-09T11:11:55.226Z INFO 1830457 --- [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-09T11:11:55.234Z INFO 1830457 --- [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-09T11:11:55.237Z INFO 1830457 --- [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-09T11:11:55.241Z INFO 1830457 --- [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-09T11:11:55.250Z INFO 1830457 --- [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-09T11:11:55.251Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.133 s -- in org.vaadin.addons.dramafinder.tests.it.IntegerFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT 2026-06-09T11:11:59.972Z INFO 1830457 --- [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-09T11:11:59.979Z INFO 1830457 --- [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-09T11:11:59.990Z INFO 1830457 --- [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-09T11:11:59.990Z INFO 1830457 --- [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-09T11:11:59.990Z INFO 1830457 --- [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-09T11:11:59.998Z INFO 1830457 --- [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.77 s -- in org.vaadin.addons.dramafinder.tests.it.ContextMenuViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PopoverViewIT 2026-06-09T11:12:07.002Z INFO 1830457 --- [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-09T11:12:07.006Z INFO 1830457 --- [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-09T11:12:07.006Z INFO 1830457 --- [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-09T11:12:07.013Z INFO 1830457 --- [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-09T11:12:07.014Z INFO 1830457 --- [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-09T11:12:07.015Z INFO 1830457 --- [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.05 s -- in org.vaadin.addons.dramafinder.tests.it.SplitLayoutViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT 2026-06-09T11:12:10.034Z INFO 1830457 --- [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-09T11:12:10.035Z INFO 1830457 --- [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-09T11:12:10.040Z INFO 1830457 --- [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-09T11:12:10.042Z INFO 1830457 --- [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-09T11:12:10.043Z INFO 1830457 --- [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-09T11:12:10.049Z INFO 1830457 --- [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: 11.60 s -- in org.vaadin.addons.dramafinder.tests.it.PopoverViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT 2026-06-09T11:12:18.608Z INFO 1830457 --- [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-09T11:12:18.613Z INFO 1830457 --- [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-09T11:12:18.614Z INFO 1830457 --- [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-09T11:12:18.620Z INFO 1830457 --- [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-09T11:12:18.621Z INFO 1830457 --- [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-09T11:12:18.621Z INFO 1830457 --- [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.466 s -- in org.vaadin.addons.dramafinder.tests.it.IntegerFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DetailsViewIT 2026-06-09T11:12:19.495Z INFO 1830457 --- [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-09T11:12:19.498Z INFO 1830457 --- [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-09T11:12:19.501Z INFO 1830457 --- [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-09T11:12:19.501Z INFO 1830457 --- [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-09T11:12:19.501Z INFO 1830457 --- [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-09T11:12:19.502Z INFO 1830457 --- [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: 76.91 s -- in org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT 2026-06-09T11:12:22.856Z INFO 1830457 --- [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-09T11:12:22.857Z INFO 1830457 --- [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-09T11:12:22.858Z INFO 1830457 --- [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-09T11:12:22.858Z INFO 1830457 --- [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-09T11:12:22.858Z INFO 1830457 --- [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-09T11:12:22.863Z INFO 1830457 --- [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.024 s -- in org.vaadin.addons.dramafinder.tests.it.MenuBarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MessageListViewIT 2026-06-09T11:12:26.642Z INFO 1830457 --- [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-09T11:12:26.646Z INFO 1830457 --- [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-09T11:12:26.650Z INFO 1830457 --- [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-09T11:12:26.650Z INFO 1830457 --- [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-09T11:12:26.651Z INFO 1830457 --- [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-09T11:12:26.651Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MessageListViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.317 s -- in org.vaadin.addons.dramafinder.tests.it.MultiSelectComboBoxGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT 2026-06-09T11:12:28.180Z INFO 1830457 --- [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-09T11:12:28.181Z INFO 1830457 --- [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-09T11:12:28.185Z INFO 1830457 --- [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-09T11:12:28.185Z INFO 1830457 --- [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-09T11:12:28.185Z INFO 1830457 --- [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-09T11:12:28.186Z INFO 1830457 --- [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.13 s -- in org.vaadin.addons.dramafinder.tests.it.DetailsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT 2026-06-09T11:12:31.627Z INFO 1830457 --- [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-09T11:12:31.628Z INFO 1830457 --- [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-09T11:12:31.631Z INFO 1830457 --- [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-09T11:12:31.631Z INFO 1830457 --- [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-09T11:12:31.631Z INFO 1830457 --- [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-09T11:12:31.634Z INFO 1830457 --- [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.193 s -- in org.vaadin.addons.dramafinder.tests.it.MessageListViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT 2026-06-09T11:12:33.842Z INFO 1830457 --- [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-09T11:12:33.843Z INFO 1830457 --- [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-09T11:12:33.844Z INFO 1830457 --- [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-09T11:12:33.844Z INFO 1830457 --- [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-09T11:12:33.848Z INFO 1830457 --- [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-09T11:12:33.849Z INFO 1830457 --- [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.258 s -- in org.vaadin.addons.dramafinder.tests.it.EmailFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT 2026-06-09T11:12:37.914Z INFO 1830457 --- [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-09T11:12:37.916Z INFO 1830457 --- [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-09T11:12:37.917Z INFO 1830457 --- [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-09T11:12:37.917Z INFO 1830457 --- [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-09T11:12:37.917Z INFO 1830457 --- [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-09T11:12:37.918Z INFO 1830457 --- [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.705 s -- in org.vaadin.addons.dramafinder.tests.it.NumberFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT 2026-06-09T11:12:43.592Z INFO 1830457 --- [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-09T11:12:43.599Z INFO 1830457 --- [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-09T11:12:43.600Z INFO 1830457 --- [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-09T11:12:43.600Z INFO 1830457 --- [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-09T11:12:43.600Z INFO 1830457 --- [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-09T11:12:43.601Z INFO 1830457 --- [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: 21.37 s -- in org.vaadin.addons.dramafinder.tests.it.GridSelectionViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT 2026-06-09T11:12:49.559Z INFO 1830457 --- [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-09T11:12:49.560Z INFO 1830457 --- [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-09T11:12:49.573Z INFO 1830457 --- [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-09T11:12:49.574Z INFO 1830457 --- [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-09T11:12:49.574Z INFO 1830457 --- [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-09T11:12:49.575Z INFO 1830457 --- [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.220 s -- in org.vaadin.addons.dramafinder.tests.it.TextAreaGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SelectViewIT 2026-06-09T11:12:53.780Z INFO 1830457 --- [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-09T11:12:53.785Z INFO 1830457 --- [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-09T11:12:53.786Z INFO 1830457 --- [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-09T11:12:53.786Z INFO 1830457 --- [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-09T11:12:53.786Z INFO 1830457 --- [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-09T11:12:53.792Z INFO 1830457 --- [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: 15.26 s -- in org.vaadin.addons.dramafinder.tests.it.DatePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT 2026-06-09T11:12:58.851Z INFO 1830457 --- [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-09T11:12:58.863Z INFO 1830457 --- [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-09T11:12:58.864Z INFO 1830457 --- [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-09T11:12:58.867Z INFO 1830457 --- [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-09T11:12:58.869Z INFO 1830457 --- [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-09T11:12:58.870Z INFO 1830457 --- [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: 42.59 s -- in org.vaadin.addons.dramafinder.tests.it.PasswordFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT 2026-06-09T11:13:16.429Z INFO 1830457 --- [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-09T11:13:16.431Z INFO 1830457 --- [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-09T11:13:16.433Z INFO 1830457 --- [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-09T11:13:16.433Z INFO 1830457 --- [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-09T11:13:16.433Z INFO 1830457 --- [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-09T11:13:16.437Z INFO 1830457 --- [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: 3.706 s -- in org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT 2026-06-09T11:13:20.137Z INFO 1830457 --- [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-09T11:13:20.138Z INFO 1830457 --- [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-09T11:13:20.139Z INFO 1830457 --- [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-09T11:13:20.139Z INFO 1830457 --- [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-09T11:13:20.142Z INFO 1830457 --- [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-09T11:13:20.143Z INFO 1830457 --- [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: 29.09 s -- in org.vaadin.addons.dramafinder.tests.it.SelectViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT 2026-06-09T11:13:22.870Z INFO 1830457 --- [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-09T11:13:22.871Z INFO 1830457 --- [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-09T11:13:22.871Z INFO 1830457 --- [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-09T11:13:22.872Z INFO 1830457 --- [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-09T11:13:22.874Z INFO 1830457 --- [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-09T11:13:22.877Z INFO 1830457 --- [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.476 s -- in org.vaadin.addons.dramafinder.tests.it.RadioButtonGroupViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ButtonViewIT 2026-06-09T11:13:31.349Z INFO 1830457 --- [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-09T11:13:31.355Z INFO 1830457 --- [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-09T11:13:31.356Z INFO 1830457 --- [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-09T11:13:31.356Z INFO 1830457 --- [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-09T11:13:31.361Z INFO 1830457 --- [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-09T11:13:31.362Z INFO 1830457 --- [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.14 s -- in org.vaadin.addons.dramafinder.tests.it.ButtonViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT 2026-06-09T11:13:51.490Z INFO 1830457 --- [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-09T11:13:51.495Z INFO 1830457 --- [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-09T11:13:51.499Z INFO 1830457 --- [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-09T11:13:51.499Z INFO 1830457 --- [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-09T11:13:51.499Z INFO 1830457 --- [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-09T11:13:51.503Z INFO 1830457 --- [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: 67.81 s -- in org.vaadin.addons.dramafinder.tests.it.ComboBoxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT 2026-06-09T11:14:06.671Z INFO 1830457 --- [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-09T11:14:06.676Z INFO 1830457 --- [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-09T11:14:06.681Z INFO 1830457 --- [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-09T11:14:06.682Z INFO 1830457 --- [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-09T11:14:06.682Z INFO 1830457 --- [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-09T11:14:06.683Z INFO 1830457 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.43 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridMultiSelectViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT 2026-06-09T11:14:08.569Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT]: VirtualListViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:08.571Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT 2026-06-09T11:14:08.575Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT]: VirtualListViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:08.575Z INFO 1830457 --- [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-09T11:14:08.575Z INFO 1830457 --- [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-09T11:14:08.577Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.31 s -- in org.vaadin.addons.dramafinder.tests.it.DateTimePickerViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT 2026-06-09T11:14:09.811Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT]: GridDetailsViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:09.813Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT 2026-06-09T11:14:09.813Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT]: GridDetailsViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:09.814Z INFO 1830457 --- [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-09T11:14:09.814Z INFO 1830457 --- [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-09T11:14:09.816Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.580 s -- in org.vaadin.addons.dramafinder.tests.it.ProgressBarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NotificationViewIT 2026-06-09T11:14:14.246Z INFO 1830457 --- [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-09T11:14:14.253Z INFO 1830457 --- [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-09T11:14:14.254Z INFO 1830457 --- [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-09T11:14:14.254Z INFO 1830457 --- [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-09T11:14:14.254Z INFO 1830457 --- [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-09T11:14:14.255Z INFO 1830457 --- [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.07 s -- in org.vaadin.addons.dramafinder.tests.it.GridDetailsViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.AccordionViewIT 2026-06-09T11:14:20.880Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.AccordionViewIT]: AccordionViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:20.882Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.AccordionViewIT 2026-06-09T11:14:20.882Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.AccordionViewIT]: AccordionViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:20.882Z INFO 1830457 --- [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-09T11:14:20.883Z INFO 1830457 --- [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-09T11:14:20.883Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.AccordionViewIT [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.687 s -- in org.vaadin.addons.dramafinder.tests.it.NotificationViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT 2026-06-09T11:14:23.935Z INFO 1830457 --- [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-09T11:14:23.937Z INFO 1830457 --- [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-09T11:14:23.938Z INFO 1830457 --- [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-09T11:14:23.939Z INFO 1830457 --- [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-09T11:14:23.939Z INFO 1830457 --- [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-09T11:14:23.941Z INFO 1830457 --- [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: 4.785 s -- in org.vaadin.addons.dramafinder.tests.it.AccordionViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.CardViewIT 2026-06-09T11:14:25.670Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.CardViewIT]: CardViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:25.671Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.CardViewIT 2026-06-09T11:14:25.672Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.CardViewIT]: CardViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:25.672Z INFO 1830457 --- [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-09T11:14:25.672Z INFO 1830457 --- [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-09T11:14:25.673Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.CardViewIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.405 s -- in org.vaadin.addons.dramafinder.tests.it.PasswordFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.UploadViewIT 2026-06-09T11:14:27.347Z INFO 1830457 --- [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-09T11:14:27.355Z INFO 1830457 --- [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-09T11:14:27.355Z INFO 1830457 --- [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-09T11:14:27.355Z INFO 1830457 --- [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-09T11:14:27.356Z INFO 1830457 --- [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-09T11:14:27.356Z INFO 1830457 --- [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.220 s -- in org.vaadin.addons.dramafinder.tests.it.CardViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT 2026-06-09T11:14:29.887Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT]: EmailFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:29.892Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT 2026-06-09T11:14:29.894Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT]: EmailFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:29.894Z INFO 1830457 --- [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-09T11:14:29.894Z INFO 1830457 --- [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-09T11:14:29.897Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.000 s -- in org.vaadin.addons.dramafinder.tests.it.UploadViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT 2026-06-09T11:14:33.354Z INFO 1830457 --- [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-09T11:14:33.356Z INFO 1830457 --- [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-09T11:14:33.358Z INFO 1830457 --- [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-09T11:14:33.358Z INFO 1830457 --- [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-09T11:14:33.358Z INFO 1830457 --- [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-09T11:14:33.359Z INFO 1830457 --- [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.260 s -- in org.vaadin.addons.dramafinder.tests.it.EmailFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT 2026-06-09T11:14:35.152Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT]: TextAreaViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:35.156Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT 2026-06-09T11:14:35.157Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT]: TextAreaViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:35.158Z INFO 1830457 --- [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-09T11:14:35.159Z INFO 1830457 --- [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-09T11:14:35.160Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.30 s -- in org.vaadin.addons.dramafinder.tests.it.VirtualListViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT 2026-06-09T11:14:41.868Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT]: SelectGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:41.870Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT 2026-06-09T11:14:41.874Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT]: SelectGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:41.874Z INFO 1830457 --- [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-09T11:14:41.874Z INFO 1830457 --- [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-09T11:14:41.875Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.921 s -- in org.vaadin.addons.dramafinder.tests.it.SelectGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT 2026-06-09T11:14:45.800Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT]: MessageInputViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:45.801Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT 2026-06-09T11:14:45.802Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT]: MessageInputViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:45.805Z INFO 1830457 --- [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-09T11:14:45.806Z INFO 1830457 --- [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-09T11:14:45.807Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.61 s -- in org.vaadin.addons.dramafinder.tests.it.CheckboxViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT 2026-06-09T11:14:49.966Z INFO 1830457 --- [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-09T11:14:49.967Z INFO 1830457 --- [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-09T11:14:49.968Z INFO 1830457 --- [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-09T11:14:49.968Z INFO 1830457 --- [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-09T11:14:49.968Z INFO 1830457 --- [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-09T11:14:49.969Z INFO 1830457 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.78 s -- in org.vaadin.addons.dramafinder.tests.it.MessageInputViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT 2026-06-09T11:14:58.584Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT]: DatePickerGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:58.585Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT 2026-06-09T11:14:58.586Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT]: DatePickerGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:14:58.586Z INFO 1830457 --- [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-09T11:14:58.586Z INFO 1830457 --- [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-09T11:14:58.596Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.814 s -- in org.vaadin.addons.dramafinder.tests.it.DatePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DialogViewIT 2026-06-09T11:15:03.390Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DialogViewIT]: DialogViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:03.394Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DialogViewIT 2026-06-09T11:15:03.396Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DialogViewIT]: DialogViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:03.396Z INFO 1830457 --- [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-09T11:15:03.397Z INFO 1830457 --- [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-09T11:15:03.399Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DialogViewIT [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.49 s -- in org.vaadin.addons.dramafinder.tests.it.TextAreaViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT 2026-06-09T11:15:11.639Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT]: BigDecimalFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:11.645Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT 2026-06-09T11:15:11.647Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT]: BigDecimalFieldGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:11.647Z INFO 1830457 --- [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-09T11:15:11.647Z INFO 1830457 --- [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-09T11:15:11.650Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.082 s -- in org.vaadin.addons.dramafinder.tests.it.DialogViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT 2026-06-09T11:15:12.477Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT]: TreeGridBasicViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:12.478Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT 2026-06-09T11:15:12.510Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT]: TreeGridBasicViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:12.510Z INFO 1830457 --- [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-09T11:15:12.510Z INFO 1830457 --- [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-09T11:15:12.512Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.913 s -- in org.vaadin.addons.dramafinder.tests.it.BigDecimalFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT 2026-06-09T11:15:16.551Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT]: SideNavigationElementViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:16.561Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT 2026-06-09T11:15:16.561Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT]: SideNavigationElementViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:16.565Z INFO 1830457 --- [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-09T11:15:16.566Z INFO 1830457 --- [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-09T11:15:16.566Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.61 s -- in org.vaadin.addons.dramafinder.tests.it.TextFieldViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT 2026-06-09T11:15:25.578Z INFO 1830457 --- [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-09T11:15:25.580Z INFO 1830457 --- [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-09T11:15:25.581Z INFO 1830457 --- [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-09T11:15:25.581Z INFO 1830457 --- [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-09T11:15:25.581Z INFO 1830457 --- [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-09T11:15:25.592Z INFO 1830457 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.25 s -- in org.vaadin.addons.dramafinder.tests.it.SideNavigationElementViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.AvatarViewIT 2026-06-09T11:15:30.804Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.AvatarViewIT]: AvatarViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:30.812Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.AvatarViewIT 2026-06-09T11:15:30.816Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.AvatarViewIT]: AvatarViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:30.816Z INFO 1830457 --- [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-09T11:15:30.817Z INFO 1830457 --- [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-09T11:15:30.817Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.AvatarViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.529 s -- in org.vaadin.addons.dramafinder.tests.it.ComboBoxGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT 2026-06-09T11:15:31.101Z INFO 1830457 --- [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-09T11:15:31.110Z INFO 1830457 --- [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-09T11:15:31.110Z INFO 1830457 --- [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-09T11:15:31.111Z INFO 1830457 --- [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-09T11:15:31.111Z INFO 1830457 --- [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-09T11:15:31.112Z INFO 1830457 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.33 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridBasicViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT 2026-06-09T11:15:42.821Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT]: DateTimePickerGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:42.823Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT 2026-06-09T11:15:42.823Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT]: DateTimePickerGetByLabelIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:42.824Z INFO 1830457 --- [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-09T11:15:42.829Z INFO 1830457 --- [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-09T11:15:42.835Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.30 s -- in org.vaadin.addons.dramafinder.tests.it.TextFieldGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT 2026-06-09T11:15:45.409Z INFO 1830457 --- [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-09T11:15:45.410Z INFO 1830457 --- [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-09T11:15:45.424Z INFO 1830457 --- [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-09T11:15:45.424Z INFO 1830457 --- [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-09T11:15:45.424Z INFO 1830457 --- [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-09T11:15:45.425Z INFO 1830457 --- [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: 5.982 s -- in org.vaadin.addons.dramafinder.tests.it.DateTimePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT 2026-06-09T11:15:48.797Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT]: GridSortingViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:48.798Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT 2026-06-09T11:15:48.800Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT]: GridSortingViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:48.800Z INFO 1830457 --- [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-09T11:15:48.800Z INFO 1830457 --- [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-09T11:15:48.801Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.223 s -- in org.vaadin.addons.dramafinder.tests.it.TimePickerGetByLabelIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridBasicViewIT 2026-06-09T11:15:50.627Z INFO 1830457 --- [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-09T11:15:50.635Z INFO 1830457 --- [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-09T11:15:50.638Z INFO 1830457 --- [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-09T11:15:50.640Z INFO 1830457 --- [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-09T11:15:50.641Z INFO 1830457 --- [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-09T11:15:50.642Z INFO 1830457 --- [Pool-1-worker-1] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridBasicViewIT [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.26 s -- in org.vaadin.addons.dramafinder.tests.it.AvatarViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT 2026-06-09T11:15:53.074Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT]: TreeGridSelectionViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:53.080Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT 2026-06-09T11:15:53.081Z INFO 1830457 --- [Pool-1-worker-3] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT]: TreeGridSelectionViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:15:53.081Z INFO 1830457 --- [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-09T11:15:53.081Z INFO 1830457 --- [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-09T11:15:53.092Z INFO 1830457 --- [Pool-1-worker-3] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.74 s -- in org.vaadin.addons.dramafinder.tests.it.GridSortingViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT 2026-06-09T11:16:00.541Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT]: GridLitRendererViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:16:00.542Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT 2026-06-09T11:16:00.544Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT]: GridLitRendererViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:16:00.544Z INFO 1830457 --- [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-09T11:16:00.544Z INFO 1830457 --- [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-09T11:16:00.545Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.758 s -- in org.vaadin.addons.dramafinder.tests.it.GridLitRendererViewIT [INFO] Running org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT 2026-06-09T11:16:09.304Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT]: NumberFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:16:09.305Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT 2026-06-09T11:16:09.308Z INFO 1830457 --- [Pool-1-worker-2] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT]: NumberFieldViewIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-06-09T11:16:09.308Z INFO 1830457 --- [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-09T11:16:09.308Z INFO 1830457 --- [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-09T11:16:09.309Z INFO 1830457 --- [Pool-1-worker-2] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.vaadin.addons.dramafinder.tests.TestServer for test class org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.579 s -- in org.vaadin.addons.dramafinder.tests.it.NumberFieldViewIT [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.16 s -- in org.vaadin.addons.dramafinder.tests.it.TreeGridSelectionViewIT [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 169.0 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-09T11-10-27_812-jvmRun1.dumpstream [INFO] [INFO] --- failsafe:3.5.4:verify (default) @ dramafinder --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:20 min [INFO] Finished at: 2026-06-09T11:18:40Z [INFO] ------------------------------------------------------------------------