Spring Improve Random seed in SocketUtils

I had an issue where System.currentTimeMillis() was a bad seed when a few tests were running in parallel. I want to be a...

Spring Enhance HandlerMappingIntrospector to cache parsed patterns

24945 added support for parsed PathPatterns but in order to integrate with this Spring Security has to parse its pattern...

Spring WebClient losing intermittent responses

Sorry for crossposting. I asked this question on StackOverflow but for some reason, no one seems to have seen it except ...

Spring Polish mutateContextPathWithoutUpdatingPathShouldFail()

This PR updates the logic in mutateContextPathWithoutUpdatingPathShouldFail() to align with the name of the test method.

Spring Fix interface and class names in examples in core-aop doc

Comment From: pivotal-issuemaster@MaksimKoniukhov Please sign the Contributor License Agreement!Click here to manually s...

Spring RestTemplate reads JSON body as ISO-8859-1 instead of UTF-8 when +json suffix content-type

Affects: 5.2.0 and laterRestTemplate reads JSON body as ISO-8859-1 instead of UTF-8 when content type has +json suffix, ...

Spring Documentation - possibly wrong example

https://docs.spring.io/spring/docs/5.2.7.RELEASE/spring-framework-reference/core.html#aop-schema-paramsThere is code exa...

Spring add @Override on method in class AnnotationBeanConfigurerAspect

Hi Team,I add @Override on method in class AnnotationBeanConfigurerAspectComment From: izeyeThis seems to be resolved v...

Spring Avoid re-creating RSocketRequester instance per subscriber

Right now RSocketRequester.Builder uses the connect method as a terminal operation which builds a Mono<RSocketRequest...

Spring Zombie socket file descriptors issue

After uprading from spring boot 2.3.0 to 2.3.1, our application in staging environment quickly reached linux maximum ope...

Spring GenericConversionService#findConverterForClassPair(TypeDescriptor sourceType, TypeDescriptor targetType) does not check the complete type hierarchy [SPR-8441]

Nestor Urquiza opened SPR-8441 and commentedHi,I am trying to integrate jpasecurity project and I think we have found a ...

Spring spring.mvc.servlet.path config cause something strange

Environment:Spring 2.3.0.RELEASEJDK 1.8Steps to reproduce:Add spring.mvc.servlet.path=/test in application.properties.De...

Spring RouterFunction does not respect path matching set in WebFluxConfigurer

Spring Boot 2.1.4.ReleaseTrying to get the Webflux functional endpoints (RouterFunction) to ignore cases and trailing sl...

Spring Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution

This is a continuation of PR #24153.Comment From: sbrannenThis has been merged into 5.2.x and master.Thanks

Spring Check for valid IPv6 host in UriComponentsBuilder.fromUriString

OverviewPR #358 introduced a "scheme but no host" check in the fromHttpUrl method in UriComponentsBuilder, but a similar...

Spring ScriptUtils fails if the sequence '--' occurs within a multi-line comment and on the same line as '*/'

Affects: 5.1.4Bug DescriptionI am using ResourceDatabasePopulator to populate a MySQL database using SQL scripts. These ...

Spring 404 rather than 405

Hi Team,I am getting 405 instead of 404 if the URL is not available. I looked into the existing issue and found that the...

Spring Socket leak when using Webclient

Spring Boot Version: 2.3.1, when 2.3.0 has no problemWhen using a sample Webclient to retrive a remote restful API, this...

Spring JDK 11 build. Tests failed. Windows 10.

Hello! I want build SpringFramework with OpenJDK11.My configuration: openjdk version "11" 2018-09-25OpenJDK Runtime Envi...

Spring Replace anonymous inner classes with lambda expressions

In SimpleBufferingAsyncClientHttpRequest And SimpleStreamingAsyncClientHttpRequest class,Anonymous type can be replaced ...
上一页 下一页
.