Spring Unnecessary parameter name introspection for constructor-arg resolution (leading to LocalVariableTableParameterNameDiscoverer warnings)

[http-nio-8090-exec-7] WARN org.springframework.core.LocalVariableTableParameterNameDiscoverer - Using deprecated '-debu...

Spring WebTestClient's .exchange() method leaks connections

Affects: Spring-Test-5.3.24When using WebTestClient in my unit tests to make connections - whether mocked or bound to a ...

Spring JedisClusterStringCommands#mGet implementation has Thread.sleep(10) resulting in sub-optimal performance

Hi,We observed that when Spring data redis + Jedis client is used to execute mGet commands over clustered redis, the per...

Spring Use EnumMap for DateFormatter.ISO_PATTERNS again

This PR changes to use EnumMap for DateFormatter.ISO_PATTERNS again by partially reverting ba136dcf40123445aa959786cdc00...

Spring Registration of custom AuthenticationManager fails in GraalVM native image

Affected version: Spring Boot 3.0.0I want to set my own AuthenticationManager:Repository: https://github.com/Tienisto/sp...

Spring HttpComponentsClientHttpConnector hangs when host is invalid

Hi,today we spent quite a bit of time debugging a hang in the WebClient in combination with using Apache's HttpComponen...

Spring Optional of List and bean validation [SPR-16922]

Jelena Borotic opened SPR-16922 and commentedI use Spring and Bean validation to validate request body in controllers. I...

Spring Improve debug logging in RestTemplate#handleResponse if getStatusCode raises IOException

After enabling the DEBUG log level, the following exception was swallowed in our production environment.org.springframew...

Spring change method to public and use quartz's default value to eanable transactionable

change getMappedInterceptors and getAdaptedInterceptors to public method28985use quartz's default value to eanable trans...

Spring ObjectFactory<List> with specified constructor args occurs error

ObjectProvider support a method to get bean with specified args. (#18529)But I have a collection beans to autowired, Us...

Spring org.springframework.core.io.buffer.NettyDataBuffer.retainedSlice fails to release the sliced ByteBuf if ByteBuf.retainedSlice succeeds but allocation of the NettyDataBuffer fails

Here is the current implementation of NettyDataBuffer.retainedSlice:https://github.com/spring-projects/spring-framework/...

Spring Getmapping annotation matching regular expression does not take effect

When practicing spring MVC, I wrote it once according to the official example. As a result, a 400 service error status c...

Spring LEAK: ByteBuf.release() was not called before it's garbage-collected.

Hello, It looks like there are some handlers not releasing buffers properly. This happens on a high load constantly and ...

Spring OOM Exception if partition mismatch between client & kafka server

We are using spring stream framework to connect with kafka. In our Non Functional Testing, we obversed that if there is ...

Spring Removed unnecessary function call in Mono.switchIfEmpty()

In this code, the 'switchIfEmpty()' method always calls createWebSession().If this is unintentional, it needs to be fix....

Spring Spring-Web Very High Vulnerability in 5.x.x Version

We are using spring-web in one of our projects which uses Java 8 and Veracode has reported a v high flaw in spring-web f...

Spring Provide access to all configured interceptors in AbstractHandlerMapping

VersionsSpring Version 5.3.22OverviewI wanted to get all the HandlerInterceptor that had been registered in Spring MVC a...

Spring List supported media types in HttpMediaTypeNotSupportedException when given invalid input media types

If I pass an unknown value in the Content-Type header (like e.g. This string) the getSupportedMediaTypes() returns false...

Spring Polishing in ResponseEntityResultHandler

Use instanceof pattern matching.Use Mono.error() method instead of throw keyword inside of flatMap().Simplify Return sta...

Spring chore: Configure Dependabot for GitHub Actions

Signed-off-by: jongwooo &#106;&#111;&#110;&#103;&#119;&#111;&#111;&#111;&#46;&#104;&#97;&#110;&#64;&#103;&#109;&#97;&#10...
上一页 下一页
.