Nineya
Home
Blog
Spring Sort AspectJ annotated advice methods using @Order
2025-01-08 22:30:40
621
This PR provides the ability to use @Order sorting for Advice Annotation.Example:@Aspectpublic class MyAspect { @Orde...
Spring AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory
2025-01-08 22:30:35
1708
Affects: 5.3.x, 6.0.x, 6.1.x, 6.2.xWhen setting ApplicationStartup on AnnotationConfigWebApplicationContext (or to be pr...
Spring init
2025-01-08 22:30:33
190
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
2025-01-08 22:30:28
812
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
2025-01-08 22:30:26
1438
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
2025-01-08 22:30:23
1135
Affects: Spring Framework 6.1The JettyClientHttpRequestFactory has a readTimeout (defaults to 10s) to limit the duration...
Spring Introduce ReflectiveIndexAccessor convenience class in SpEL
2025-01-08 22:30:18
1304
OverviewSomewhat analogous to the ReflectivePropertyAccessor implementation of PropertyAccessor, we should introduce a g...
Spring "multiple subscribers not supported" when using WebClient exchange
2025-01-08 22:30:14
2244
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
2025-01-08 22:30:12
1734
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
2025-01-08 22:30:09
4066
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
2025-01-08 22:30:06
670
Closes #26798Made void registerHandler(String urlPath, Object handler) throws BeansException, IllegalStateException pub...
Spring Allow for AbstractUrlHandlerMapping to add/remove handlers at runtime
2025-01-08 22:30:03
1260
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
2025-01-08 22:30:00
2364
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
2025-01-08 22:29:57
585
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)
2025-01-08 22:29:54
2344
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
2025-01-08 22:29:52
21285
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]
2025-01-08 22:29:49
28039
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
2025-01-08 22:29:46
12359
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
2025-01-08 22:29:41
450
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
2025-01-08 22:29:39
545
CacheAspectSupport has two throw clause with IllegalStateException that represents a user-facing configuration problem. ...
上一页
下一页
1
…
1192
1193
1194
1195
1196
…
2246
.