Spring Doc: @Autowired with @Qualifier never matches a bean with autowire-candidate="false" [SPR-5379]

Dave Syer opened SPR-5379 and commented@Autowired with @Qualifier should be able to inject a bean with autowire-candidat...

Spring update branch

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

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]

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

@ControllerAdvicepublic class GlobalExceptionHandler { @ExceptionHandler(OptimisticLockingFailureException.class) ...

Spring Consider "wss" and "https" for secure flag in Forwarded header checks

Spring's ForwardedHeaderFilter handles the header value X-Forwarded-Proto: wss incorrectly. The class has hardcoded chec...

Spring Upgrade to Kotlin 1.5.21

Comment From: sdeleuzeReopened due to 66848cfd59ae64d7e93ae35de8c5d946d74ddfac.Comment From: sdeleuzeWaiting Kotlin 1.5....

Spring Clarify that baseName in ResourceBundleMessageSource does not support multiple locations

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

Add delegation to the bean for the RequestMappingHandlerAdapter.getLastModifiedInternal(..) method if the bean implement...

Spring ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop

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

I originally logged this against Spring Boot (https://github.com/spring-projects/spring-boot/issues/24686), but it seems...

Spring Added description for HandlerInterceptor

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

Observed behaviourThreadPoolTaskScheduler is used for methods annotated with @Scheduled. In the example of a method whi...

Spring Configure CommonsMultipartResolver to support specific HTTP methods

Commons FileUpload and therefore Spring's CommonsMultipartResolver traditionally supports POST requests only. There are ...

Spring Configure StandardServletMultipartResolver to only support multipart/form-data

It seems that StandardServletMultipartResolver wraps multipart/mixed requests with StandardMultipartHttpServletRequest w...

Spring ServletRequestDataBinder assumes Standard servlet multipart handling

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

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

Affects: \5.3.8spring framework version 5.3.8jetty version10.0.5jetty dependency <dependency> &l...

Spring DataClassRowMapper should not override Kotlin init properties

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()

This PR adds Javadoc @since tag to BeanDefinitionBuilder.setSynthetic().Comment From: snicollThanks for the review Johnn...
上一页 下一页
.