玖涯软件开发
Home
Blog
Spring Custom Constraint Validator not work with native image
2025-01-08 06:30:08
3456
In a new project generated by Spring Initializr, I created a RestController with custom ConstraintValidator and it works...
Spring API Doc link Broken
2025-01-08 06:30:05
350
the link for API in https://spring.io/projects/spring-cloud-function#learn is broken :https://docs.spring.io/spring-clou...
Spring SimpMessagingTemplate::convertAndSend leaks AtomicReferences
2025-01-08 06:30:02
2616
Affects: spring-messaging:5.3.18, spring-boot-starter-websocket:2.6.6using a SimpMessagingTemplate and callingvar someOb...
Spring ResourceHandlers cannot resolve static resources without wildcard patterns
2025-01-08 06:29:59
13044
The following Code-Snippet works correctly with Spring MVC:@Configuration@EnableWebMvcpublic class WebMvcConfiguration i...
Spring Blocked thread while reading request body in ServletServerHttpRequest
2025-01-08 06:29:54
24243
Affects: 5.1.15.RELEASESummary of issueWe sporadically see issues with "stuck threads" in a WebFlux service, where one t...
Spring WebClientIntegrationTests are failing if port 80 is in use
2025-01-08 06:29:50
7398
Several tests from WebClientIntegrationTests are failing for me locally when port 80 is in use. To reproduce this ensure...
Spring Add offcial OpenAPI support
2025-01-08 06:29:47
1654
Affects: 6There are some OpenAPI/Swagger 3rd supports for Spring, such as:Spring FoxSpring DocI have used both of them i...
Spring Support double-quoted values in HttpHeaders::getValuesAsList
2025-01-08 06:29:45
9100
Affects: 6.0.3According to https://www.rfc-editor.org/rfc/rfc9110.html#section-5.5-8, the need of having , commas (and "...
Spring Modify status code 103 to ("Early Hints")
2025-01-08 06:29:42
740
According to rfc8297(https://tools.ietf.org/html/rfc8297), the reasonphase of status code 103 should be "Early Hints", n...
Spring Fix WebClientIntegrationTests flaky Jetty tests
2025-01-08 06:29:39
409
WebClientIntegrationTests#doMalformedChunkedResponseTest implementation does not enforce that the value of the port used...
Spring EOFException in HttpMessageConverterExtractor while extracting data of a empty GZiped response
2025-01-08 06:29:37
6345
Problem: When calling RestTemplate#exchange with response type != Void.class, ifThe server responds withan empty body an...
Spring Remove extra empty line in reactive DefaultCorsProcessor
2025-01-08 06:29:28
354
Comment From: sbrannenThanks for the PR.We normally prefer PRs with a larger scope than this one. In the future, if you ...
Spring Flexible constructor resolution in AutowireCapableBeanFactory.createBean(Class)
2025-01-08 06:29:25
1126
In the course of addressing #29823, it turns out that AutowireCapableBeanFactory.createBean(Class) could apply AUTOWIRE_...
Spring Remove obsolete Tiles documentation from reference manual
2025-01-08 06:29:23
359
Affects: 6.XActual:The documentation of 6.X, including current ( https://docs.spring.io/spring-framework/docs/current/re...
Spring Allow @Aspect classes to extend concrete @Aspect classes
2025-01-08 06:29:21
1138
OverviewAbstractAspectJAdvisorFactory#validate() currently throws an AopConfigException if the superclass of a concrete ...
Spring Multipart parts with no 'filename' defined in the Content-Disposition are ignored
2025-01-08 06:29:19
3224
Affects: \5.3.8+When submitting a multipart request that has a part that does not specify a filename in the Content-Disp...
Spring Running Native Image threw NullPointerException for initializing OncePerRequestFilter with Order in Spring Boot 3 + GraalVM
2025-01-08 06:29:16
9258
Bug descriptionHere is a class extends OncePerRequestFilter implements Order, add @Value to set Order, just likepublic c...
Spring Profile support in native application
2025-01-08 06:29:13
7432
As suggested by @sdeleuze (https://twitter.com/sdeleuze/status/1604218318902431744):It would be great if Spring Framewor...
Spring Fix unnecessary 'public' constructor from abstract class DecoratingClassLoader
2025-01-08 06:29:10
956
Constructors of abstract classes can only be called in constructors of their subclasses.So there is no point in making t...
Spring Invalid Accept header results in IllegalStateException
2025-01-08 06:29:07
2815
Affects: 5.3.23Hitting IllegalStateExcption at - Sourcegraph(Comment says should never happen)Reproducer - https://githu...
上一页
下一页
1
…
1379
1380
1381
1382
1383
…
2246
.