Nineya
Home
Blog
Spring Document interaction of @EnableWebMvc with Spring Boot's Web Mvc Autoconfiguration in framework as well
2025-01-08 21:54:19
126
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
2025-01-08 21:54:15
2400
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
2025-01-08 21:54:12
1853
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
2025-01-08 21:54:10
7864
BufferingClientHttpRequestFactory creates requests which are not repeatableA RestTemplate obtained form the following sn...
Spring jsr305 usage causes compile error
2025-01-08 21:54:07
2355
/home/xeno/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core/6.1.3/a002e96e780954cc3ac4cd70fd3bb16accdc...
Spring Cannot autowire StringValueResolver
2025-01-08 21:54:04
11459
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
2025-01-08 21:54:01
741
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
2025-01-08 21:53:58
1537
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
2025-01-08 21:53:55
311
pathExtension Predicate parameter is currently nullable on Java side because because UriUtils.extractFileExtension(reque...
Spring Improve client and server handling of STOMP heartbeat failures
2025-01-08 21:53:53
38796
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
2025-01-08 21:53:41
518
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
2025-01-08 21:53:38
332
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()''.
2025-01-08 21:53:34
1302
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
2025-01-08 21:53:31
1934
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
2025-01-08 21:53:28
1712
IssueWhen the List<String> allowedOrigins contains Strings that have spaces, it will cause the CORS comparison che...
Spring UriComponentsBuilder double encodes query parameters
2025-01-08 21:53:24
3318
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
2025-01-08 21:53:21
307
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
2025-01-08 21:53:19
308
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
2025-01-08 21:53:17
369
Many request predicates provided in RequestPredicates are capable of dealing with multiple values. Having the capability...
Spring Inconsist baseurl behaviour between RestClient and WebClient
2025-01-08 21:53:14
3257
I migrated some code that uses the declarative http interface support of Spring from WebClient to RestClient as the unde...
上一页
下一页
1
…
1217
1218
1219
1220
1221
…
2246
.