Spring Support for form data via @RequestParam on WebFlux [SPR-16190]

Miroslav Hrúz opened SPR-16190 and commentedIn Spring 4 and Spring 5/ Web (Servlet API) you could write annotated contro...

Spring WebFlux equivalent of MvcUriComponentsBuilder [SPR-15953]

Arjen Poutsma opened SPR-15953 and commentedWe could use a WebFluxUriComponentsBuilder that has similar functionality as...

Spring BufferedImageHttpMessageConverter cannot convert to a media type it claims it can [SPR-15037]

Dave Syer opened SPR-15037 and commentedThe samples in spring-secuirty-oauth2 suffer from this problem. I think it is pr...

Spring Add WebSocket support to WebFlux Functional API (and Kotlin DSL) [SPR-16770]

Lucas opened SPR-16770 and commentedAllows to implement WebSockets without annotations via WebFlux Functional DSL.It see...

Spring Using the MvcUriComponentsBuilder to get a URL to a controller method adds empty parameter when the value is not provided [SPR-14890]

Cèsar Ordiñana opened SPR-14890 and commentedI'm developing a Spring boot with Spring MVC web app using Thymeleaf views....

Spring Ability to suppress "rejectedValue" in error responses [SPR-14771]

James Howe opened SPR-14771 and commentedBy default, validation errors on @Controller method parameters result in a resp...

Spring Reactive request and response in SpEL expression within @MVC annotations [SPR-14535]

Rossen Stoyanchev opened SPR-14535 and commentedCurrently we have annotated controller method arguments, e.g. @PathVaria...

Spring MockMvcWebConnection doesn't work with async results [SPR-14442]

Chris DaMour opened SPR-14442 and commentedMockMvcWebConnection calls MockMVC.perform().andReturn().getResponse() but th...

Spring Rendering of a Resource should try to derive the served media type [SPR-14414]

Oliver Drotbohm opened SPR-14414 and commentedWhen a controller returns a Resource implementation to be served to client...

Spring Allow defining custom file extension to media type mappings in ResourceHttpMessageConverter [SPR-14409]

Oliver Drotbohm opened SPR-14409 and commentedResourceHttpMessageConverter currently uses the mime.types mapping file co...

Spring Support limited subset of RFC 6570 syntax including operators "", "?", "/", "#" [SPR-14134]

Stefan Kühnel opened SPR-14134 and commentedorg.springframework.web.util.UriTemplate and org.springframework.web.util.De...

Spring support HTTP status error pages on MockMvc [SPR-13966]

Christopher Smith opened SPR-13966 and commentedMockMvc does not run an actual servlet container but implements part of ...

Spring Spring test context reloaded when MockBean and ContextHierarchy (on single class) are mixed

Hi,attached is a testcase showing a testcontest that is wrongly reloaded when using @MockBean in conjunction with using ...

Spring Invoke default methods in dynamic proxies automatically

OverviewSee #28491 for background information.In JDK dynamic proxies created by Spring AOP, we could potentially introdu...

Spring Support for Spring WebSession lifecycle tracking

TL; DR;Add support for callbacks for tracking the lifecycle of a WebSession in WebSessionStore. ForewordWe had a use cas...

Spring Allow the actual value to be rendered to filter producible media types in content negotiation

Currently, content negotiation is completely type-based and doesn't consider the actual value to be rendered.My use case...

Spring Spring WebFlux HATEOAS No Encoder for EntityModel with preset Content-Type 'null'

Affects: org.springframework.boot:spring-boot-starter-parent:2.5.2Currently also an open stackoverflow question.While tr...

Spring YamlPropertiesFactoryBean incorrect flatten nested map to properties when map key contains escaped brackets

Affects: since 4.1Yaml file like bellow:root: webservices: "[domain.test:8080]": - username: me ...

Spring Append "*/*" To The defaultContentTypes List

If a default content type is set in the ContentNegotiationConfigurer, endpoints that don't return that type can return a...

Spring Only one connection receive subscriber allowed

originally opened https://github.com/spring-cloud/spring-cloud-sleuth/issues/1854 however it can reproduced without Spri...
上一页 下一页
.