Spring Custom Constraint Validator not work with native image

In a new project generated by Spring Initializr, I created a RestController with custom ConstraintValidator and it works...

Spring API Doc link Broken

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

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

The following Code-Snippet works correctly with Spring MVC:@Configuration@EnableWebMvcpublic class WebMvcConfiguration i...

Spring Blocked thread while reading request body in ServletServerHttpRequest

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

Several tests from WebClientIntegrationTests are failing for me locally when port 80 is in use. To reproduce this ensure...

Spring Add offcial OpenAPI support

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

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")

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

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

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

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)

In the course of addressing #29823, it turns out that AutowireCapableBeanFactory.createBean(Class) could apply AUTOWIRE_...

Spring Remove obsolete Tiles documentation from reference manual

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

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

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

Bug descriptionHere is a class extends OncePerRequestFilter implements Order, add @Value to set Order, just likepublic c...

Spring Profile support in native application

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

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

Affects: 5.3.23Hitting IllegalStateExcption at - Sourcegraph(Comment says should never happen)Reproducer - https://githu...
上一页 下一页
.