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

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

type: enhancement
theme: aot

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

in: data
type: bug

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

for: team-attention
in: web
type: enhancement

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

status: waiting-for-triage

The `PartEvent` API, see #28006, needs reference documentation.

type: documentation
in: web

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

type: bug
theme: aot

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

status: waiting-for-triage
in: data
type: bug
in: kotlin

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

status: waiting-for-feedback
status: waiting-for-triage
in: messaging

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

status: waiting-for-triage
in: web

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

status: waiting-for-triage