Nineya
Home
Blog
Spring MockHttpServletRequest needs servlet api 4.0 after upgrade from 5.3.3 to 5.3.4
2025-01-08 04:18:21
1535
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
2025-01-08 04:18:18
2250
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
2025-01-08 04:18:16
437
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?
2025-01-08 04:18:14
8523
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
2025-01-08 04:18:11
6220
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
2025-01-08 04:18:08
680
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]
2025-01-08 04:18:04
9749
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
2025-01-08 04:18:01
5927
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
2025-01-08 04:17:58
43137
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
2025-01-08 04:17:56
981
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
2025-01-08 04:17:53
352
https://github.com/spring-projects/spring-framework/blob/fd49c8f598a9ce33f7ce14ace31c86856819776b/gradle/docs.gradle#L15...
Spring Upgrade to Reactor 2020.0.4
2025-01-08 04:17:50
235
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)
2025-01-08 04:17:48
2941
@Scope("singleton")@Componentpublic class Instance{ ......}@Componentpublic class TestService{ @Resource...
Spring PingPongWebSocketHandlerDecorator schedules pings and replies to pongs
2025-01-08 04:17:45
1822
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
2025-01-08 04:17:41
132
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
2025-01-08 04:17:38
190
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
2025-01-08 04:17:36
267
Currently AbstractEnvironment directly creates a MutablePropertySources and PropertySourcesPropertyResolver. It would be...
Spring Introduce a NativeDetector utility class
2025-01-08 04:17:33
1077
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
2025-01-08 04:17:31
544
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
2025-01-08 04:17:28
581
As a refinement of #26298, we should disable out of the box open polymorphic serialization for collections using somethi...
上一页
下一页
1
…
1518
1519
1520
1521
1522
…
2246
.