Skip to content

Awkward binary incompatibility in ResponseBodyEmitterReturnValueHandler [SPR-15410] #19973

@spring-projects-issues

Description

@spring-projects-issues

Dave Syer opened SPR-15410 and commented

The constructor signature changed here:

https://github.com/spring-projects/spring-framework/blob/master/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyEmitterReturnValueHandler.java#L65

so there's no way to compile an implementation withSpring 4.3 and run with Spring 5. Probably we could keep the old constructor and add a new one?


Affects: 5.0 RC1

Referenced from: commits de6f348

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