spring-framework
                                
                                 spring-framework copied to clipboard
                                
                                    spring-framework copied to clipboard
                            
                            
                            
                        Spring Framework
## Overview An _unresolved_ `ResolvableType` in `BeanDefinitionPropertyValueCodeGenerator` results in a stack trace similar to the following that occurred while processing an `ApplicationContext` created from `transactionalTests-context.xml` in `spring-test`. ``` Caused by:...
## Overview When `BeanDefinitionPropertyValueCodeGenerator.MapDelegate` generates code for a `Map`, that map may contain instances of `TypedStringValue` resulting in a stack trace similar to the following that occurred while processing an...
Improves SimpleJdbcCall when targeting the Oracle database: - Improve support of Oracle PL/SQL packages for Spring JDBC: Oracle database stored procedures or functions can be overloaded. Hence, the possibility to...
Add `TimeUnit` support in `StopWatch` util class. - Provide `StopWatch#getLastTime` and `StopWatch#getTotalTime` - Modify the print format for tasks / include default `TimeUnit` in nanoseconds See #25803
**[Robert Thaler](https://jira.spring.io/secure/ViewProfile.jspa?name=rthaler)** opened **[SPR-13322](https://jira.spring.io/browse/SPR-13322?redirect=false)** and commented #### Status Quo We often need to prepare data before a specific test and clean up this data after the test. Therefore we use...
As discussed in https://github.com/spring-projects/spring-framework/issues/28928#issuecomment-1209411867, we should change the semantics of `GenerationContext.withName(String)` so that an existing "feature name prefix" is not lost. Specifically, we should prepend any existing prefix to a...
### Overview Now that we have AOT testing support in place, we should introduce a way to run end-to-end tests for all _Spring TestContext Framework_ integration tests in the `spring-test`...
As discussed with @joshlong, implementing `BeanRegistrationAotProcessor` on an actual bean means that the bean won't be contributed by default. We should describe the "usual" use case a bit more so...
Parts coming as null, where as same working when uploading from postman, but it failing from angular/chrome agent and verified the request b/w postman and chrome both are similar Code:...
This issue based on @joshlong feedback is about exploring if it is possible to infer automatically JDK proxy hints or CGLIB proxies created by `ProxyFactoryBean` instances. A potential challenging point...