Nineya
Home
Blog
Spring Add Javadoc since for MediaTypeAssert.isNotEqualTo()
2025-01-08 23:04:49
315
This PR add a Javadoc @since tag for the MediaTypeAssert.isNotEqualTo(String) method.See gh-32756Comment From: sbrannenP...
Spring IllegalArgumentException is thrown on parsing a bad SpEL expr, while ParseException is expected
2025-01-08 23:04:46
2644
Affects: 5.x.x 6.x.x (not sure about older versions)I'm using Spring Expression Language (SpEL) to allow user to specify...
Spring Javadoc of ReactorResourceFactory#setConnectionProviderSupplier wrongly states it can be ignored
2025-01-08 23:04:44
1203
https://github.com/spring-projects/spring-framework/blob/313b063aef28135e858f6f459dae547939804278/spring-web/src/main/ja...
Spring Reinstate qualifier support for legacy JSR-330 @javax.inject.Named annotation
2025-01-08 23:04:41
3198
Affects: Spring Boot 3.2.5, Spring 6.1.6. Also tested with Spring Boot 3.2.8We have a project which we have some modules...
Spring Update documentation for fragment rendering
2025-01-08 23:04:38
203
The reference docs now mentions the new controller method return values for fragment rendering supported with #33162. H...
Spring Revise CookieLocaleResolver to use ResponseCookie
2025-01-08 23:04:36
1761
This PR provides two commits that improve CookieLocaleResolver, as a follow-up on #27609:Simplify creation of CookieLoca...
Spring ScheduledAnnotationReactiveSupport starts the observation before it is opened
2025-01-08 23:04:34
181
When a @Scheduled operation is observed, ScheduledAnnotationReactiveSupport starts the observation before it is opened, ...
Spring RestClient instrumentation unnecessarily calls stop on a closed observation
2025-01-08 23:04:32
246
When RestClient instruments reading the response body, it will trigger stop on an exception, which is already handled by...
Spring AOT-generated code produces deprecation warnings when using a deprecated class for autowiring
2025-01-08 23:04:29
339
If autowiring is used against a deprecated class, the AOT-generated code doesn't suppress the warnings. Here is an examp...
Spring RestClient observation flags error for UnknownContentTypeException twice
2025-01-08 23:04:27
214
When an UnknownContentTypeException is thrown by RestClient it flags the observation in error with it but that isn't nec...
Spring Null Handling of HTTP Interface
2025-01-08 23:04:24
4258
https://docs.spring.io/spring-framework/docs/6.0.0/reference/html/integration.html#rest-http-interfaceI would like to ha...
Spring Support content disposition setter in ResponseEntity builder
2025-01-08 23:04:21
256
Affects: 6.xAllow Response entity to set content disposition header e.g.ResponseEntity.ok().contentDisposition(contentDi...
Spring SOAP WS-Addressing MessageId header is always required when receiving message using Addressing10 (http://www.w3.org/2005/08/addressing)
2025-01-08 23:04:18
1285
org.springframework.ws.soap.addressing.server.AddressingEndpointInterceptor creates the org.springframework.ws.soap.addr...
Spring SimpleAsyncTaskScheduler stops accepting new tasks when isShutdown
2025-01-08 23:04:16
331
Fixes #33334I didn't find specific tests for this call and I believe the proper ones would be too cumbersome to write. H...
Spring RequestPredicates fail with UnsupportedOperationException with a custom servlet path
2025-01-08 23:04:13
3399
Define a RouterFunction:@Bean RouterFunction<ServerResponse> nest() { return route() .path("/p...
Spring Spring web dispatch error on tomcat 8.5.43 while config multi servlet config
2025-01-08 23:04:11
1701
Affects: \I built a springboot 2.6.14 project with spring-web version 5.0.7.In the project, I configured an AppWebServle...
Spring SimpleAsyncTaskScheduler should ignore scheduled exceptions after shutdown (not termination)
2025-01-08 23:04:08
8112
Basically my issue is described in #32381. The implemented solution works in almost all cases, but I still experience Ta...
Spring @AliasFor 'schemaClass' not meta-present in @Schema
2025-01-08 23:04:05
1231
BACKGROUND:I am creating a shared Swagger documentation template to be used everywhere, and I am trying to configure an ...
Spring NoSuchBeanDefinitionException for null bean injection
2025-01-08 23:04:03
4770
We have a bean factory contains business logic which might returns null. Our service component will needs to inject this...
Spring Polishing Code
2025-01-08 23:03:59
496
HI 🙋🏻♀️Remove redundant Regex escapesPolishing Javadoc and commentThank you 🙇🏻♀️Comment From: snicoll@zinzoddari I've ...
上一页
下一页
1
…
1163
1164
1165
1166
1167
…
2246
.