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

Terminating channel response immediately with error leads to unexpected refcnt exception, plus 2 other exceptions (delivered through different code paths) which make little sense in local "catch all" handler -...

status: waiting-for-triage
in: messaging

Coming from `RestTemplate`, it was fairly easy catching all sorts of exceptions related to the connectivity with an external API service by catching `RestClientException` (e.g., if the service is down,...

status: waiting-for-triage
in: web

This PR addresses #21461. ~~I'm not sure about the implementation. I wrote the tests that I think would be needed. Three of them are failing:~~ ~~org.springframework.beans.BeanWrapperGenericsTests#testGenericOptionalOfListsWithElementConversion~~ ~~org.springframework.beans.BeanWrapperGenericsTests#testGenericOptionalOfMaps~~ ~~org.springframework.beans.BeanWrapperGenericsTests#testGenericOptionalOfMapsWithElementConversion~~ ~~Some help...

status: waiting-for-triage

There seems to be a better place to use the Collections.of() or Stream API than the Collections.unmodifiableXXX() method. Therefore, I suggest an alternative method in the following cases: 1. If...

status: waiting-for-triage

I am using Jetty reactive http client as the httpclient in webClient. I would like to set a default timeout for all requests similar to the [documented usage of Reactor...

status: waiting-for-triage
in: web
type: enhancement

**Affects:** 5.1.7.RELEASE --- When I tried to handle the http `405` error with `@ExceptionHandler` I found that I couldn't catch the `MethodNotAllowedException` exception in `webflux`, which can be done in...

in: web
type: enhancement

I believe most business developers think * is equivalent to /* fixes #28017

in: web
type: enhancement
for: merge-with-amendments

According to #20852, spring framework and hibernate support dependency injection into `AttributeConverter` instances, but only as long as you do not annotate your implementation with `@Converter`, which is required by...

status: waiting-for-triage
in: core

**Affects:** \v5.3.8 --- - Version : `spring-web` v5.3.8 - Server type : reactive - Java class : `org.springframework.http.server.reactive.AbstractServerHttpResponse` - Method : `protected Mono doCommit(@Nullable Supplier

for: team-attention
status: waiting-for-triage
in: web

This is a follow up to #28760.

in: core
type: enhancement