-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mapping spring RequestPart annotation to micronaut Part annotation #525
Conversation
@graemerocher Don't know how to write correct mapper for |
using |
@graemerocher Yeah, I understand, that a custom mapper (bender) is needed, but I do not understand how to write such a bender correctly, because I did not find such mappers for example, so I ask for help. Once again, I want to draw your attention to the importance of this library. In my opinion, it comes in second place in importance after the core. I don't understand why you stopped developing it. If Microsoft could be used with spring, in my opinion, it would increase the popularity of the micronaut several times. |
because ultimately it is just a compatibility layer but full compatibility is not really achievable |
I agree, but now even basic compatibility doesn't work |
What doesn't work specifically? |
look to this: #521 |
@graemerocher I looked at everything again. It is quite difficult to make the correct mapping for the MultipartFile interface because its standard implementation is hidden and has private access. So, I think that the basic mapping (which I did in this PR) is quite enough. We can merge it |
Thanks for the contribution! |
Fixed #376