spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Spring Framework

Results 792 spring-framework issues
Sort by recently updated
recently updated
newest added

## 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:...

type: regression
in: core
theme: aot

## 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...

in: core
type: enhancement
status: blocked
theme: aot

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...

status: waiting-for-triage
in: data

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

in: core
type: enhancement

**[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...

in: test
type: enhancement

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...

in: core
type: enhancement
theme: aot

### 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`...

in: test
type: task
theme: aot

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...

type: documentation
theme: aot

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:...

status: waiting-for-triage
in: web
status: feedback-provided

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...

in: core
type: enhancement
theme: aot