Nineya
Home
Blog
软著申请
Spring Fix LocaleEditor description and formatting in reference manual
2025-01-08 04:27:11
389
The official documentation contains incorrect description of LocaleEditor class (page 244 of pdf):1) The language part i...
Spring Update FormatterRegistry interface in reference manual
2025-01-08 04:27:09
308
The official documentation contains incorrect description of interface org.springframework.format.FormatterRegistry.Plea...
Spring Remove leftover Javadoc from WebClient
2025-01-08 04:27:06
254
This redundant Javadoc is from commit 5f1e4ffc4f986469c9f665e681bb34e8a7dd09e8See https://github.com/spring-projects/spr...
Spring Remove unnecessary semicolon in BeanInfo example
2025-01-08 04:27:03
288
The official documentation contains misleading using of java syntax.There is redundant semicolon ";" at the end of overr...
Spring fix : fix invalid annotation on reference doc
2025-01-08 04:27:01
827
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-factorybeans-annotationsAt first exa...
Spring webflux cpu useage is slow grow
2025-01-08 04:26:59
810
Affects: \2.3.4link to https://github.com/spring-projects/spring-framework/issues/26741my app sometimes very slow, even ...
Spring WebFlux not compatible with New Relic Agent due to Memory Issues
2025-01-08 04:26:46
1210
A spring Boot 2.4.2, and Cloud 2020.0.2, microservice using WebFlux and New Relic, after a period of time: * Heap memory...
Spring Polish
2025-01-08 04:26:42
325
This PR fixes polishes trivial stuff.Comment From: sbrannenThis has been merged into master.ThanksComment From: sbrannen...
Spring Polish TestContextAnnotationsUtilsTests
2025-01-08 04:26:39
523
This PR improves code by removing unnecessary conditional statements.Comment From: sbrannenThanks for the PR.The use of ...
Spring Update Javadoc on CORS in spring-websocket
2025-01-08 04:26:34
1722
According to the documentation, the iframe fallback is useful for transports with no native cross-domain communication. ...
Spring HttpRange.toResourceRegion() does incorrect calculations, resulting in 416 error responses.
2025-01-08 04:26:31
4960
IssueHttpRange's public ResourceRegion toResourceRegion(Resource resource) method incorrectly validates Content-length w...
Spring Fix Javadoc in AcceptHeaderLocaleResolver
2025-01-08 04:26:27
417
Affects: spring-webmvc 5.1.6.RELEASEorg.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver.setDefaultLocale, li...
Spring Improve @EventListener documentation in reference manual
2025-01-08 04:26:24
497
1) According to a source code of ApplicationListenerMethodAdapter class we can see that return type of a method annotate...
Spring Root path resolution for java.nio.Path properties does not work on Linux anymore
2025-01-08 04:26:21
8006
Under Spring Boot 2.4.4 having a configuration class with a java.nio.Path field does not map correctly for a root filesy...
Spring ResourceHttpRequestHandler fails to resolve encoded paths when PathPattern is used
2025-01-08 04:26:18
1169
See https://github.com/spring-projects/spring-boot/issues/24805 and #26445 When working with the classic ant path matche...
Spring Make sure file storage directory exists before usage in DefaultPartHttpMessageReader
2025-01-08 04:26:13
4802
Affects: \5.3.4when i upload a file, it throw an exceptionjava.io.UncheckedIOException: Could not create temp file in /t...
Spring CronExpression.parse should recognize Scheduled.CRON_DISABLED
2025-01-08 04:26:05
1424
Affects: spring-context:5.3.4Hi...IMHO org.springframework.scheduling.support.CronExpression.parse( org.springframewor...
Spring Support 'Accept-Patch' header in MVC and WebFlux
2025-01-08 04:26:02
2724
An API providing a PATCH endpoint should ensure two things:1 - When the PATCH endpoint is sent a body with an unsupporte...
Spring Allow spring-expression to be more easily repackaged for embedding in third-party JARs
2025-01-08 04:26:00
543
Compiled expressions don't work when you use https://imperceptiblethoughts.com/shadow/configuration/relocation/. This wo...
Spring Update ref docs regarding RequiredAnnotationBeanPostProcessor registration
2025-01-08 04:25:57
486
No RequiredAnnotationBeanPostProcessor is automatically registered.According to source code of AnnotationConfigBeanDefin...
上一页
下一页
1
…
1510
1511
1512
1513
1514
…
2246
.