Spring Provide variant of ListableBeanFactory.getBeanNamesForAnnotation that does not cause early BeanFactory initialization

See https://github.com/spring-projects/spring-boot/issues/38473 for background.We'd basically like a new method where th...

Spring RestClient documentation improvements

Confusion between request/response and builder/built response in the documentation auf RestClient corrected.Comment From...

Spring WebClient does not deserialize ParameterizedTypeReference when the generic type is passed from another function

This is related to this issue, and I know we have a test to confirm that is not an issue. However the issue I found is t...

Spring org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter doesn't work while ${spring.mvc.servlet.path} property is not '/'

Affects: \<6.0.13>org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter doesn't work...

Spring Provide a way to record which fields is present for @RequestBody

I'm implementing REST partial updates with PATCH, for example: @PatchMapping(PATH_DETAIL) public User updatePartia...

Spring Problem with DeferredResult and Hibernate

Affects: Tested with 4.2.4/4.2.9/4.3.6I'm using spring DeferredResult on a http request. The controller receives some i...

Spring spring-context dependency missing from spring-jms

Affects: 6.1.0Commit 759ab23 on spring-jms introduced a dependency on spring-context which is not reflected in the pom f...

Spring NullPointerException running a native image application

Hi, I am using native-maven-plugin and the command mvnw native:compile -Pnative to compile my Spring boot applications. ...

Spring Investigate possible AOT performance issues

As reported by @shodo in #30431I've finally created a fake/dummy service that (at least on my PC) shows result similar t...

Spring The AopProxyUtils#ultimateTargetClass does not work with classes that are annotated with @Configuration.

Does a class annotated with @Configuration not implement the SpringProxy interface? test: @Configurationpublic class Tes...

Spring Jackson encoder releases resources in wrong order

Affects: 5.2.10+, 5.3.0+Ran into the following issue while using AbstractJackson2Encoder and the jackson csv serializer:...

Spring Spring Boot: @ConditionalOnMissingBean does not work correctly in conjunction with @ImportResource

Spring Boot version: 2.1.5.RELEASEI have a @Bean definition in Java configuration class which is loading to application ...

Spring Improve STOMP WebSocket documentation for input message buffer size

I send a message to the server from a web UI.When the data size is greater than 64K, the server does not respond to the ...

Spring Expose verify method in UriComponent interface

Affects: \Hi there,I have a small enhancement to propose - how about exposing verify() method in the interface?Use case:...

Spring JPA reading behavior different based on if TransactionSynchronization exists (even on other datasource)

Affects: \I have multiple datasources, each with transactionManager, one of them is JPA.Flow:1. read from JPA existing e...

Spring @MatrixVariable auto convert to Pojo

Affects: \5.1.8Feature request:I would like to be able to use MatrixVariable to directly create a Pojo ex:@GetMapping(&q...

Spring Unable to specify JsonProvider when making MVC jsonPath() assertion

{ "firstName": "John", "lastName": "doe", "age": 26, &quot...

Spring Support generics (and POJO object mapper) for jsonPath ResultMatcher

Affects: 2.4.1When asserting JSON content in a MockMvc, the provided MockMvcResultMatchers.jsonPath functions support au...

Spring Support Jackson delegate read/write in both of mvc and reactive.

MVCorg.springframework.http.converter.json.AbstractJackson2HttpMessageConverter#writeInternalWebFluxorg.springframework....

Spring Treat kotlin.Unit as void

Fix https://github.com/spring-projects/spring-framework/issues/31648Comment From: sdeleuzeThanks for your PR, but I fixe...
上一页 下一页
.