Spring Improve diagnostics for negative repeated text count in SpEL

Due to the changes in #31341, if the repeat count in a SpEL expression (using the repeat operator *) is negative, we thr...

Spring Improve diagnostics when repeated text size calculation results in overflow in SpEL

If the resulting size of repeated text in a SpEL expression (using the repeat operator *) would exceed MAX_REPEATED_TEXT...

Spring Generic class and @JsonUnwrapped causes failure to deserialize JSON in some cases

I have a generic class which wraps another generic class which itself wraps a couple of other classes. I want the JSON f...

Spring Referencing a @Bean method in a @Configuration class' @PostConstruct method leads to circular reference

After upgrading to spring-boot 2.6.x, it is no longer possible to access a bean in the @PostConstruct method of the @Con...

Spring WebClient ignores port from baseUrl

Affects: 5.3.28 and maybe older versions as wellSteps to reproduce:Create WebClient instance with baseURL which contains...

Spring SpEL cannot evaluate or compile expression with null-safe void method invocation

org.springframework.expression.spel.CodeFlow.toBoxedDescriptor() throws "Unexpected non primitive descriptor V" while tr...

Spring Expand relative URI for RestTemplate if possible

RestTemplate template = new RestTemplate();template.setUriTemplateHandler(new DefaultUriBuilderFactory("http://loca...

Spring In the case of code redundancy, package scanning is performed in the spring container...

org.springframework.context.annotation.ClassPathScanningCandidateComponentProviderIn spring5.3.x, there is code redundan...

Spring Add support for Spring Boot rules for property lookup in SystemEnvironmentPropertySource

The class SystemEnvironmentPropertySource already supports lookup of properties from environment variables using the rul...

Spring Not able to Refer to different xml using Spring 5.2.x

With Spring 4.3.5, we have been using an application architecture where we initialize some of the beans at a go and then...

Spring spring @Transactional annotation lose efficacy

spring version ?4.3.13RELEASEquestion ?A service is not TransactionInterceptor intercepted,cause transactional to fail,...

Spring Java 11 "No visible constructors in class" CGLib wrongly used? Works in Java 8

Affects: Spring 5.1.7.RELEASEJava version affected: 11I have a class that implements an interface, I have an aspect that...

Spring AspectJ: @PostConstruct method cannot invoke @Cacheable method in another bean

Affects: 5.3.10I'm using AspectJ @EnableCaching(mode = AdviceMode.ASPECTJ).Invoking an @Cacheable method from a bean's @...

Spring Make methods from the PlatformTransactionManager and ReactiveTransactionManager non final in AbstractPlatformTransactionManager and AbstractReactiveTransactionManager

In the observability space we're instrumenting PlatformTransactionManager and ReactiveTransactionManager interfaces. The...

Spring annotated with both @Component and @conditionalonmissingBean,condition matching error

problemFor classes annotated with both @Component and @conditionalonmissingBeanThe corresponding Beandifinition will be ...

Spring Failed resource lookups when not starting application via maven spring-boot plugin

Disclaimer: I am aware that fully supporting the module system is a non-goal of Spring Boot and the Spring framework (or...

Spring beans.support type mismatch on PropertyComparator<T>() class [SPR-16920]

Ron White opened SPR-16920 and commentedHi!Build/Compiling Spring Boot (2.0.2 Release) with Gradle 4.8, Goovy 2.4.12, An...

Spring Unable to inject string /map in xml bean [SPR-16835]

CRISTIAN LORENZETTO opened SPR-16835 and commentedI cant inject a string in a bean using xml. Actually i m using constru...

Spring AbstractNestablePropertyAccessor#getWrappedInstance() throw java.lang.IllegalStateException: No wrapped object [SPR-16684]

hengyunabc opened SPR-16684 and commentedwrappedObject is @Nullable :@NullableObject wrappedObject;But getWrappedInstanc...

Spring Support for beans of a generic type in BeanFactoryAnnotationUtils

BeanFactoryAnnotationUtils currently only provides methods to extract beans by raw type. Overloaded methods that work wi...
上一页 下一页
.