Spring MockHttpServletRequest needs servlet api 4.0 after upgrade from 5.3.3 to 5.3.4

Affects: Spring Framework 5.3.4After upgrading spring to 5.3.4 the constructor of MockHttpServletRequest throws java.la...

Spring Dependency on Servlet 4.0 in spring-test makes it challenging to have Servlet 3.1 at runtime

Spring Framework 5.x is documented as requiring only Servlet 3.1 (EE7). However, a recent change (commit f22e2ac578f6db8...

Spring HandlerMapping for WebSocket Requests Only

There is an existing WebSocketUrlHandlerMapping in spring-websocket (none in spring-webflux). However currently it does ...

Spring javax.servlet.api version requirement changed for release 5.3.4?

Hi, I have a series of webmvc tests that began failing since I applied the latest 5.3.4 patch. It looks like there is a ...

Spring Configure the ObjectMappers to Use for a Class by MediaType

Take the following HttpMessageConverter setup in a Spring Boot application:An HMC registered to handle the application/h...

Spring Support cookies with Expires attribute but no Max-Age attribute in MockHttpServletResponse

According to the spec it is allowed to have cookies that only use the Expires attribute (even though it's really old sty...

Spring MockMvc security filters causes FileUploadException: the request was rejected because no multipart boundary was found [SPR-12114]

Andres A opened SPR-12114 and commentedWhen testing a controller using MockMvc, file upload works as expected, but when ...

Spring Cancellation behaviour when input client requests are terminated prematurely

Affects: 5.2.8.RELEASESpring setupConsider the following WebFlux handler function:import org.slf4j.Logger;import org.slf...

Spring Bean creation fails with StackOverflowError after upgrading from 5.1.13 to 5.2.7

I'm seeing below error after upgrading the Spring framework from 5.1.13 to 5.2.7.org.springframework.beans.factory.BeanC...

Spring Add application/vnd.google.protobuf to ProtobufCodecSupport

While RSocket spec supports application/vnd.google.protobuf as a Well-known MIME Type, Protobuf Codec doesn't.As a resul...

Spring Fix build output directory for ref docs in CONTRIBUTING.md

https://github.com/spring-projects/spring-framework/blob/fd49c8f598a9ce33f7ce14ace31c86856819776b/gradle/docs.gradle#L15...

Spring Upgrade to Reactor 2020.0.4

Comment From: nytro77@rstoyanchev The Release notes and the title of this PR is wrong?The Reactor version that is actual...

Spring Proposal to introduce a method that can get all instances in the JVM (including instances created by spring-framework)

@Scope("singleton")@Componentpublic class Instance{ ......}@Componentpublic class TestService{ @Resource...

Spring PingPongWebSocketHandlerDecorator schedules pings and replies to pongs

I've found it to be common for WebSockets clients to be required to issue pings and reply to pongs, or if not required t...

Spring Fall back on awaitToBodylessEntity when awaitBody is used with Unit

allow WebClient.ResponseSpec.awaitBody()to be used in combination with Type "Unit"Comment From: sdeleuzePolished and mer...

Spring Make set operator for MapSqlParameterSource accept nullable value

The addValue methods of MapSqlParameterSource explicitly allows null values (org.springframework.lang.Nullable), but you...

Spring Allow AbstractEnvironment subclasses to use custom ConfigurablePropertyResolver and MutablePropertySources

Currently AbstractEnvironment directly creates a MutablePropertySources and PropertySourcesPropertyResolver. It would be...

Spring Introduce a NativeDetector utility class

If https://github.com/oracle/graal/issues/2594 get fixed in time we should probably reintroduce GraalDetector renamed to...

Spring Allow AbstractEnvironment to bypass active/default properties

See https://github.com/spring-projects/spring-boot/issues/24890#issuecomment-763273976 for more background.Currently Abs...

Spring Prevent kotlinx.serialization usage on collection of interfaces

As a refinement of #26298, we should disable out of the box open polymorphic serialization for collections using somethi...
上一页 下一页
.