Spring Document interaction of @EnableWebMvc with Spring Boot's Web Mvc Autoconfiguration in framework as well

Basically filing this here to crossref: https://github.com/spring-projects/spring-boot/issues/36506 based on suggestion ...

Spring @Nullable prevents code from being compiled with -Werror

Affects: 5.2.6.RELEASECode that uses @Nullable cannot be compiled with -Werror due to the use of When.MAYBE on its @Nonn...

Spring Reduce logging for ResourceNotFoundException

Following the changes for #29491. The logs now show:2023-07-13T15:25:07.622+01:00 WARN 26627 --- [nio-8080-exec-3] .w.s...

Spring Allow repeatable writes in StreamingHttpOutputMessage

BufferingClientHttpRequestFactory creates requests which are not repeatableA RestTemplate obtained form the following sn...

Spring jsr305 usage causes compile error

/home/xeno/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core/6.1.3/a002e96e780954cc3ac4cd70fd3bb16accdc...

Spring Cannot autowire StringValueResolver

Affects: 5.3.31If I need a StringValueResolver to be injected by the bean container, I can use:@Componentpublic MyServic...

Spring Document that functions are variables in SpEL EvaluationContexts

Although EvaluationContext defines the API for setting and looking up variables, the internals of the Spring Expression ...

Spring @JsonDeserialize(builder = ...) does not work in GraalVM native image

Basically copy of #29646I have verified that builders are still not supported in Spring Boot 3.2.2 (Spring 6.1.3) despit...

Spring Fix pathExtension null-safety in Kotlin DSLs

pathExtension Predicate parameter is currently nullable on Java side because because UriUtils.extractFileExtension(reque...

Spring Improve client and server handling of STOMP heartbeat failures

I have a spring framework application and a swing application which communicates with the spring app (tomcat) via websoc...

Spring Adapt ConcurrencyThrottleSupport to use ReentrantLock for better virtual thread support

See https://github.com/spring-projects/spring-boot/issues/39529, specifically:The only possibility to limit the amount o...

Spring Consistent parsing of user information in UriComponentsBuilder

The USERINFO_PATTERN in UriComponentsBuilder was updated a while ago to ignore other hierarchical components such as pa...

Spring Unable to find method ''java.lang.String org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()''.

import spring by IDEA 2019.3.I've upgraded gradle to 7.5.1,and confirmed that the JDK version is 1.8, this problem still...

Spring speed up the finding the applicable AOP advisors by parallelism

the Determining the sublist of a list of candidate advisors that are applicable to the given class can be simply paralle...

Spring Fix issue when the allowedOrigin list contains strings with spaces

IssueWhen the List<String> allowedOrigins contains Strings that have spaces, it will cause the CORS comparison che...

Spring UriComponentsBuilder double encodes query parameters

Affects: Tested on 4,5,6.URIComponentsBuilder double encodes the request parameter when replaceQueryParam is called. Thi...

Spring Add section on AOT best practices about registering beans programmatically

As #32214 has shown and as explained in https://github.com/Christopher-Chianelli/issue-reproducer/pull/1/files, using th...

Spring Add section on AOT best practices about registering singletons

As #32214 has shown, registering a singleton means that it's completely ignored by AOT since AOT can't know how the bean...

Spring Create optimized versions of request predicates

Many request predicates provided in RequestPredicates are capable of dealing with multiple values. Having the capability...

Spring Inconsist baseurl behaviour between RestClient and WebClient

I migrated some code that uses the declarative http interface support of Spring from WebClient to RestClient as the unde...
上一页 下一页
.