Spring Deprecation warning for composed Bean Validation constraint annotation

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

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

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

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

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

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

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

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

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

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

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

I have the following entities:Note:@Entity@DynamicUpdate@Table(name = "note")class Note( notebookId: UUID, ...

Spring Replace StringBuffer with StringBuilder in CGLIB fork

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

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

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]

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].

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

example@CrossOrigin(originPatterns = "${originPatterns:http://a.b.c:[8088,8089],http://d.e.f}", methods = {POS...

Spring Rename ProblemDetail to ProblemDetails

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

…b.com/spring-projects/spring-framework/issues/28305In this commit we added MariaDB as an independent database type as p...
上一页 下一页
.