Nineya
Home
Blog
Spring Doc: @Autowired with @Qualifier never matches a bean with autowire-candidate="false" [SPR-5379]
2025-01-08 04:43:06
1113
Dave Syer opened SPR-5379 and commented@Autowired with @Qualifier should be able to inject a bean with autowire-candidat...
Spring update branch
2025-01-08 04:43:03
301
sync master to branchComment From: pivotal-cla@pangwen Please sign the Contributor License Agreement!Click here to manua...
Spring Polish code by using matches() method in HttpMethod
2025-01-08 04:43:00
326
I think it's safer to compare with using the matches() method than to compare with using the literal. So I changed it li...
Spring Add annotations for HTML sanitization to Spring MVC [SPR-9823]
2025-01-08 04:42:58
1100
Adib Saikali opened SPR-9823 and commentedProtecting against XSS attacks when building restful web services in Spring MV...
Spring Reason of @ResponseStatus on handler method is not resolved by MessageSource
2025-01-08 04:42:55
766
@ControllerAdvicepublic class GlobalExceptionHandler { @ExceptionHandler(OptimisticLockingFailureException.class) ...
Spring Consider "wss" and "https" for secure flag in Forwarded header checks
2025-01-08 04:42:49
7146
Spring's ForwardedHeaderFilter handles the header value X-Forwarded-Proto: wss incorrectly. The class has hardcoded chec...
Spring Upgrade to Kotlin 1.5.21
2025-01-08 04:42:47
210
Comment From: sdeleuzeReopened due to 66848cfd59ae64d7e93ae35de8c5d946d74ddfac.Comment From: sdeleuzeWaiting Kotlin 1.5....
Spring Clarify that baseName in ResourceBundleMessageSource does not support multiple locations
2025-01-08 04:42:44
388
See https://github.com/spring-projects/spring-boot/issues/26712 for background. There are various places where multiple ...
Spring Delegate a call to bean for the RequestMappingHandlerAdapter.getLastModifiedInternal(..) method
2025-01-08 04:42:42
1742
Add delegation to the bean for the RequestMappingHandlerAdapter.getLastModifiedInternal(..) method if the bean implement...
Spring ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop
2025-01-08 04:42:39
1459
Affects: 5.3.8the code fragment below in method getHandlerMapping, line 168 Map<String, HttpRequestHandler> url...
Spring Application built against Spring Framework 5.3 breaks deployment to Wildfly 9
2025-01-08 04:42:36
5554
I originally logged this against Spring Boot (https://github.com/spring-projects/spring-boot/issues/24686), but it seems...
Spring Added description for HandlerInterceptor
2025-01-08 04:42:34
645
Added description for HandlerInterceptorI know that the posthandle is not intended to be executed when an error occurs i...
Spring Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler
2025-01-08 04:42:31
4052
Observed behaviourThreadPoolTaskScheduler is used for methods annotated with @Scheduled. In the example of a method whi...
Spring Configure CommonsMultipartResolver to support specific HTTP methods
2025-01-08 04:42:29
718
Commons FileUpload and therefore Spring's CommonsMultipartResolver traditionally supports POST requests only. There are ...
Spring Configure StandardServletMultipartResolver to only support multipart/form-data
2025-01-08 04:42:27
2084
It seems that StandardServletMultipartResolver wraps multipart/mixed requests with StandardMultipartHttpServletRequest w...
Spring ServletRequestDataBinder assumes Standard servlet multipart handling
2025-01-08 04:42:24
2507
Affects: Spring Framework (spring-web) 5.3.7In our project we have one controller which needs to handle very large file ...
Spring Fix explanation on default settings for content negotiation in reference doc
2025-01-08 04:42:21
408
The official documentation "Web on Servlet Stack" contains paragraph "1.11.6. Content Types" that contains incorrect des...
Spring NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10
2025-01-08 04:42:19
1584
Affects: \5.3.8spring framework version 5.3.8jetty version10.0.5jetty dependency <dependency> &l...
Spring DataClassRowMapper should not override Kotlin init properties
2025-01-08 04:42:16
1643
Since Kotlin data classes are already constructed with values we don't want to override all the properties later on agai...
Spring Add Javadoc @since to BeanDefinitionBuilder.setSynthetic()
2025-01-08 04:42:13
122
This PR adds Javadoc @since tag to BeanDefinitionBuilder.setSynthetic().Comment From: snicollThanks for the review Johnn...
上一页
下一页
1
…
1493
1494
1495
1496
1497
…
2246
.