Spring Consumer for WebTestClient.baseURI [SPR-15283]

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]

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

'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

In then current LRUCache implementation, the queue tracking recently used cached values is thread safe, at least each ca...

Spring PostProcessorRegistrationDelegate.sortPostProcessors optimization.

version: 5.2.4private static void sortPostProcessors(List<?> postProcessors, ConfigurableListableBeanFactory beanF...

Spring Honor overridden AcceptHeaderLocaleContextResolver.getDefaultLocale()

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

85.32%(255967.32 ms) org.springframework.util.MimeTypeUtils$ConcurrentLruCache.get85.32%(255967.32 ms) org.springframewo...

Spring Permit annotating packages with @RequestMapping

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]

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

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

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]

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

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

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

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

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

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]

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

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

Given the reports I already had from people trying to use suspending functions with Spring MVC, better to provide an exp...
上一页 下一页
.