./app-bootstrap/src/conditionalTransportTest/java/dev/caskeleton/bootstrap/transport/ConditionalTransportCompositionContractTest.java:51: "dev.caskeleton.adapter.inbound.websocket.stomp.WebSocketConfig"); ./adapter/inbound/websocket/src/test/java/dev/caskeleton/adapter/inbound/websocket/stomp/WebSocketBoundaryQualificationTest.java:68: new ApplicationContextRunner().withUserConfiguration(WebSocketConfig.class); ./adapter/inbound/websocket/src/test/java/dev/caskeleton/adapter/inbound/websocket/stomp/WebSocketBoundaryQualificationTest.java:103: assertThat(context).doesNotHaveBean(WebSocketConfig.class); ./adapter/inbound/websocket/src/test/java/dev/caskeleton/adapter/inbound/websocket/stomp/WebSocketBoundaryQualificationTest.java:300: @Import(WebSocketConfig.class) ./adapter/inbound/websocket/src/main/java/dev/caskeleton/adapter/inbound/websocket/stomp/WebSocketConfig.java:33:public class WebSocketConfig implements WebSocketMessageBrokerConfigurer { ./adapter/inbound/websocket/src/main/java/dev/caskeleton/adapter/inbound/websocket/stomp/WebSocketConfig.java:42: public WebSocketConfig(WebSocketProperties properties) { ./adapter/inbound/websocket/src/main/java/dev/caskeleton/adapter/inbound/websocket/advanced/sockjs/SockJsConfiguration.java:17:import org.springframework.web.socket.config.annotation.WebSocketConfigurer; ./adapter/inbound/websocket/src/main/java/dev/caskeleton/adapter/inbound/websocket/advanced/sockjs/SockJsConfiguration.java:41:public class SockJsConfiguration implements WebSocketConfigurer { ./adapter/inbound/websocket/src/testkit/java/dev/caskeleton/adapter/inbound/websocket/testkit/runtime/WebSocketFixtureApplication.java:12:import org.springframework.web.socket.config.annotation.WebSocketConfigurer; ./adapter/inbound/websocket/src/testkit/java/dev/caskeleton/adapter/inbound/websocket/testkit/runtime/WebSocketFixtureApplication.java:28:public class WebSocketFixtureApplication implements WebSocketConfigurer {