WonChul Heo
WonChul Heo
Sorry, the answer is late. I understand the above. But I do not come up with other ideas. Can you give me a hint? :sob: I changed the code almost...
I also wonder if there is any progress on this issue. š¤ I tried to recycle the `ApplicationContext` during `@SpringBootTest`, but because some `@MockBean` was used, multiple `ApplicationContext`s were created....
Iām interested in this š¤
Oh yeah. :smiley: I was implementing some of the features, but I think they could be better implemented if we reviewed them internally. (If he/she post a PR, I'll review...
Additionally, based on my research, this task can be somewhat volatile. The feature ([HttpClientAdapter](https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/web/service/invoker/HttpClientAdapter.java)) was added in spring-framework 6.0.0, but in 6.1.0 that class will be split into two other...
> We are going to add the Spring 6 HTTP interface to `armeria-spring6` module since it is not related to Spring Boot. Hence, we don't need to consider Spring Boot...
I have a question. For spring related clients, there are mostly internal converter services like armeria's annotation service that look at the content-type or body type and make the appropriate...
> I have a question. > > For spring related clients, there are mostly internal converter services like armeria's annotation service that look at the content-type or body type and...