Spring Improve documentation for uri(URI) method in WebTestClient regarding base URI

Affects: Spring Boot 2.6.3 and belowDuring one of my integration tests, to test one endpoint I encountered the following...

Spring Expose MvcResult in WebTestClient

It would be great to access the MvcResult in the WebTestClient validation flow.Currently, if you want to validate eg. th...

Spring CronExpression fails to calculate next execution on the day of daylight saving time

Affects: Spring Framework 5.3.15Looks like the fix for #26744 doesn't cover the following case.Problem: CronExpression f...

Spring Upgrade to AspectJ 1.9.8-RC3

OverviewAspectJ 1.9.8 RC1 was released today, so we'll start testing against that and upgrade to 1.9.8 GA once it's been...

Spring Support custom resolution of empty strings in ResourceWebHandler

The empty string can be resolved as index.html in a custom ResourceResolver. It is useful when deploying front-end servi...

Spring Remove unnecessary check in isBridgedCandidateFor()

In BridgeMethodResolver#isBridgedCandidateFor, candidateMethod is never not bridged, so it seems unnecessary to judge wh...

Spring Introduce a RefreshableAnnotationConfigApplicationContext

This is a new feature request in the core Spring Framework to consider adding a "refreshable" AnnotationConfigApplicatio...

Spring Enhance conditional bean creation when using method overloading

This pull request closes the issue mentioned here: https://github.com/spring-projects/spring-framework/issues/22609Short...

Spring Implement an AOT equivalent of AutowiredAnnotationBeanPostProcessor

InjectionMetadata provides some information we could use at build-time. For instance, if AutowiredAnnotationBeanPostPro...

Spring Modified SockJS close frame to prevent infinite loop for xhr-polling transport

This pull request is regarding the issue of infinite loop in SockJS library for xhr-polling transport.When Spring sends ...

Spring Issue-13568: Make PropertySourcesPlaceholderConfigurer call a convert…

…perty method when resolving propertiesSee https://github.com/spring-projects/spring-framework/issues/13568.The idea her...

Spring ResourceHttpRequestHandler with PathPatternParser cannot resolve resources with a jsessionid URL

A simple showcase of this error can be found here: https://github.com/bennypi/thymeleaf-and-springbootExpected behaviour...

Spring @DynamicPropertySource as a class-level annotation with possibility to pass a target implementation as attribute

I am using currently TestContainers singleton pattern in order to reuse my db across all JVM tests and I ended up using ...

Spring Large unnecessary memory allocation rate in Spring Boot 2.6.2 Web MVC

I noticed in Opsian Profiler, that somehow the org.springframework.web.util.ServletRequestPathUtils#getParsedRequestPath...

Spring Provide a bean instance descriptor API

Introspecting a type at build-time allows us to detect things that we typically do at runtime:Executable to use.Injectio...

Spring Make Kotlin functions accessible in CoroutinesUtils

After updating to spring-webflux 5.2 i noticed that @ExceptionHandler's in private Kotlin-Classes stopped working. After...

Spring PatternMappingFilterProxy#addUrlPattern not support * url pattern

Affects: 5.4.15Does not work in MockMvc when FilterRegistrationBean url pattern is *.See demoComment From: bclozelLookin...

Spring Upgrade to Dokka 1.6.10

In order to avoid GC overhead limit exceeded errors, see this related comment.Comment From: bclozelClosed with eca755e

Spring Synthesized annotation toString() doesn't match non-synthesized annotation on Java 9+

Synthesized annotations that contain arrays and/or strings do not generate the same toString() value as the non-synthesi...

Spring Scheduling a task that runs once a day results in March 28 being skipped

Affects: Spring Framework 5.3.1Problem: Scheduled task marked with the annotation @Scheduled(cron = ""0 0 9 * * *"", zon...
上一页 下一页
.