Spring Sort AspectJ annotated advice methods using @Order

This PR provides the ability to use @Order sorting for Advice Annotation.Example:@Aspectpublic class MyAspect { @Orde...

Spring AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory

Affects: 5.3.x, 6.0.x, 6.1.x, 6.2.xWhen setting ApplicationStartup on AnnotationConfigWebApplicationContext (or to be pr...

Spring init

Comment From: pivotal-cla@ban-xiu Please sign the Contributor License Agreement!Click here to manually synchronize the s...

Spring IndexAccessor cannot support custom Collection target type

OverviewDue to the current implementation of SpEL's Indexer, an IndexAccessor cannot provide custom support for a Collec...

Spring Rest Http Interface configuration is verbose

Affects: Spring framwework 6.1.6In a sample project, I have put side by side the new RestClient and the Http interface (...

Spring JettyClientHttpRequestFactory should set request/response timeout

Affects: Spring Framework 6.1The JettyClientHttpRequestFactory has a readTimeout (defaults to 10s) to limit the duration...

Spring Introduce ReflectiveIndexAccessor convenience class in SpEL

OverviewSomewhat analogous to the ReflectivePropertyAccessor implementation of PropertyAccessor, we should introduce a g...

Spring "multiple subscribers not supported" when using WebClient exchange

With Jetty Reactive Client 4.0.2+, subscribing to a publisher multiple times results in test timeouts. To get rid of tho...

Spring BeanRegistrationCodeFragments#getTarget does not take private class into account

A BeanDefinition can have a constructor argument or property value of type Class. If the class reference is not public, ...

Spring Inconsistent behaviour on transactional async method

Affects: 6.1.0+Transactional method returning Future will sometimes be rollback, sometimes not, depending on time that ...

Spring Allow for AbstractUrlHandlerMapping to add/remove handlers at runtime

Closes #26798Made void registerHandler(String urlPath, Object handler) throws BeansException, IllegalStateException pub...

Spring Allow for AbstractUrlHandlerMapping to add/remove handlers at runtime

The requirements is to be able to add and remove mappings for urls at runtime.It is possible right now with the Abstract...

Spring Use URL and HTTP method in DefaultResponseErrorHandler

Good evening team,This is a followup of a previous PR from January 2021: https://github.com/spring-projects/spring-frame...

Spring Remove Hibernate substitutions and deprecated properties usage

As a follow-up of https://github.com/spring-projects/spring-framework/issues/32311, let's raise the baseline to Hibernat...

Spring Failing while building spring-webflux version 5.3.21 using ./gradlew build (spring-webflux:5.3.21)

Package artifact id: spring-frameworksource code url: https://github.com/spring-projects/spring-framework/tree/v5.3.21Is...

Spring When retrieval of a LoadTimeWeaverAware bean fails the resulting exception message may not indicate why it was being created

Affects: 6.1.4The problem can be reproduced using the sample project that's attached to this Spring Boot issue. When the...

Spring Support @Autowired-like self injection [SPR-8450]

Sam Brannen opened SPR-8450 and commentedBackgroundAutowiring a bean with an instance of itself is not something one wou...

Spring Clear AspectJExpressionPointcut cache when it is no longer used

Jon Seymour opened SPR-7678 and commentedI have been doing a heap dump analysis of a 64bit JVM that uses Java5, Spring a...

Spring Add BodyInserters.fromValue(T, ParameterizedTypeReference<T>) and related APIs

As initially raised in #32652, ServerResponse.BodyBuilder#bodyValue should allow to specify the generic type to use for ...

Spring CacheAspectSupport initialization failure should throw dedicated exceptions, rather than IllegalStateException

CacheAspectSupport has two throw clause with IllegalStateException that represents a user-facing configuration problem. ...
上一页 下一页
.