Nineya
Home
Blog
Spring Improve Random seed in SocketUtils
2025-01-08 03:32:01
2489
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
2025-01-08 03:31:58
587
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
2025-01-08 03:31:56
19283
Sorry for crossposting. I asked this question on StackOverflow but for some reason, no one seems to have seen it except ...
Spring Polish mutateContextPathWithoutUpdatingPathShouldFail()
2025-01-08 03:31:53
120
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
2025-01-08 03:31:51
436
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
2025-01-08 03:31:49
2063
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
2025-01-08 03:31:46
803
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
2025-01-08 03:31:43
186
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
2025-01-08 03:31:41
3247
Right now RSocketRequester.Builder uses the connect method as a terminal operation which builds a Mono<RSocketRequest...
Spring Zombie socket file descriptors issue
2025-01-08 03:31:39
3328
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]
2025-01-08 03:31:36
7536
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
2025-01-08 03:31:34
3135
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
2025-01-08 03:31:31
821
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
2025-01-08 03:31:29
107
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
2025-01-08 03:31:26
298
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 '*/'
2025-01-08 03:31:24
2219
Affects: 5.1.4Bug DescriptionI am using ResourceDatabasePopulator to populate a MySQL database using SQL scripts. These ...
Spring 404 rather than 405
2025-01-08 03:31:22
1086
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
2025-01-08 03:31:19
1866
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.
2025-01-08 03:31:16
5965
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
2025-01-08 03:31:14
389
In SimpleBufferingAsyncClientHttpRequest And SimpleStreamingAsyncClientHttpRequest class,Anonymous type can be replaced ...
上一页
下一页
1
…
1342
1343
1344
1345
1346
…
2025
.