Piotr Mińkowski
Piotr Mińkowski
Hi. Yes. I have just published version 1.3.0 on Maven Central. Could you verify that it solves your errors?
Could you share your code example?
Hi. Can you share your code example?
@tombuildsstuff could you merge it?
It's pretty interesting. I don't have such error when I'm running the app. How are you running it?
This repository is for Spring Boot 1.5. If you need the latest example see that repo: https://github.com/piomin/sample-spring-microservices-new.git
It has already been fixed by the #31 solution. I added a test for the Mutipart file upload case: ``` @PostMapping(value = "/req-file") public String processFile(@RequestParam("file") MultipartFile file) throws IOException...
Please retry it with the latest version of the library (1.4.0). Report if you still have problems with that. For now, I'm closing the issue
But why - is it better somehow? Maybe you can create the PR with such change?
Can you paste your request? What would you exactly like to see in the logs for your request?