Skip to content

@RequestPart in WebFlux does not support List of parts [SPR-16621] #21162

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No 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? No Sign in to your account

Closed
spring-projects-issues opened this issue Mar 21, 2018 · 1 comment
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Rossen Stoyanchev opened SPR-16621 and commented

RequestPartMethodArgumentResolver supports Part (single value), and it will also provide a Flux<Part> (multiple values) but it does not support List<Part>.


Affects: 5.0.4

@spring-projects-issues
Copy link
Collaborator Author

Rossen Stoyanchev commented

The resolver now also supports List<T>, Flux<T>, and List<Part>.

No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants