Spring Set request details in WebClient's ObservationContext earlier

Affects: 6.0.xI'm using WebClient (through an http interface client) to call the /actuator/health endpoint of other serv...

Spring Release R2DBC connection when cleanup fails in transaction

When using R2dbcTransactionManager, connection will not be released if it encounters error while doing afterCleanup.As a...

Spring Clarify semantics of primitivesDefaultedForNullValue in BeanPropertyRowMapper

The current documentation for the primitivesDefaultedForNullValue flag in BeanPropertyRowMapper makes it sound as if a B...

Spring Merge pull request #1 from spring-projects/main

pullComment From: pivotal-cla@xingfuwei Please sign the Contributor License Agreement!Click here to manually synchronize...

Spring Spring Cache does not support List key cache

I hava some ids to find users :List<User> users = ids.stream().map(id -> { return getUserById(id);}).collect...

Spring Use switch expressions in SpEL's CodeFlow

On the way to Spring 6 and java 17 - refactoring the class CodeFlow. Instead of if-else, I added more readable switch ex...

Spring Document how to mark an observation as an error if the exception was handled

Affects: 6.0.3 (6.0.x)With the current version (6.0.3) (and Boot 3.1), if I throw out an error from an MVC controller me...

Spring Kotlin extension function on Generics type + @Validated proxy class causes an ArrayIndexOutOfBoundsException

Thanks in advance for reading this issue. After thorough search in StackOverflow.com, I found nothing about this in ther...

Spring Add ResponseEntity.ofNullable() to deal with non-Optional nullable objects

Affects: All versionsContextI like that <T> ResponseEntity<T> ResponseEntity.of(Optional<T> body) give...

Spring Document instrumentation for RestTemplate and/or WebClient

Affects: 6.0.xThe following callout was written in the Spring Sleuth documentation for HTTP clients:You have to register...

Spring Refine TransactionalOperator.executeAndAwait nullability

As pointed out in https://github.com/spring-projects/spring-framework/pull/27308/commits/09c64ae309d0421dc0680651140abfa...

Spring Loosing Kotlin coroutine context when using @Transactional annotation

I have a simple test class as following@OptIn(ExperimentalCoroutinesApi::class)@DataR2dbcTest@Import(TransactionLogTest....

Spring CronExpression::parse has invalid Javadoc

Affects: 5.3.24Docs for spring-context org.springframework.scheduling.support.CronExpression#parse says:In the "day of w...

Spring SchedulerFactoryBean no longer sets the job store's DataSource when the job store class has been customized

This is a regression in 5.3.13 caused by https://github.com/spring-projects/spring-framework/pull/27560. It was original...

Spring Update and rename LICENSE.txt to LICENSE

Remove boilerplate from license. Rename to LICENSE, which is the current default name for a LICENSE in a GitHub reposito...

Spring Outdated Javadoc for AbstractApplicationContext.postProcessBeanFactory

The Javadoc for the AbstractApplicationContext.postProcessBeanFactory(:ConfigurableListableBeanFactory) method specifica...

Spring SQL supplier in R2DBC DatabaseClient is eagerly invoked

Affects spring-r2dbc 5.3.23The R2DBC DatabaseClient offers two methods to provide the SQL query:1. GenericExecuteSpec sq...

Spring Introduce Cache support for DynamoDB

Hello and thanks for the great work.In addition to serving as a transactional database, DynamoDB is heavily used in serv...

Spring Document compatibility with Servlet and Jakarta EE versions

The intro of reference manual section 1. Spring Web MVC states that:For baseline information and compatibility with Serv...

Spring Introduce public accessors for MockHttpServletRequestBuilder properties

I want to create a test that checks if some endpoints are properly disabled in a specific app's configuration. As an inp...
上一页 下一页
.