Spring Add SameSite enum support to ResponseCookie

I have added the SameSite enum to ResponseCookie while ensuring that the existing string-based handling is still support...

Spring MimeMessageHelper addInline with ByteArrayResource fail with null filename

Affects: spring-context-support-6.1.12I'm creating a mail using MimeMessageHelper. I want to add inline file using Byte...

Spring Ensure that SseEmitter outputs UTF-8 encoded text

The character encoding is not specified in the extendResponse method of SseEmitter, so the character encoding actually r...

Spring Path variable values missing in RedirectView when PathPattern are used

Affects: 6.1.2+ (probably since the introduction of PathPatterns)When you use a RedirectView with an URI that contains a...

Spring jackson blocking calls reported by BlockHound

Hi,We have a webflux/reactor application running in production, after recent JVM upgrade we've noticed new exceptions th...

Spring HeartbeatTask should update the lastWriteTime value of SessionInfo after sending the heartbeat

Comment From: bclozelIf we update this information for heart beats, this makes this information rather useless. The goal...

Spring Upgrade to SnakeYAML 2.0

SnakeYAML 2.0 deliveres backwards incompatible changeshttps://bitbucket.org/snakeyaml/snakeyaml/wiki/ChangesComment From...

Spring Refine naming consistency for HttpRequestFactories and update RestOperations interface

This PR addresses issue #33382 by refining the naming consistency within the Spring Framework.Class RenamingReactorNetty...

Spring Refine null-safety with NullAway build-time checks

As discussed with the JSpecify working group, the goal of this issue is to introduce null-safety checks at build-time us...

Spring Provides a mechanism that allows to customize reactive type

Problem descriptionFor historical reason in our project we have services like:interface Service<I, O> { String ...

Spring Update Objenesis version in package-info

Just changed Objenesis version in package-info.java since it was updated to 3.3 in spring-core.gradleComment From: jhoel...

Spring Harmonize Reactor client class names within the http.client package

The recent introduction of ReactorNettyClientRequestFactory brought a naming inconsistency with ReactorClientHttpConnect...

Spring Resolve new package cycle between web.servlet.handler and web.servlet.function

32689 introduced an instanceof HandlerFunction check in AbstractHandlerMethodExceptionResolver which creates a package c...

Spring BeanCurrentlyInCreationException is thrown when multiple threads get a bean from StaticApplicationContext's Bean Factory

Affects: 6.2.0-M7After updating to the latest milestone version (6.2.0-M7), an org.springframework.beans.factory.BeanCur...

Spring Remove a unnecessary else in DefaultSingletonBeanRegistry

The method getSingleton(String, ObjectFactory<?>) may throw a BeanCurrentlyInCreationException in multiple threads...

Spring Create WebFlux equivalent filter to handle URLs with trailing slashes

The UrHandlerFilter under #31366 is for use with Spring MVC and the Servlet API. This issue is to create the same for us...

Spring Avoid empty array allocations in AnnotationTypeMapping

Avoid empty array allocations in a few places in AnnotationTypeMapping.In a heap dump for a production app, there were a...

Spring SimpleJdbcCall for a function on Informix database generates wrong number of parameters in the statement

Affects:V6.1.11 and othersProblem statementThe given situation: a legacy Informix database and a defined function with a...

Spring Race condition in error handling for ClientAbortException within a StreamingResponseBody on Tomcat

Affects: 6.1.11, 6.2.0-M7When a ClientAbortException occurs within a Spring MVC StreamingResponseBody sometimes the erro...

Spring JPMS: export to spring.core required

This is hopefully just a lack of understanding on how spring "cglib" support is supposed to work (in quotes because it's...
上一页 下一页
.