Spring StaticListableBeanFactory.isSingleton() returns false for singleton beans

OverviewStaticListableBeanFactory.isSingleton() returns false for all singleton beans other than singletons created by a...

Spring HttpLogging uses misleading logger name

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

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

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]

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

Affects: spring-web-5.2.3.RELEASEEnhancement request.Context:Posting Multipart Form requests using WebClient.Problem:Una...

Spring Support macros in crontab expressions

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

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]

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]

Bernhard Seebass opened SPR-8981 and commentedA cron expression combining fixed date and fixed weekday may or may not fa...

Spring Introduce CronExpression

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

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

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

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

Spring_boot_version = '2.3.1.RELEASE'what works Update Redis using Jedis val jedis = Jedis("localhost"...

Spring AnnotationTypeMappings does not filter repeatable annotations

sinceif (!isMappable(source, metaAnnotation)) { continue; }is called before an...

Spring Upgrade to Kotlin 1.4 RC

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

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

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

Hi Team,Can you please let me know which version of iText, a JAVA PDF library JAR is used during compilation of spring-w...
上一页 下一页
.