Spring Consider relative ordering for AspectJ aspects

I use micrometer in a Spring Boot application to measure the execution time of a method.Given the following (Kotlin) met...

Spring Review the use and responsabilities of BindingReflectiveHintsRegistrar

This class currently does a lot, providing the heavy lifting for registering hints for getters/setters, fields, construc...

Spring Support @PersistenceContext and @PersistenceUnit in test classes in AOT

OverviewWhile running tests such as JpaEntityListenerTests in the spring-test module in AOT mode, I noticed that we do n...

Spring Context cache is broken if two Bean Override fields declare annotations in different order

Given the following example test classes, one would expect that Test1 and Test2 would share the same ApplicationContext....

Spring Programmatic bean registration with configuration classes

Rob Winch opened SPR-13779 and commentedIt would be nice to be able to allow Java Configuration to register multiple typ...

Spring Refactor constants for sendTimeLimit and sendBufferSizeLimit to improve maintainability

Summary:This PR refactors the sendTimeLimit and sendBufferSizeLimit constants within the class to improve the overall co...

Spring Optimize wildcard pattern matching in initCounters()

Summary:This PR refactors the initCounters() method in PatternInfo to enhance code readability, improve performance, and...

Spring Add Example of computing content length for Spring WebClient multipart/form-data for upload file in chunks

Hi, I've noticed that multipart/form-data does not include a content length when the request is created with multipart/f...

Spring Improve ObjectUtils#nullSafeEquals method for readability and performance

Description:This pull request simplifies the nullSafeEquals method to improve readability and performance.Changes:Reorga...

Spring SPR-16956 - Propagate read-only status as FlushMode.MANUAL to Hibernate Session

https://jira.spring.io/browse/SPR-16956Comment From: pivotal-issuemaster@vladmihalcea Please sign the Contributor Licens...

Spring Intercept JMS messages

I'm working on a Spring Boot app which communicates with other apps, or with itself, using JMS. In addition to the funct...

Spring Improve random source in SockJS support

The SockJs protocol spec states the following:As browsers don't have a good entropy source, the server must help with th...

Spring JavaConfig bean resolution fails with generics + Kotlin declaration-site variance

Declaration-site variance used in the very common kotlin.Pair class seems to impact bean resolution and currently preven...

Spring Allow customizing of DefaultSubscriptionRegistry messageEvalContext [SPR-17485]

David Melia opened SPR-17485 and commentedHi,org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry conta...

Spring Support STOMP receipts with the simple broker [SPR-17315]

spencercw opened SPR-17315 and commentedI'm trying to set up a project using WebSockets with the 'subscribe and snapshot...

Spring Support @RequestParam, @RequestHeader, etc. as meta-annotations [SPR-17296]

Rob Winch opened SPR-17296 and commentedIt would be nice if @RequestHeader could be used for a meta-annotation. This wou...

Spring @Pattern error message "{0}" is not resolved. [SPR-17217]

yoshikawaa opened SPR-17217 and commentedApplicationSpring Boot Web MVC ApplicationSpring Boot 2.0.4.RELEASESample : htt...

Spring Support repeatable annotations for condition evaluation [SPR-17207]

Stéphane Nicoll opened SPR-17207 and commentedCondition evaluation currently doesn't support @Repeatable. The first thin...

Spring JDK HttpClient WebSocket integration with WebSocketClient [SPR-16471]

Rossen Stoyanchev opened SPR-16471 and commentedThe JDK HttpClient documentation shows there is also a WebSocket client ...

Spring Support for @ModelAttribute dependency on webflux [SPR-16198]

Dongmin Shin opened SPR-16198 and commented@ModelAttribute method arguments of @ModelAttribute annotated method are not ...
上一页 下一页
.