spring-framework
                                
                                 spring-framework copied to clipboard
                                
                                    spring-framework copied to clipboard
                            
                            
                            
                        Spring Framework
Original issue on Spring Native side: https://github.com/spring-projects-experimental/spring-native/issues/1699 Hey, Spring AOT mode currently fails if you're using an auto-configuration from an external JAR which has been signed with `jarsigner` tool. I've...
Expected behavior --------------------------------------------------------------------- Using reactive transaction management, when a commit step fails in the `TransactionalOperator`, then the commit failure exception should be propagated. This can be for example a `ConcurrencyFailureException`....
**[Loïc Dreux](https://jira.spring.io/secure/ViewProfile.jspa?name=ldreux)** opened **[SPR-14419](https://jira.spring.io/browse/SPR-14419?redirect=false)** and commented ResourceBundleMessageSource could store and load Properties with a custom implementation of the PropertiesPersister like [YamlPropertiesPersister.java](https://github.com/calavera/ey_yaml_persister/blob/master/src/main/java/com/engineyard/appcloud/yaml/YamlPropertiesPersister.java) but the extensions ".properties" and ".xml" are hard coded...
Hi, today we spent quite a bit of time debugging a hang in the `WebClient` in combination with using Apache's `HttpComponentsClientHttpConnector` that essentially boils down to the following: (I've put...
The `PartEvent` API, see #28006, needs reference documentation.
A `BeanDefinition` can have a constructor argument or property value of type `Class`. If the class reference is not public, this leads to issues as the following: ``` Unable to...
#### Motivation: * Fixes #27307 #### Modifications: * Propagate caller's `CoroutineContext` when converting coroutines into `Mono`. - In `CoroutinesUtils#invokeSuspendingFunction` - In `TransactionalOperatorExtensions` + `Flow.transactional(...)` + `TransactionalOperator.executeAndAwait(...)` * Change `TransactionalOperator.executeAndAwait(...)`'s type...
How does rsocket get the RSocketRequester according to the key in the context? I'm using rsocket. I want to get the requester in context. How to do this? Please provide...
RequestMappingHandlerAdapter call `webRequest.requestCompleted();` even though the async request has not completed? Is that intentional? or is it a bug? https://github.com/spring-projects/spring-framework/blob/main/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter.java#L903
I've failed to mock this completely, but IRL a subsequent call to, say, `persist` uses an already opened EM instead of throwing. EM _is_ closed on exit from `executeWithoutResult`. Initially...