Skip to content

spring-webflux ModelAttributeMethodArgumentResolver validateIfApplicable [SPR-17073] #21611

Closed
@spring-projects-issues

Description

@spring-projects-issues

Tian Wang opened SPR-17073 and commented

spring-web the same function code is

Object[] validationHints = determineValidationHints(ann);

spring-webflux is 

Object hintArray = (hints instanceof Object[] ? (Object[]) hints : new Object[] {hints});

should be 

Object[] hintArray = (hints instanceof Object[] ? (Object[]) hints : new Object[] {hints});

 

 


Affects: 5.0.5

Issue Links:

Referenced from: commits 3c65c17, 192113d

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions