玖涯软件开发
Home
Blog
Spring @NotNull annotation is not enforced for @RequestParam when parameter is passed as an empty value
2025-01-08 05:46:22
1220
Affects: \Spring Boot v2.3.9.RELEASE, Spring v5.2.13.RELEASEWhen annotating a parameter of type Long of a controller wit...
Spring Close jar files after opening a connection
2025-01-08 05:46:19
1485
Before this PR jar files that were accessed via a URLResource, would stay opened indefinitely, and thus prevent the file...
Spring Add If-Match support and improve If-None-Match wildcard support
2025-01-08 05:46:16
1330
Coming from version 5.2.3.RFC 7232, section 3.2 says:If-None-Match can also be used with a value of "*" to prevent an ...
Spring ReactiveSessionRepository getting delayed for initialization
2025-01-08 05:46:14
421
Affects: spring-web-5.3.9Currently ReactiveSessionRepository in memory repository reflects change in delayed fashion. Me...
Spring Revise internals of LoggingCacheErrorHandler
2025-01-08 05:46:11
274
This is a follow up to #28670 and supersedes #28648.Since LoggingCacheErrorHandler was only recently introduced in 5.3.1...
Spring Improve LoggingCacheErrorHandler
2025-01-08 05:46:09
4225
This PR contains 2 commits with some improvements to LoggingCacheErrorHandler:Simplify creation of LoggingCacheErrorHand...
Spring Simplify creation of LoggingCacheErrorHandler with logged stacktrace
2025-01-08 05:46:07
804
At present, creating LoggingCacheErrorHandler that logs stacktrace also requires supplying the logger to be used. This m...
Spring can't open spring.io in china
2025-01-08 05:46:04
210
Comment From: lzj960515I don't know who to call. Can anyone tell me why?Comment From: bclozelThere is an ongoing inciden...
Spring Wrong reflection hints for arrays of inner types
2025-01-08 05:45:57
460
hints.reflection().registerType(com.zaxxer.hikari.util.ConcurrentBag.IConcurrentBagEntry[].class, hint -> {});generat...
Spring Add automatic hint for autowired field support
2025-01-08 05:45:54
590
If a field is flagged with @Autowired the container uses reflection to set the value. A hint should have been generated ...
Spring Ambiguous behavior for ClassNameGenerator::generateClassName
2025-01-08 05:45:51
1807
ClassNameGenerator has two variants for the generateClassName feature. One that takes a target Class<?> and anothe...
Spring Move Mock duplicates to test fixtures
2025-01-08 05:45:48
222
The AOT tests are relying on mock implementations that are duplicated in the codebase. We should rationalize those in te...
Spring I have some questions to ask how to solve
2025-01-08 05:45:46
1526
Some problems in CoroutinesUtils.Class'await(kotlin.coroutines.Continuation<? super T>)' in 'kotlinx.coroutines...
Spring Source code build error
2025-01-08 05:45:43
3175
构建环境: idea 2020 ,gradle 6.6 ,jdk 11问题: unable to find valid certification path to requested target过程: 试过很多种方法,问题一直没有解决(j...
Spring issues-28645
2025-01-08 05:45:41
541
fix https://github.com/spring-projects/spring-framework/issues/28645Comment From: sbrannenPlease refrain from submitting...
Spring The mail API problem in spring-context-support
2025-01-08 05:45:37
379
jakarta.mail-api has been released to 2.1, and the package name has been changed from javax.mail to jakarta.mail, why is...
Spring Offer compile time support for @Configuration classes [SPR-15512]
2025-01-08 05:45:35
1007
Phil Webb opened SPR-15512 and commentedDuring some discussion on the Spring Boot call about this issue we discussed the...
Spring Fix a typo in ResponseEntity documentation
2025-01-08 05:45:32
139
Change return ResponseEntity.ok().eTag(etag).build(body); to return ResponseEntity.ok().eTag(etag).body(body); for both ...
Spring Spring official build and test, using OpenJDK?
2025-01-08 05:45:29
357
Spring官方构建和测试,使用的是OpenJDK吗Comment From: TangDynasty06Spring official build and test, using OpenJDK?Comment From: bclozel...
Spring Update to Bouncycastle 1.71
2025-01-08 05:45:27
130
BouncyCastle changed its artifact name suffix from jdk15on to jdk18on in the latest releases, as it now requires at leas...
上一页
下一页
1
…
1426
1427
1428
1429
1430
…
2246
.