Spring Spring RestClient returns extra empty header with value :status:200

Affects: spring v6.1.3 and possibly v6.1.4 as wellHello, We are using the RestClient that was introduced in spring boot ...

Spring Static resources caching issues with ShallowEtagHeaderFilter and Jetty caching directives

Affects: 6.1.2 on Spring Boot 3.2.0When the ShallowEtagHeaderFilter is enabled along with the jetty web server, static r...

Spring Different transaction name when using TransactionAspectSupport.currentTransactionStatus().transactionName

StackOverflow questionSpring Boot version: 3.2.1If I use the following two services:@Serviceclass Service1( private v...

Spring Fix DefaultDataBuffer#getNativeBuffer() to set correct limit

Closes gh-30967Motivation// DefaultDataBuffer public ByteBuffer getNativeBuffer() { this.byteBuffer.position(t...

Spring Optimize Request Predicate attribute merging

When using router functions, the bulk of RequestPredicate execution is spent in attribute map merging. We should conside...

Spring Avoid ASYNC dispatch if possible in DefaultAsyncServerResponse

Spring for GraphQL relies on the GraphQL Java AsyncExecutionStrategy as do most other solutions. However, the actual han...

Spring Sources are missing for java 21 classes in MR-JAR structure

As part of #30241, java 21 classes were added following MR-JAR structure, e.g. org.springframework.core.task.VirtualThre...

Spring Spring boot 3.2.2 @Scheduled with cron expression executing immediately after application startup.

I have an application currently running on Springboot 3.1.2. The app having @Scheduled method with cron expression.As so...

Spring Clarify fallback beans are included for autowiring Arrays, Collections, and Maps

Test is improved to verify that.Comment From: jhoellerThe same is true for primary beans, so I've extended the test to b...

Spring Incomplete cleanup after configuration class creation failure

I'm using Spring Boot 2.1.5.RELEASE, which i recently upgraded two, and the corresponding versions of Spring Security, S...

Spring Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result

Affects: \spring-jdbc 6.1.2Upgrade from spring-jdbc 6.1.1 to 6.1.2 does not support schema name with underscore, ie 'sch...

Spring Fix Kotlin example for simpler SELECT variant using IN

Removed unused code, fixed bind parameter name.Comment From: pivotal-cla@janjouketjalsma Please sign the Contributor Lic...

Spring Could not resolve org.aspectj:aspectjweaver:1.8.0.M1

project :MCIE_Imove > Could not resolve org.aspectj:aspectjweaver:1.8.0.M1. > Could not get resource ...

Spring Introduce "autowireCandidate" and "defaultCandidate" for stereotype annotations

@Controller is excluded since it's not likely to have multiple implementations in practice.Comment From: quaffShould I s...

Spring Configuration class parsing registers bean in parent class if overridden @Bean method defines an alternative name

We are experiencing a difference in behaviour when setting up a spring context in junit tests. Here is a simple project ...

Spring WARNING: Illegal reflective access by org.springframework.util.ReflectionUtils + spring-core-5.3.27.jar + java-11-openjdk-11.0.14.9-1.windows.redhat.x86_64

Hi, I have this warning in application start log. Do someone know how to solve this issue?2024-02-02 12:31:19,660 [main]...

Spring Refactor method name dispatching to switch statements

This PR is about issue #25163 :)Comment From: pivotal-issuemaster@97e57e Please sign the Contributor License Agreement!C...

Spring A configuration class superclass that is skipped due to register bean phase conditions is ignored when another configuration class that extends it is processed

Affects: 6.0.x. I expect 5.3.x to also be affected.I think @mbhave and I have found a bug in configuration class process...

Spring Artifactory - Bad header value content-type of pom.xml from repo.spring.io/artifactory/snapshot

We are not able to download pom.xml files from the snapshot repository of repo.spring.io with our updated 'Sonatype Nexu...

Spring Spring MVC6.1.0 无法自动接收前端参数QueryString

SpringMVC 6.1.0的的查询字符串querystring似乎无法自动接收,但6.0.6可以.controller代码如下@Controller@RequestMapping("/param")public cl...
上一页 下一页
.