Spring Allow resolving nested placeholders if value is not String but CharSequence

See https://github.com/spring-projects/spring-boot/issues/34195Comment From: snicollIronically enough, that broke the us...

Spring Can't create a CRaC checkpoint if a RestTemplate and RestClient is used during warmup, resulting in open socket exceptions

Using a RestTemplate or RestClient bean to make HTTP requests during warmup before creating a CRaC checkpoint using the ...

Spring Why is TransactionManager an empty interface

Why is TransactionManager an empty interface.Why hasn't the PlatformTransactionManager open transaction abstraction meth...

Spring Why is TransactionManager an empty interface

Why is TransactionManager an empty interface,Why hasn't the PlatformTransactionManager open transaction abstraction meth...

Spring Support alternate testContextHolder for TestContextManager

Kotest is a Kotlin based testing framework. We execute tests on coroutines, which may (or may not) execute on different ...

Spring The isOpen() method of WebSocketSession in springboot version 3.1.2 always returns true

I use TextWebSocketHandler to manage WebSocket sessions, but when the connection is obviously closed, the session.isOpen...

Spring Include query parameters in MockHttpServletRequest

WebRequest.getParameters() contains parameters from the request body.We need to insert the query string parameters ourse...

Spring Find a way to test a custom CacheInterceptor without using bean overriding

In our efforts to get rid of bean overriding in the core framework, I am trying to migrate tests that use bean overridin...

Spring Stop referring to Oracle STRUCT and ARRAY as they are deprecated

I see StructDescriptor and ArrayDescriptor have been deprecated.Replace for StructDescriptorUse factory method Connectio...

Spring BeanRegistrationExcludeFilter should be available on BeanFactory callbacks

At the moment BeanRegistrationExcludeFilter is only possible on a bean that also implements an AOT contribution. This is...

Spring Add missing Javadoc since in AbstractUrlHandlerMapping

This PR adds a Javadoc @since tag for the AbstractUrlHandlerMapping.unregisterHandler().See gh-32064Comment From: snicol...

Spring "multiple subscribers not supported" when using WebClient exchange

Backport of gh-32727Comment From: poutsmaAfter more investigation, it appears that a 5.3.x back port is not necessary, s...

Spring Update links in reference manual

I update some reference links.Please check again and tell me if I miss something.Comment From: sbrannen@snicoll, I meant...

Spring Introduce rollbackFor and noRollbackFor support in TransactionTemplate

TransactionTemplate is a nice tool for programmatic transaction. Should it supports RuleBasedTransactionAttribute cause ...

Spring Test

fghdcgfhfgnbcvbncvbComment From: pivotal-cla@Ramalaxmii Please sign the Contributor License Agreement!Click here to manu...

Spring Missing observation for @JmsListener response messages

When using @JmsListener that is configured with an ObservationRegistry can see that the ObservationRegistry is used for ...

Spring @Scheduled task instrumentation does not work for Kotlin suspend functions

Spring docs for Scheduled tasks instrumentation states:An Observation is created for each execution of an @Scheduled tas...

Spring Update to OpenPDF 2.0.2

Update to OpenPDF 2.0.2. Release notes: https://github.com/LibrePDF/OpenPDF/releases/tag/2.0.2Comment From: pivotal-cla@...

Spring framework-api:javadoc Gradle task outputs lots of warnings

Since the introduction of the framework-api, Javadoc generation results in lots of warnings like the following.> Task...

Spring fix timezone parsing

Comment From: snicoll@yibijianghu thanks for the PR but you haven't described what this code change is supposed to fix. ...
上一页 下一页
.