Nineya
Home
Blog
软著申请
Spring Consumer for WebTestClient.baseURI [SPR-15283]
2025-01-08 03:14:41
1150
Stéphane Nicoll opened SPR-15283 and commentedI am integrating WebTestClient for integration tests scenario and being ab...
Spring Specify URL encoding on RestTemplate postForObject [SPR-11572]
2025-01-08 03:14:38
2570
Leonard Saers opened SPR-11572 and commentedThanks for a great work, and a grate framework.It would be nice if it also w...
Spring Improve Javadoc in @Configuration
2025-01-08 03:14:34
515
'inter-bean references', I feel this description is a bit vague.I feel that this description may be interpreted as a Bea...
Spring Memory leak in MimeTypeUtils LRUCache
2025-01-08 03:14:32
615
In then current LRUCache implementation, the queue tracking recently used cached values is thread safe, at least each ca...
Spring PostProcessorRegistrationDelegate.sortPostProcessors optimization.
2025-01-08 03:14:30
677
version: 5.2.4private static void sortPostProcessors(List<?> postProcessors, ConfigurableListableBeanFactory beanF...
Spring Honor overridden AcceptHeaderLocaleContextResolver.getDefaultLocale()
2025-01-08 03:14:24
204
Don't access the defaultLocale field directly, but use the getter method, so it can be overridden.The sibling class org....
Spring MimeTypeUtils performance degradation
2025-01-08 03:14:22
43206
85.32%(255967.32 ms) org.springframework.util.MimeTypeUtils$ConcurrentLruCache.get85.32%(255967.32 ms) org.springframewo...
Spring Permit annotating packages with @RequestMapping
2025-01-08 03:14:14
2580
Permit annotating packages via package-info.java with @RequestMapping to set the base path for controllers under a packa...
Spring Record the time it takes to run a method annotated with @PostConstruct [SPR-16287]
2025-01-08 03:14:11
1363
Tyler K Van Gorder opened SPR-16287 and commentedThis is a small, very useful enhancement to help triage startup times o...
Spring Ability to close connection on WebClient responses
2025-01-08 03:14:09
7482
Affects: 5.2.5.RELEASEThis feature request arises from this StackOverflow post. It could arguably fit either with spring...
Spring Provide programmatical means to get beans of type in order
2025-01-08 03:14:06
3429
Currently, the Spring Framework API (e.g. ListableBeanFactory) provides no programmatic means to acquire beans in order....
Spring Publish TestStarted and TestCompleted events in the TestContext framework [SPR-8710]
2025-01-08 03:14:03
6071
Stepan Koltsov opened SPR-8710 and commentedStatus QuoAFAIU currently test initialization and finalization code must be ...
Spring Spring Data MongoDb - Unable to use @EnableMongoAuditing with multiple DB connections
2025-01-08 03:14:01
385
Please see this issue in StackOverflow for all of the details.While thinking about it, I'm sure this is a defect or som...
Spring Transaction Interceptor invoked twice for each method call
2025-01-08 03:13:58
1397
Affects: \I add @Transactional on some methods, in the log I see that spring Transaction Interceptor invoked twice for e...
Spring Document default constructor as fallback for multiple non-@Autowired constructors
2025-01-08 03:13:55
468
As mentioned by @ElmehdiBenh in https://github.com/spring-projects/spring-framework/issues/23263#issuecomment-606966126,...
Spring Spel on mongodb @ Document not working since 2.2.0.RELEASE
2025-01-08 03:13:54
750
I have been working on a mongodb repository with Spring-framework using spring-data-mongodb.I recently updated the versi...
Spring Introduce owningClass attribute in @RequestAttribute
2025-01-08 03:13:51
7186
Regularly I find myself in a situation in which I'd like to use a class name in an annotation. Most recently I ran into ...
Spring Add "secure" attribute to RequestMapping annotation [SPR-16676]
2025-01-08 03:13:48
967
Joshua White opened SPR-16676 and commentedI have a use case where I only want to have a controller handle a request if ...
Spring Add Encoder and Decoder for ByteBuf
2025-01-08 03:13:46
1507
Now it's not possible to output ByteBuf to browser with data from RSocket, gRPC or other Netty based RPC frameworks with...
Spring Detect unsupported suspending handler methods in Spring MVC
2025-01-08 03:13:43
1042
Given the reports I already had from people trying to use suspending functions with Spring MVC, better to provide an exp...
上一页
下一页
1
…
1580
1581
1582
1583
1584
…
2246
.