Nineya
Home
Blog
Spring Set request details in WebClient's ObservationContext earlier
2025-01-08 06:34:57
2734
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
2025-01-08 06:34:53
3237
When using R2dbcTransactionManager, connection will not be released if it encounters error while doing afterCleanup.As a...
Spring Clarify semantics of primitivesDefaultedForNullValue in BeanPropertyRowMapper
2025-01-08 06:34:50
1190
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
2025-01-08 06:34:48
196
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
2025-01-08 06:34:46
1507
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
2025-01-08 06:34:42
1685
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
2025-01-08 06:34:40
3254
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
2025-01-08 06:34:37
3215
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
2025-01-08 06:34:34
1432
Affects: All versionsContextI like that <T> ResponseEntity<T> ResponseEntity.of(Optional<T> body) give...
Spring Document instrumentation for RestTemplate and/or WebClient
2025-01-08 06:34:32
635
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
2025-01-08 06:34:29
439
As pointed out in https://github.com/spring-projects/spring-framework/pull/27308/commits/09c64ae309d0421dc0680651140abfa...
Spring Loosing Kotlin coroutine context when using @Transactional annotation
2025-01-08 06:34:27
2762
I have a simple test class as following@OptIn(ExperimentalCoroutinesApi::class)@DataR2dbcTest@Import(TransactionLogTest....
Spring CronExpression::parse has invalid Javadoc
2025-01-08 06:34:25
1161
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
2025-01-08 06:34:22
5696
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
2025-01-08 06:34:19
976
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
2025-01-08 06:34:15
1094
The Javadoc for the AbstractApplicationContext.postProcessBeanFactory(:ConfigurableListableBeanFactory) method specifica...
Spring SQL supplier in R2DBC DatabaseClient is eagerly invoked
2025-01-08 06:34:12
1838
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
2025-01-08 06:34:09
748
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
2025-01-08 06:34:06
303
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
2025-01-08 06:34:04
6103
I want to create a test that checks if some endpoints are properly disabled in a specific app's configuration. As an inp...
上一页
下一页
1
…
1374
1375
1376
1377
1378
…
2246
.