Spring Align HibernateJpaVendorAdapter with Hibernate ORM 6.2

Affects: spring-orm 6.0.7 and earlierIn application running spring 6.0.7 and hibernate 6.2.0.final, when spring is crea...

Spring Dependency warning issues

The Spring app I am building is raising vulnerability flags on the following spring-boot-starter sub-dependencies:org.sp...

Spring Aspect executed twice - @AfterThrowing

Affects: 6.1.7-6.1.13This might be a special case of #32970, except it's not fixed yet. We have both aspectj-maven-plugi...

Spring Updates to resource handling for functional endpoints

The built-in handling of resources in Spring MVC and WebFlux gets updated occasionally, but the functional programming m...

Spring Fix the issue in MappingJackson2MessageConverter where deserializatio…

Fix the issue in MappingJackson2MessageConverter where deserialization returns null values for POJOs that do not have @J...

Spring Ensure Locale context is available for WebFlux method validation

Hi,I’ve stumbled over some strange behavior regarding internationalization of validation error messages in a spring-boot...

Spring Deregister empty Cache from CacheManager

I use CaffeineCacheManager and create temporary caches dynamically for each request. When a request completes, the cache...

Spring Verify static resource location ends on slash

A location that does not end on "/" does not actually work as intended, which is probably why it hasn't been reported as...

Spring Mark ListenableFuture as deprecated for removal

Since we intend to drop ListenableFuture support completely in favor of CompletableFuture, let's mark it as deprecated f...

Spring Introduce setDefaultCharacterEncoding() in MockHttpServletResponse

Since: Spring 5.2 and the deprecation of APPLICATION_JSON_UTF8 Mediatype.Although the content type 'application/json' ca...

Spring Add support for batch operations (R2DBC)

Add support for batch operations to the DefaultDatabaseClient:databaseClient.sql("INSERT INTO legoset (id, name, ma...

Spring Bean Overrides cannot reliably override beans created by a FactoryBean with generics

OverviewThis issue is effectively a duplicate of the https://github.com/spring-projects/spring-boot/issues/40234 bug rep...

Spring Bean Overrides for certain FactoryBean use cases no longer work

OverviewHere's a demo unit test reproducing the issue: https://github.com/romainmoreau/spy-demo/blob/master/src/test/jav...

Spring Spring Framework 6.2.0-RC2 no longer creates a spy for @MockitoSpyBean

Upgrading from Spring Boot 3.4.0-M3 (Spring Framework 6.2.0-RC1) to Spring Boot 3.4.0-RC1 (Spring Framework 6.2.0-RC3) b...

Spring Provide first-class virtual thread option on ThreadPoolTaskExecutor/ThreadPoolTaskScheduler

As mentioned in #https://github.com/spring-projects/spring-framework/issues/33780#issuecomment-2442241269, there are sce...

Spring @Async documentation should not suggest deprecated classes

@Async javadoc suggests that you can refine the return type of the Future you are returning to ListenableFuture, and pro...

Spring Direct Buffer not freed and Netty Resource Leaks

First of all: I'm not sure if this is 100% the right place for this Issue as Netty, Reactor-Netty and Spring-Data mongod...

Spring Deprecate exchangeTimeout and refactor readTimeout in ReactorClientHttpRequestFactory

The exchangeTimeout and readTimeout are used where it's necessary to call Mono.block() to avoid indefinite blocking, but...

Spring Reactor Netty response should not buffer the full response

ReactorClientHttpResponse aggregates the response content to create the InputStream, which is not ideal. Ideally at this...

Spring Refactor MimeType BitSet initialization for improved readability and maintainability

Refactored BitSet initialization to remove repetitive set calls by introducing a char array (SEPARATORS).Enhanced readab...
上一页 下一页
.