玖涯软件开发
Home
Blog
Spring Deprecation warning for composed Bean Validation constraint annotation
2025-01-08 06:12:20
3440
Affects: Spring Framework v6.0.0-M6Seeing these since Spring Boot 3.0-M4, and @wilkinsona suggested I open an issue for ...
Spring Move Servlet-specific observation classes to dedicated package
2025-01-08 06:12:18
308
This PR moves Servlet-specific observation classes to a dedicated package as they seem to have been placed there acciden...
Spring Reorganize HTTP Observation types
2025-01-08 06:12:15
1107
29324 started a discussion in the team and we decided to reorganize and rename types in the HTTP Observation support.The...
Spring Cache abstraction does not log hit / miss for synchronized access
2025-01-08 06:12:13
3579
General logging of hit / miss has been added in #16277.For synchronized cache contexts (@Cacheable(sync=true)), no loggi...
Spring Document how to use WebJars without webjars-locator-core dependency
2025-01-08 06:12:11
1477
Given current efficiency impact of webjars-locator-core (see this related comment), an its incompatibility with native i...
Spring Getting error org.springframework.core.codec.DecodingException: Could not find end of headers
2025-01-08 06:12:08
2124
We are using Spring Boot version 2.6.6, trying to send a simple multipart/related request from postman and are getting D...
Spring Add Kotlin data class components support to BindingReflectionHintsRegistrar
2025-01-08 06:12:05
7507
BindingReflectionHintsRegistrar currently does not add reflection entries for Kotlin data class components.With this kin...
Spring Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x
2025-01-08 06:12:03
431
Since the implementation of our basic property determination algorithm (#29320) is self-contained and transparently inte...
Spring AbstractBeanFactory's interaction with BeanPostProcessorCacheAwareList is not fully thread-safe
2025-01-08 06:12:01
4206
Affects: 5.3.xHi,AbstractBeanFactory implementation is causing issues in our application since version 5.3. The applicat...
Spring Perform basic property determination without java.beans.Introspector
2025-01-08 06:11:58
4376
Out of a discussion in #26884, we should replace our beans introspection with a basic property determination algorithm t...
Spring Missing native reflection hint for custom spring data repository queries
2025-01-08 06:11:56
5979
I have the following entities:Tag:@Entity@Table(name = "tag")class Tag(@Id val name: String, var color: Color)...
Spring Missing Hibernate native reflection hint for OneToManyPersister
2025-01-08 06:11:53
4653
I have the following entities:Note:@Entity@DynamicUpdate@Table(name = "note")class Note( notebookId: UUID, ...
Spring Replace StringBuffer with StringBuilder in CGLIB fork
2025-01-08 06:11:49
512
This PR replaces StringBuffer with StringBuilder in the CGLIB fork.I'm aware that any changes on the CGLIB fork are not ...
Spring Small polish of code in spring-core
2025-01-08 06:11:46
634
This PR is to polish the code a bit.Comment From: quaffThe code originate from asm project not springframework self.Comm...
Spring Jackson Decoder ignores method parameter information when resolving media types for custom ObjectMapper registration
2025-01-08 06:11:44
265
This seems to be caused by the accidental removal of AbstractJackson2Decoder. getDecodableMimeTypes(ResolvableType targe...
Spring @RequestMapping produces condition should not impact error responses [SPR-16318]
2025-01-08 06:11:41
5342
Ammar Husain opened SPR-16318 and commentedFor a vanilla REST endpoint created in Spring Boot (1.5.9 Release) as below@R...
Spring Spring MVC should return 400 BAD_REQUEST on missing header [rfc2616].
2025-01-08 06:11:38
810
Mvm return 500 Internal Server Error if a requeired header is missinng & client shoul update request.10.4.1 400 Bad ...
Spring Support comma-delimited list of origin patterns in @CrossOrigin
2025-01-08 06:11:35
5041
example@CrossOrigin(originPatterns = "${originPatterns:http://a.b.c:[8088,8089],http://d.e.f}", methods = {POS...
Spring Rename ProblemDetail to ProblemDetails
2025-01-08 06:11:30
335
Closes GH-29303Comment From: rstoyanchevJust noticing the PR. For future reference, if you intend to submit a PR, you do...
Spring Treat MariaDB as an independent database type
2025-01-08 06:11:28
975
…b.com/spring-projects/spring-framework/issues/28305In this commit we added MariaDB as an independent database type as p...
上一页
下一页
1
…
1398
1399
1400
1401
1402
…
2246
.