Nineya
Home
Blog
Spring Wrong MockRestRequestMatchers.header() method in spring-test being invoked (JDK issue?)
2025-01-08 17:13:52
6243
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
2025-01-08 17:13:49
237
Add Assert null validations to DefaultServerResponseBuilder in spring-webflux modulesAdd Assert null validations to Defa...
Spring is Spring-framework-6 support JPMS?
2025-01-08 17:13:47
712
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?
2025-01-08 17:13:44
413
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.
2025-01-08 17:13:42
1795
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
2025-01-08 17:13:34
166
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
2025-01-08 17:13:32
1601
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
2025-01-08 17:13:30
538
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
2025-01-08 17:13:27
3658
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.anno...
Spring Polishing
2025-01-08 17:13:24
560
Base on SonarLint and IDEA suggestions, polishing the code.Reorder the modifiers to comply with the Java Language Specif...
Spring [Integration]: Add JProfiler Integration
2025-01-08 17:13:20
2828
I would like to propose adding JProfiler integration to the Spring Framework project to help developers identify perform...
Spring Fix SameSite attribute in MockMvcHttpConnector
2025-01-08 17:13:17
452
Fixes #30249Modified MockCookie to populate attributes using setAttribute.Modified MockMvcHttpConnector to set sameSite ...
Spring PathMatchingResourcePatternResolver resolves FileSystemResource instead of ClassPathResource for classpath: prefix
2025-01-08 17:13:14
3682
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
2025-01-08 17:13:11
1065
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?
2025-01-08 17:13:09
414
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
2025-01-08 17:13:02
8150
As the title states, the behavior of WebClient.Builder.defaultStatusHandler() seems inconsistent. If I'm setting a defau...
Spring Refine initRequestBuilder in DefaultWebClient
2025-01-08 17:12:59
323
Move inserter into DefaultRequestBodyUriSpec.initRequestBuilder()Comment From: sdeleuzeNot sure that's an optimization, ...
Spring Add class hints for Jackson annotations on fields and methods
2025-01-08 17:12:57
1707
@JsonDeserialize(using=MyCustomLocalDateDeserializer.class) does not seem to be working in my project using Spring 3.0.4...
Spring Polishing the Code
2025-01-08 17:12:54
302
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
2025-01-08 17:12:52
1170
When a WebClient is configured with a custom ExchangeFilterFunction like this:WebClient.builder().filter(new ExchangeFil...
上一页
下一页
1
…
1359
1360
1361
1362
1363
…
2246
.