Nineya
Home
Blog
Spring Regression: ForwardedHeaderFilter no longer support IPv6
2025-01-08 05:17:49
8130
Affects:: spring-web 5.3.6After updating from spring 5.2.8 to 5.3.6 we noticed that ForwardedHeaderFilter would throw:ja...
Spring Polish codes in spring-webmvc
2025-01-08 05:17:46
154
This PR polishes trivial things in DispatcherServlet in spring-webmvc.Comment From: rstoyanchevThanks for the suggestion...
Spring Jetty10RequestUpgradeStrategy - WebSocketCreatorInterceptor IndexOutOfBoundsException
2025-01-08 05:17:43
2839
Affects: spring-websocket: 5.3.14, Jetty 10.0.7When using the Jetty10RequestUpgradeStrategy for websocket support in Jet...
Spring Improved DataBinder Javadoc for xxx*yyy pattern matching.
2025-01-08 05:17:41
485
The default documentation does not mention xxx_yyy pattern matching,which is, however, supported by PatternMatchUtils. S...
Spring MissingServletRequestPartException should extend ServletRequestBindingException directly
2025-01-08 05:17:39
1199
Unlike similar exceptions, MissingServletRequestPartException directly extends ServletException; whereas, the following ...
Spring Apply "instanceof pattern matching" in AbstractRoutingDataSource
2025-01-08 05:17:36
844
Comment From: sbrannenThis has been merged into main in 1e0e477833c90d13d60b4f8ed0649ab7bb3e1541 and polished in 04fbfdd...
Spring Add support for strict JSON comparison in WebTestClient
2025-01-08 05:17:33
2226
Support for expectedBody().json(<expected strict json>, true);Part of the code base already has support - via Json...
Spring Upgrade spring-r2dbc's test dependency on the H2 database to 2.0.x
2025-01-08 05:17:31
709
This is a follow up to #27870, since we cannot upgrade spring-r2dbc's test dependency to H2 2.0 until https://github.com...
Spring Fix Javadoc since for AopProxyUtils.isLambda()
2025-01-08 05:17:28
201
This PR fixes Javadoc @since tag for AopProxyUtils.isLambda().See gh-27971Comment From: snicollGood catch, thanks again ...
Spring Adding observability of application context startup
2025-01-08 05:17:26
6490
This is an initial version of adding observability to the application context startup. We're providing an ObservabilityA...
Spring Reflective method invocation does not detect interface method when interface is declared in a subclass (e.g. HashMap.HashIterator.hasNext)
2025-01-08 05:17:16
3080
Affects: 5.3.14, 6.0.0-M2If you use spring expression to access a public interface method, it instead accesses the meth...
Spring Deprecate AsyncTaskExecutor.execute(Runnable task, long startTimeout)
2025-01-08 05:17:13
1420
Affects: 5.3.15The ThreadPoolTaskExecutor implements the AsyncTaskExecutor interface, so it has the method void execute(...
Spring Inconsistent overriding (and enforcement of non-overriding) between bean definition names and aliases
2025-01-08 05:17:10
2676
When I try to register two beans (one of aliases of the first bean corresponds to method name (= future id) of the secon...
Spring RabbitMQ clustering - multiple TCP connection not working : springBootVersion = '1.5.11.RELEASE'
2025-01-08 05:17:07
5002
springBootVersion = '1.5.11.RELEASE'spring Version = '4.3.15.RELEASE'Dependencies used for reabbitmq brocker connection ...
Spring Polish reference docs (core)
2025-01-08 05:17:05
124
Hi, team!Just minor reference docs polishing to make it best documentation ever ;)Comment From: snicollThanks again @An1...
Spring Spring Websockets Broker relay supporting a cluster of STOMP endpoint addresses [SPR-12452]
2025-01-08 05:17:02
10300
Biju Kunjummen opened SPR-12452 and commentedSpring Websocket supports client STOMP subscriptions through a Message brok...
Spring CronExpression doesn't handle Quartz weekday of month expressions correctly
2025-01-08 05:17:00
1870
I believe a found a bug in how CronExpression handles Quartz weekday of month expressions.The cron expression 0 0 0 1W *...
Spring RestTemplate reading Json prohibits JDK HttpClient connection reuse (keep-alive)
2025-01-08 05:16:57
3093
Affects: 5.3.14There is an issue regarding https connection reuse (keep-alive) when using jackson unmarshaller, chunked ...
Spring ServletServerHttpRequest getHeaders() throws IllegalArgumentException instead of ignoring invalid content type */*
2025-01-08 05:16:54
567
Spring Boot version 2.6.2repo linkCurl command:curl localhost:8080/headers -H "Content-type:\*/\*"Inside /head...
Spring Range Requests do not take in to account the If-Range header set in the http request
2025-01-08 05:16:52
1426
https://github.com/spring-projects/spring-framework/blob/main/spring-webmvc/src/main/java/org/springframework/web/servle...
上一页
下一页
1
…
1456
1457
1458
1459
1460
…
2246
.