Nineya
Home
Blog
Spring Improve documentation for uri(URI) method in WebTestClient regarding base URI
2025-01-08 05:19:40
5024
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
2025-01-08 05:19:37
2814
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
2025-01-08 05:19:35
937
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
2025-01-08 05:19:32
1923
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
2025-01-08 05:19:29
1548
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()
2025-01-08 05:19:27
609
In BridgeMethodResolver#isBridgedCandidateFor, candidateMethod is never not bridged, so it seems unnecessary to judge wh...
Spring Introduce a RefreshableAnnotationConfigApplicationContext
2025-01-08 05:19:24
9976
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
2025-01-08 05:19:21
5516
This pull request closes the issue mentioned here: https://github.com/spring-projects/spring-framework/issues/22609Short...
Spring Implement an AOT equivalent of AutowiredAnnotationBeanPostProcessor
2025-01-08 05:19:18
1155
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
2025-01-08 05:19:16
1722
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…
2025-01-08 05:19:14
961
…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
2025-01-08 05:19:11
2909
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
2025-01-08 05:19:08
4661
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
2025-01-08 05:19:06
1598
I noticed in Opsian Profiler, that somehow the org.springframework.web.util.ServletRequestPathUtils#getParsedRequestPath...
Spring Provide a bean instance descriptor API
2025-01-08 05:19:02
789
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
2025-01-08 05:18:59
2586
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
2025-01-08 05:18:56
1648
Affects: 5.4.15Does not work in MockMvc when FilterRegistrationBean url pattern is *.See demoComment From: bclozelLookin...
Spring Upgrade to Dokka 1.6.10
2025-01-08 05:18:54
118
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+
2025-01-08 05:18:51
2778
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
2025-01-08 05:18:48
1317
Affects: Spring Framework 5.3.1Problem: Scheduled task marked with the annotation @Scheduled(cron = ""0 0 9 * * *"", zon...
上一页
下一页
1
…
1454
1455
1456
1457
1458
…
2246
.