Spring Wrong MockRestRequestMatchers.header() method in spring-test being invoked (JDK issue?)

Affects: 2.7.10Hello everyone.I'm uncertain if this is an issue with spring-test or with Java compiler itself but, from ...

Spring Add assert null validations for DefaultServerResponseBuilder

Add Assert null validations to DefaultServerResponseBuilder in spring-webflux modulesAdd Assert null validations to Defa...

Spring is Spring-framework-6 support JPMS?

when I develop a SpringBoot 3 Application ,It tell me the information "Field productRepository in com.tuql.sbmtest.servi...

Spring Springboot3 jdk17:HTTP Interface Jackson localDateTime How to configure formatting?

Comment From: bclozelThanks for getting in touch, but it feels like this is a question that would be better suited to St...

Spring Proxy method(cglib.proxy.MethodInterceptor:intercept()) takes too long to execute.

See the picture below for details.Comment From: c00451707The proxy method is dynamically generated by Spring, so it is s...

Spring Specify initial capacity when creating ArrayList in SpringFactoriesLoader

When the ArrayList is created firstly, provides the capacity for the list. It can reduce unnecessary space.Comment From:...

Spring @HttpExchange interface does not resolve return type correctly while using with suspending methods

Affects: 6.0.7@HttpExchange annotated methods works as expected for simple return types, but not for generic types. For ...

Spring Fix incorrect jakarta.inject artifact version

In the documentation on using the JSR 330 Standard Annotations, the code example for the dependency declaration uses an ...

Spring Some built-in beans do not configure constructors in reflection configuration

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.anno...

Spring Polishing

Base on SonarLint and IDEA suggestions, polishing the code.Reorder the modifiers to comply with the Java Language Specif...

Spring [Integration]: Add JProfiler Integration

I would like to propose adding JProfiler integration to the Spring Framework project to help developers identify perform...

Spring Fix SameSite attribute in MockMvcHttpConnector

Fixes #30249Modified MockCookie to populate attributes using setAttribute.Modified MockMvcHttpConnector to set sameSite ...

Spring PathMatchingResourcePatternResolver resolves FileSystemResource instead of ClassPathResource for classpath: prefix

Recently, I had some trouble loading classpath resources. During local development, I can obtain the resources under cla...

Spring MockMvcHttpConnector not populating sameSite attribute in cookie

I'm trying to assert that the SameSite attribute is being set correctly using the MockMvcWebTestClient but I noticed tha...

Spring Spring v6.0.2 compiled, why can't find AnnotationConfigApplicationContext class this function?

Comment From: sbrannenThanks for getting in touch, but it feels like this is a question that would be better suited to S...

Spring Document that WebClient defaultStatusHandler do not apply to exchange* methods

As the title states, the behavior of WebClient.Builder.defaultStatusHandler() seems inconsistent. If I'm setting a defau...

Spring Refine initRequestBuilder in DefaultWebClient

Move inserter into DefaultRequestBodyUriSpec.initRequestBuilder()Comment From: sdeleuzeNot sure that's an optimization, ...

Spring Add class hints for Jackson annotations on fields and methods

@JsonDeserialize(using=MyCustomLocalDateDeserializer.class) does not seem to be working in my project using Spring 3.0.4...

Spring Polishing the Code

Base on SonarLint and IDEA suggestions, polishing the code.Reorder the modifiers to comply with the Java Language Specif...

Spring Missing response information from client observation context when filter functions fail

When a WebClient is configured with a custom ExchangeFilterFunction like this:WebClient.builder().filter(new ExchangeFil...
上一页 下一页
.