Spring Add "application/java-archive" MediaType

I have found myself using this type in a few projects, so I figured I would throw a PR up for it.Comment From: snicollTh...

Spring If a bean has @RefreshScope annotation and implements SmartLifecycle, SmartLifecycle failure

Affects: \<5.2.6.RELEASE>If a Bean has the @RereshScope annotation and implements the SmartLife interface, the Sma...

Spring UrlPathHelper#removeJsessionid doesn't remove the jsessionid from the URL

Affects: v5.2.10The fix for issue 25864 re-introduced the UrlPathHelper#removeJsessionid method which should fix broken ...

Spring Template URI Variables with newline %0A or %0D are not matched

Affects: 5.1.8.RELEASEThe AntPathMatcher does not match strings containing newlines \n or \r when encoded as %0A or %0D ...

Spring Can't access setAllowedOriginPatterns method

Affects: 5.3.0I use the following code to configure CORS...import java.util.List;import org.springframework.context.anno...

Spring Spring Websocket's IllegalStateException: Already immutable

I am implementing Websocket in spring-boot application.Here is what my configuration file looks like: @Configuration@Ena...

Spring Add support for X-Forwarded-For and Forwarded for

Closes #23260Comment From: pivotal-issuemaster@molassar Please sign the Contributor License Agreement!Click here to manu...

Spring Add cron expression documentation

We should add a section on the supported cron expressions, considering we have quite extensive support as of Spring 5.3.

Spring Avoid full singleton lock for getSingleton(beanName, singletonFactory)

Quick check for existing instance without full singleton lock.Comment From: jhoellerThat variant of getSingleton is not ...

Spring UrlPathHelper#removeJsessionid doesn't remove the jsessionid from the URL

Affects: v5.2.10The fix for issue 25864 re-introduced the UrlPathHelper#removeJsessionid method which should fix broken ...

Spring NamedParameterJdbcTemplate.batchUpdate does not individually apply the SQL type from each SqlParameterSource argument

The class NamedParameterJdbcTemplate has following method:@Nonnull@Overridepublic int[] batchUpdate(@Nonnull String sql,...

Spring Polish Javadoc for InjectionMetadata.forElements()

This PR polishes InjectionMetadata.forElements() by removing an unnecessary branch and updating outdated Javadoc.Comment...

Spring Spring Boot REST App. You can't link bean with service in MVC controller.

Good afternoon! I'm new to Java please be patient. I want to get a list of entities via REST, but I can't link bean with...

Spring Message converters list allows null elements

Because of concurrent threads processing to add custom converter at the same time into the existing message converters l...

Spring WebClient & HTTP2, response with Content-Encoding=gzip results in decoding failure

Set UpClient using Spring WebClientReactor HttpClient protocols includes H2 (Reactor upgraded to 20.0.0)Server supports ...

Spring Lazy dependency proxy does not populate bean dependencies

Start off with the latest spring-petclinic project based on Boot 2.3.xLaunch the app and see the JSON response for /actu...

Spring webflux truncates payload [SPR-16846]

Nikolay Gorylenko opened SPR-16846 and commentedsample of truncated payload (webflux 5.0.5, payload extracted from Serve...

Spring PathPatternRouteMatcher - Possible Minor Memory Leak

Affects: v5.3.0The PathPatternRouteMatcher appears to utilize the below cache to optimize the parsing of Routes: https:/...

Spring AbstractMessageConverterMethodProcessor ignores altered response type via ResponseBodyAdvice when selecting supported HttpMessageConverters

Hi Spring team. Via WebMvcConfigurer#configureMessageConverters I included StringHttpMessageConverter (for reference: to...

Spring Introduce and() methods in MethodFilter and FieldFilter for composite filters

Introducing and() default methods in the MethodFilter and FieldFilter functional interfaces in ReflectionUtils will simp...
上一页 下一页
.