Nineya
Home
Blog
Spring Improve diagnostics for negative repeated text count in SpEL
2025-01-08 20:22:06
585
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
2025-01-08 20:22:03
635
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
2025-01-08 20:22:01
5133
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
2025-01-08 20:21:57
7941
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
2025-01-08 20:21:55
1002
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
2025-01-08 20:21:52
985
org.springframework.expression.spel.CodeFlow.toBoxedDescriptor() throws "Unexpected non primitive descriptor V" while tr...
Spring Expand relative URI for RestTemplate if possible
2025-01-08 20:21:49
1163
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...
2025-01-08 20:21:46
559
org.springframework.context.annotation.ClassPathScanningCandidateComponentProviderIn spring5.3.x, there is code redundan...
Spring Add support for Spring Boot rules for property lookup in SystemEnvironmentPropertySource
2025-01-08 20:21:43
1559
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
2025-01-08 20:21:40
14594
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
2025-01-08 20:21:37
775
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
2025-01-08 20:21:34
31410
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
2025-01-08 20:21:31
2198
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
2025-01-08 20:21:28
795
In the observability space we're instrumenting PlatformTransactionManager and ReactiveTransactionManager interfaces. The...
Spring annotated with both @Component and @conditionalonmissingBean,condition matching error
2025-01-08 20:21:25
2527
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
2025-01-08 20:21:22
3997
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]
2025-01-08 20:21:19
1588
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]
2025-01-08 20:21:16
1410
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]
2025-01-08 20:21:13
2007
hengyunabc opened SPR-16684 and commentedwrappedObject is @Nullable :@NullableObject wrappedObject;But getWrappedInstanc...
Spring Support for beans of a generic type in BeanFactoryAnnotationUtils
2025-01-08 20:21:10
1614
BeanFactoryAnnotationUtils currently only provides methods to extract beans by raw type. Overloaded methods that work wi...
上一页
下一页
1
…
1289
1290
1291
1292
1293
…
2246
.