Alexis Thaveau
Alexis Thaveau
Hi, Currently, there is no dependency injection, dependencies are instanciates in classes who needs them. The main drawback : writing unit test is not easy, you will need PowerMock, mock...
Hi, When testing SET command with telnet, i get an malformed_request ``` SET KEY 0 1 1 LEN 1 1 DONE ERROR malformed_request ``` In unit test, we don't have...
Hi, I'm using spring boot 3.3.1/spring-cloud-starter-gateway (reactive)/ spring-boot-starter-oauth2-client. My Oauth2 / OIDC Provider is behind an HTTP Proxy. I need to customize the WebClient, in order to configure the HttpProxy....