Spring [do-not-merge] testing

Comment From: pivotal-cla@delta12kilo Please sign the Contributor License Agreement!Click here to manually synchronize t...

Spring Low level exception handling in HTTP Interface Clients

Affects: 6.1.11I am following https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-http-...

Spring Add exception message when logging resolved exceptions

For more insight into which exception has been resolved, the thrown exception will be included in the log message accord...

Spring Allow multiple listeners on ResponseBodyEmitter

It looks like the general recommendation about SSE is to send messages at fixed interval to clients to probe the connect...

Spring Simplify WebJars support

https://github.com/spring-projects/spring-framework/issues/27619#issuecomment-2333340105Comment From: bclozelIt looks li...

Spring Avoid storing duplicate empty array in MethodParameter field

Avoid storing duplicate empty arrays in the parameterAnnotations field of MethodParameter.In a heap dump of a sample app...

Spring Efficient webjars version resolution via webjars-locator-lite

Spring (MVC and Webflux) has a ResourceResolver abstraction that can be used to resolve the versions in webjars, avoidin...

Spring Document TaskDecorator usage with TaskExecutors

Enhancement RequestDescription:I found spring docs for TaskExecutor currently lacks detailed information regarding the u...

Spring The following method did not exist: 'void org.springframework.orm.hibernate5.LocalSessionFactoryBuilder.addAttributeConverter(java.lang.Class)'

DescriptionWe are using SB 3.1.2 and the Spring Framework 6.0.11 The following method did not exist: 'void org.springfr...

Spring Add Javadoc @since for CodeWarnings.detectDeprecation(ResolvableType)

This PR adds a Javadoc @since tag for the CodeWarnings.detectDeprecation(ResolvableType).See gh-32850Comment From: sbran...

Spring Document that WebFlux does not support forward redirects

Affects: 6.1RFE: add a section in WebFlux “View Technologies”on how to do forward: and redirect:.Currently ...

Spring Decide what to do with @IfProfileValue [SPR-7754]

Dave Syer opened SPR-7754 and commentedNow that @Profile (and "profile" generally) has a meaning in the framework, the o...

Spring Add @Profile support for tests

I'd like some tests enabled only for specified profiles, for example:@SpringJUnitConfigabstract class TestBase { @Pro...

Spring Inconsistent handling of X-Forwarded-Prefix in servlet and reactive stack

Affects: 6.1I have stumbled upon hard-to-debug issue which affects the reactive stack (webflux) but works fine in servle...

Spring WebLogicRequestUpgradeStrategy is not compatible with WebLogic 12.2.1.4.0

After patching WebLogic 12.2.1.4.0 with the patch set named "Oracle® WLS Patch Set Update 12.2.1.4.240704" we are facing...

Spring Avoid empty array allocations in ResolvableType

Avoid allocating empty arrays in a few places in ResolvableType.Comment From: sdeleuzeMerged, thanks.On a very simple we...

Spring Improve documentation on reading form data via Servlet request parameters vs @RequestBody

I upgraded from spring-boot v2 -> v3. My tests could not detect the following issue, even though I tested the scenari...

Spring Expand acronyms FQN and FQCN

We should insist on using either one to keep consistency, FQCN is more common in the Java ecosystem.Comment From: quaffw...

Spring Functional Endpoints in Servlet stack, correct way to write to ServerResponse's outputStream or bug?

Hello dear Spring team,I wonder if my code is buggy or your code is buggy, as I have no other sources to bypass this pro...

Spring Revert removal of deprecated rawStatusCode methods

After introducing the HttpStatusCode class in 6.0 as an alternative to the HttpStatus enum, methods for access to the ra...
上一页 下一页
.