Nineya
Home
Blog
Spring Spring 4.3 Framework: Deadlock on ConcurrentHashMap AbstractBeanFactory.doGetBean
2025-01-08 03:49:20
3856
Scenario - Looks like this is timing issue. We have application lock (Lock#1) before calling getBean(), then there comes...
Spring Bean not mapping entity array since 5.2.7
2025-01-08 03:49:17
4976
Affects: Spring Framework 5.2.7My app was working correctly with Spring Boot 2.3.0 which uses Spring Framework 5.2.6On u...
Spring Remove inefficiency in HttpStatus.series()
2025-01-08 03:49:14
3613
Currently the Series value for a HttpStatus is always evaluated which in turn costs an allocation of a Series array by u...
Spring WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils
2025-01-08 03:49:12
5720
When I move from JDK 8 to JDK 11, I get an illegal access warning, here is the trace:WARNING: Illegal reflective access ...
Spring Easing the application of CORS default settings through the WebMvcConfigurer#corsConfigurer method
2025-01-08 03:49:09
5489
Affects: 5.2.xHello, the intent of this issue is to explore ways to ease the configuration of CORS through WebMvcConfigu...
Spring Update WebFlux documentation with regards to logging appenders
2025-01-08 03:49:06
1378
Let's say we have a WebFlux Annotated Controller like the following:@PostMapping(value = "api/create/user", co...
Spring Provide public getter or part converter registration in FormHttpMessageConverter for partConverters
2025-01-08 03:49:04
408
Spring Boot has a reflection hack so that it can register additional part converters (see https://github.com/spring-proj...
Spring Deprecate LiveBeansView
2025-01-08 03:49:01
543
After various discussions with Spring team and in #21327, we have decided to deprecate LiveBeansView in order to allow i...
Spring LiveBeansView is not really fit for purpose any more [SPR-16787]
2025-01-08 03:48:59
3075
Dave Syer opened SPR-16787 and commentedI wanted to try and visualize the object graph. Various options exist, but the o...
Spring BeanDefinitionDsl: get environment property in a nice way
2025-01-08 03:48:55
822
With this PR I'd like to open a discussion about a way to easily access Environment properties in BeanDefinitionDsl.Comm...
Spring Revisit "fast enough" performance tests
2025-01-08 03:48:53
2049
OverviewThe Spring Framework test suite contains numerous tests that are assigned to the PERFORMANCE CI build, and many ...
Spring Add MariaDB to the supported database products for procedures and functions
2025-01-08 03:48:50
1170
After switching the database driver from mysql-connector-java to mariadb-java-client in one of our applications, stored ...
Spring Sending an event as part of the EMF lock triggers a deadlock
2025-01-08 03:48:45
8102
In Spring Boot we have some custom DataSource initialisation that needs to know about the state of the EMF. When JPA is ...
Spring ClientHttpRequestInterceptor does not work for Resttemplate when http 422
2025-01-08 03:48:43
4794
I am using spring boot with following dependency on Jdk 11<parent> <groupId>org.springframework.boot</...
Spring Add KClass variant to Coroutines web API
2025-01-08 03:48:36
3689
Extend API - add ability to work with Kotlin Coroutines and generic deserialization.Comment From: pivotal-issuemaster@im...
Spring Thread-scoped bean creation freezes if dependent bean is retrieved before dependency bean
2025-01-08 03:48:33
10620
Affects: 5.2.9It seems that if a dependent thread-scoped bean is retrieved from the ApplicationContext before the thread...
Spring webflux giving 502 gateway using wrk benchmark tests
2025-01-08 03:48:31
21187
I have setup a simple spring boot webflux app with version 2.3.3 with following controller @RestControllerpublic class C...
Spring Avoid repeated Charset resolution in MimeType
2025-01-08 03:48:28
235
Along the lines of the toString() caching in #22340, we can also cache the resolved Charset instance in MimeType, in par...
Spring Provide Gson/JSON-B MessageConverter for spring-messaging (aligned with spring-web)
2025-01-08 03:48:26
3671
Marten Deinum opened SPR-16958 and commentedWhen using messaging there are MessageConverter implementations using Jackso...
Spring Optimize StringUtils trimLeading/Trailing methods
2025-01-08 03:48:23
1121
This PR includes some StringUtils methods optimization. The problem is that trimLeading/TrailingCharacter and trimLeadin...
上一页
下一页
1
…
1546
1547
1548
1549
1550
…
2246
.