Spring Spring 4.3 Framework: Deadlock on ConcurrentHashMap AbstractBeanFactory.doGetBean

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

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()

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

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

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

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

Spring Boot has a reflection hack so that it can register additional part converters (see https://github.com/spring-proj...

Spring Deprecate LiveBeansView

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]

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

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

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

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

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

I am using spring boot with following dependency on Jdk 11<parent> <groupId>org.springframework.boot</...

Spring Add KClass variant to Coroutines web API

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

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

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

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)

Marten Deinum opened SPR-16958 and commentedWhen using messaging there are MessageConverter implementations using Jackso...

Spring Optimize StringUtils trimLeading/Trailing methods

This PR includes some StringUtils methods optimization. The problem is that trimLeading/TrailingCharacter and trimLeadin...
上一页 下一页
.