Spring Class meta-annotated with @Reflective and annotated with @RegisterReflectionForBinding is only processed by SimpleReflectiveProcessor

Affects: 6.0.0-M5I am trying to use @RegisterReflectionForBinding on a class annotated with Spring Boot's @Endpoint. @En...

Spring NestedExceptionUtils为什么是抽象类,而且是必须的

5.3.x版本,we can't share a base class among different exception types ? 在NestedRuntimeException中实现NestedExceptionUtils的逻辑有...

Spring Request to improve KotlinSerializationJsonHttpMessageConverter logic in RestTemplate

Affects: 5.3.22 (below 5.3.22)Hello,I was using the Kotlinx.serialization module well because of Spring registered Kotli...

Spring Revisit BeanRegistrationAotContribution#ofBeanRegistrationCodeFragmentsCustomizer

This method is used to customize some code fragments and is a bit mouthful. It would be nice to revisit the API and prov...

Spring FilePart transferTo method can't write file to destPath

Spring Framework Version:5.3.22Spring Boot Version:2.7.3import org.springframework.http.codec.multipart.FilePart;import ...

Spring Add support for Charset to value code generator

The spring batch smoke test is failing (which looks new) because Charset is not supported:Exception in thread "main...

Spring HTTP interface client ignores @DateTimeFormat on path variable

Affects: 6.0.0-M5@DateTimeFormat is not formatting the path variable in the final URL.example client:public interface Op...

Spring ExceptionHandler not called for HttpMediaTypeNotSupportedException

Given a very simple Spring Boot 2.7.3 on Java 17 project with only spring-boot-starter-web as dependency.If I have this ...

Spring Enable HTTP and HTTPS on native in spring-web module

Since we declined #29090, we should introduce a native-image.properties file that enables HTTP and HTTPS support when sp...

Spring Update snakeyaml version because it contains a vulnerability

Hello.I found that the snakeyaml vulnarability is in the spring-framework project.https://nvd.nist.gov/vuln/detail/CVE-2...

Spring SEVERE [https-jsse-nio-8443-Acceptor] org.apache.tomcat.util.net.Acceptor.run Socket accept failed

Hi Team, can someone help me with the below issue? OS Name: Red Hat Enterprise Linux Server OS Version: 7.9 (Maipo) OS...

Spring 当Bean的注入方式为 AUTOWIRE_BY_TYPE时,在处理set方法注入的时候,如果匹配多个bean,此处为啥不能按照参数的名称进行一下匹配?

Comment From: snicollcourtesy of Google translate:When the bean injection method is AUTOWIRE_BY_TYPE, when processing th...

Spring Provide a way to register native-image.properties parameters

As described in spring-projects/spring-boot#31947, Spring portfolio projects need to be able to contribute some native-i...

Spring Javadoc for graalvm-feature project fails

Running ./gradlew javadoc currently fails with the following.> Task :graalvm-feature:javadoc FAILED/Users/sbrannen/so...

Spring After upgrading to soring framework 5.3.21, the response body us not auto converted to json

After upgrading to spring framework 5.3.21, the response body is not auto converted to json if content type use is other...

Spring Move TestCompiler to dedicated package

TestCompiler should move from org.springframework.aot.test.generate.compile to something more general since it's not rea...

Spring Remove DNS lookups during websocket connection initiation

The ServletServerHttpRequest getLocalAddress and getRemoteAddress methods contain additional DNS queries. The servletReq...

Spring Allow TestCompiler to access and generate resources

In order to make TestCompiler useful for Spring Boot we need it to be able to access and generate resources. Specificall...

Spring Support cglib generated classes with TestCompiler

To be able to test the behavior of Cglib proxies, we need to customize the classpath for both the compilation and the lo...

Spring StreamingResponseBody is present in APIDocs but not accessible?

Affects: 6.0.0-M6Hi! I'm currently undergoing an upgrade from Spring Boot 2.7.3 to Spring Boot 3.0.0-SNAPSHOT. One of th...
上一页 下一页
.