Nineya
Home
Blog
Spring StaticListableBeanFactory.isSingleton() returns false for singleton beans
2025-01-08 03:37:44
252
OverviewStaticListableBeanFactory.isSingleton() returns false for all singleton beans other than singletons created by a...
Spring HttpLogging uses misleading logger name
2025-01-08 03:37:42
2044
HttpLogging hard codes the logger name to org.springframework.web, which is wrong.private static final Log fallbackLogge...
Spring Allow to access the underlying ConnectionFactory from DatabaseClient
2025-01-08 03:37:40
322
The current API does not allow one to get access to the ConnectionFactory a DatabaseClient uses. This would avoid some p...
Spring @Scheduled(cron = "0 0 0 ? * 5#3") is not supported
2025-01-08 03:37:38
4578
hello ,I found an issue.@Scheduled(cron = "0 0 0 ? * 5#3") is not supported.I wanted my task to run on the third Thursda...
Spring Support for the last day in month cron expression [SPR-15547]
2025-01-08 03:37:35
225
Florian opened SPR-15547 and commentedAdd the support of the code "L" for the field day of month in the cron expression....
Spring Specify custom Boundary in Multipart Form request using WebClient
2025-01-08 03:37:33
933
Affects: spring-web-5.2.3.RELEASEEnhancement request.Context:Posting Multipart Form requests using WebClient.Problem:Una...
Spring Support macros in crontab expressions
2025-01-08 03:37:31
403
Recent version of crontab support the following macros:@yearly or @annually: run once a year, "0 0 1 1 *".@monthly: run ...
Spring Upgrade to Jackson 2.11.2
2025-01-08 03:37:29
320
HttpHeaders can not be deserialized by jackson-databind:2.11.0https://github.com/FasterXML/jackson-databind/issues/2757C...
Spring CronSequenceGenerator - Friday 13th issue [SPR-17036]
2025-01-08 03:37:26
1216
Lauri Kimmel opened SPR-17036 and commentedUnit test below is failing with messageOverflow in day for expression "0 0 0 ...
Spring Cron expression with fixed weekday and fixed date may or may not lead to IllegalStateException (runaway search for next trigger) [SPR-8981]
2025-01-08 03:37:24
2952
Bernhard Seebass opened SPR-8981 and commentedA cron expression combining fixed date and fixed weekday may or may not fa...
Spring Introduce CronExpression
2025-01-08 03:37:21
139
This PR introduces CronExpression, a new abstraction for representing cron expressions, and a direct replacement for Cro...
Spring Feature request: provide support for JSR 310 types in CronTrigger
2025-01-08 03:37:19
821
I have noticed that CronTriggerstill uses java.util.Date to compute the next execution time.That component should be con...
Spring MockHttpServletResponse reset() does not reset charset field
2025-01-08 03:37:17
1969
Affects: 5.2.7.RELEASEWhen calling the reset() method of MockHttpServletResponse, the boolean charset is not reset to fa...
Spring RequestMapping produces not overriding at method level
2025-01-08 03:37:15
1971
We upgraded from Spring Boot 1.5.9.RELEASE to 2.1.8.RELEASE.Previously we had this annotation on the controller:@Control...
Spring Redis Reactive:Update Cache Fails
2025-01-08 03:37:12
2130
Spring_boot_version = '2.3.1.RELEASE'what works Update Redis using Jedis val jedis = Jedis("localhost"...
Spring AnnotationTypeMappings does not filter repeatable annotations
2025-01-08 03:37:09
1942
sinceif (!isMappable(source, metaAnnotation)) { continue; }is called before an...
Spring Upgrade to Kotlin 1.4 RC
2025-01-08 03:37:06
624
A placeholder ticket for upgrading to Kotlin 1.4 in our Spring Framework 5.3 timeframe.Comment From: sdeleuzeKotlin 1.4 ...
Spring Endless loops in RequestMappingHandlerMapping#registerHandlerMethod after the override
2025-01-08 03:37:04
2146
In order to realize some special business,I rewrote the RequestMappingHandlerMapping#registerHandlerMethod,like@Override...
Spring Use private static instead of static private for method declarations
2025-01-08 03:37:01
1115
as titleComment From: sbrannenThis has been merged into master.ThanksComment From: izeyeThe title seems to be the opposi...
Spring Please specify the version used for iText, a JAVA PDF library JAR in spring-webmvc-5.2.4.RELEASE.jaR of AbstractPdfStamperView.class
2025-01-08 03:36:59
382
Hi Team,Can you please let me know which version of iText, a JAVA PDF library JAR is used during compilation of spring-w...
上一页
下一页
1
…
1336
1337
1338
1339
1340
…
2025
.