Spring Generic Type error in spring boot 3.4.1

I ve below code :@ResponseBodypublic class ControllerGenericImpl<T extends EnterpriseEntity> implements Controller...

Spring Enable dynamically overriding the base URL in HTTP interface

I have a few use cases in my project, that require me to call the same endpoint on several different base URLs and I nee...

Spring Improve query params in uri KeyValue with HTTP interface client

I have a project where I noticed a behavior in the http.client.requests metric coming from RestClient that's defined via...

Spring XML bean definition with factory-method does not always determine correct target type

Affects: 6.3.1 and latest 5.x.x)Tested on 6.3.1 (but latest 5.x.x is also involved because original project where i face...

Spring BeanNotOfRequiredTypeException during transaction qualifier resolution in 6.2.1

Hi, i am getting this exception from spring after upgrading versions from 6.1.14 to 6.2.1Caused by: org.springframework....

Spring WebFlux Cookie Path with Trailing Slash Causes Inconsistent Behavior with Browser Path Matching

DescriptionWhen using Spring WebFlux with a base-path configuration, such as /base, the session_id cookie's Path attribu...

Spring Optimize byte array reading

if message length over Integer.MAX_VALUE, the message.getBody().readAllBytes() method will throw OutOfMemoryError. But w...

Spring Create Registry for HTTP Interface Proxies with Extensible Registration DSL

HttpServiceProxyFactory makes it easy to create a proxy for an HTTP interface. However, it's clear from feedback under h...

Spring BeanCurrentlyInCreationException is thrown when multiple threads simultaneously try to create bean

Affects: 6.2.1It is similar problem what is described in the issue 33972.After upgrade to Spring boot 3.4.0 (Spring 6.2....

Spring Automatically detect or warn when JPA repositories lack transactionManagerRef

Describe the issueHello Spring Team,My name is kimsan. I've recently encountered a common configuration pitfall when usi...

Spring mvn spring-boot:run does not start the server

hello I am having same issue as hereI run mvn spring-boot:run and it shows BUILD SUCCESS without running the serverI am ...

Spring Support handling multidimensional arrays

Resolve TODO: TODO - only handles 2-dimensional arrays.For method org.springframework.beans.AbstractNestablePropertyAcce...

Spring Using non-blocking optimization to compile function.

fix issues#34133Comment From: snicoll@lucky8987 thanks but @jhoeller is already assigned to the issue. To avoid wasted ...

Spring Fix broken link to Code of Conduct in CONTRIBUTING.md

While reviewing project documentation I found that the Spring Code of Conduct link in CONTRIBUTING.md referred to a non-...

Spring Cannot send partial message with JettyWebSocketSession

As we can see in the code snippet below, it is not possible to send TextMessage where isLast is set to false.https://git...

Spring Add property accessors to ExecutorConfigurationSupport

Sometimes I need to check if the ExecutorConfigurationSupport executor has enabled virtual threads, so I added the corre...

Spring DataBufferUtils.join and Netty Leak LEAK: ByteBuf.release()

Source code:package com.yl.platform.gateway.filter;import com.yl.platform.gateway.constant.Constants;import org.apache.c...

Spring DataBinder throws IndexOutOfBoundsException when indexed parameter uses nonconsecutive indices

This test fails when added to DataBinderConstructTests.java: @Test void listBindingWithNonconsecutiveIndices() { ...

Spring Type-level constraint violation should result in ParameterErrors

EnvironmentSpring Boot: 3.3.6Spring Web: 6.1.15Java: 21Context:A @RequestMapping that makes use of @Constraint annotatio...

Spring WebFlux MultipartParser Blocks When Uploading Large Files, Causing Uploads to Occasionally Hang

DescriptionWhen using WebFlux to upload large files, the upload process sometimes hangs before reaching the route's busi...
上一页 下一页
.