玖涯软件开发
Home
Blog
Spring Add native image support for WebSocket STOMP messaging
2025-01-08 05:50:07
326
The native sample websocket-stomp works with AOT mode, but not in native image.I identified at least two problems:The re...
Spring Simplify hint registration for Spring AOP proxies
2025-01-08 05:50:05
4493
For JDK dynamic proxies created by Spring's AOP support, SpringProxy, Advised, and DecoratingProxy will often be include...
Spring Replace java.util.Date and TimeUnit usage in scheduling with appropiate java.time classes
2025-01-08 05:50:00
672
Given that a lot of times we get the values for Triggers and such from configs or other places that use java.time types,...
Spring Add support for @Transactional in native images
2025-01-08 05:49:58
2956
When running the jdbc-tx sample in sb-3.0.x branch from spring-native, it fails with:java.lang.IllegalStateException: Fa...
Spring WebFlux multipart temporary file not deleted when the client disconnects early
2025-01-08 05:49:55
582
We have a Spring WebFlux 5.3.21 application doing multipart file upload. We noticed that sometimes the Part temporary fi...
Spring @AliasFor may have a bug when dealing with repeated annotations
2025-01-08 05:49:53
790
@Aliasfor 在处理Array类型属性覆盖时,可能导致 AnnotationTypeMapping#validateAllAliasesClaimed() 不通过Comment From: pivotal-cla@w547963 Pl...
Spring Move ApplicationContextAotInitializer to Spring Boot
2025-01-08 05:49:50
396
AFAICT currently the only user of ApplicationContextAotInitializer is SpringApplication in Spring Boot. If we move the c...
Spring Documentation mentions password but should be personal access token
2025-01-08 05:49:48
315
The documentation for spring-cloud-config authentication section specifies a password field, but makes no mention that t...
Spring Introduce abstraction for unified handling of bound request payload and validation errors
2025-01-08 05:49:45
10829
A typical controller method to process a request body currently looks something like this:class MyController { @PostMap...
Spring Support for javax.validation annotations on @PathVariable, @RequestHeader, @RequestParam [SPR-6380]
2025-01-08 05:49:42
12950
Gerrit Brehmer opened SPR-6380 and commentedI thought this was already done, because support for controller method-param...
Spring Fix GenericApplicationContextTests on Microsoft Windows
2025-01-08 05:49:39
14495
origin unit test will cause bug when get a resource with unknown protocol Related to:28703commit 9868c28c737cfadc50f0298...
Spring Hamcrest-free version of MockMvcResultMatchers
2025-01-08 05:49:36
446
As documented in the wiki, JUnit5 and AssertJ are required to be used, but MockMvcResultMatchers drags in Hamcrest, whic...
Spring Fix WebClientAdapter.createHttpServiceProxyFactory() example in ref docs
2025-01-08 05:49:34
343
Following the changes applied to HttpServiceProxyFactory and WebClientAdapter in 48c1746 and b72ee5f, this PR applies fi...
Spring Introduce StringUtils.trimAllWhitespace(CharSequence)
2025-01-08 05:49:31
244
For use cases where we have a CharSequence instead of a String, we should introduce StringUtils.trimAllWhitespace(CharSe...
Spring Introduce lenient parsing in DataSize regarding whitespace
2025-01-08 05:49:28
944
I've just helped a user correct a configuration mistake where they'd tried to configure a DataSize with a string of 2KB....
Spring Ensure channelExecutors and taskScheduler in STOMP WebSocket config are qualified
2025-01-08 05:49:26
493
There are several beans require TaskExecutor or TaskScheduler without @Qualifier, which means inject wrong executors if ...
Spring TestExecutionListener does not get applied for a new context for @Nested test class
2025-01-08 05:49:23
10070
When setting up @SpringBootTest as follows:@SpringBootTest(classes = [MyTestComponent::class])@TestExecutionListeners(va...
Spring native-image: Problem with Scheduled annotation
2025-01-08 05:49:20
5358
When running the native-image from the spring-native sample scheduling-tasks on the sb-3.0.x branch, i get the following...
Spring @Import and component scan of the same class results in duplicate bean registration with different names
2025-01-08 05:49:18
5923
Talk is cheap,show you the code below Add @Import(EnglishCat.class) on the @SpringBootApplication main class,but the pac...
Spring Webclient seems to miss response on high spikes
2025-01-08 05:49:12
1520
Using Webclient we are doing the followingwhere timeout is set to 1 second.Usually this code is doing great, handling ou...
上一页
下一页
1
…
1422
1423
1424
1425
1426
…
2246
.