Spring Polish

Update copyright year of changed filesSee https://github.com/spring-projects/spring-framework/issues/33823Comment From: ...

Spring Update HttpStatus to align with RFC9110 where relevant

Affects: 6.1The HttpStatus javadoc links to HTTP Status Code Registry, which in turn refers to RFC9110 (published in Jun...

Spring Spring WebFlux RouterFunction cannot add subclass of ServerResponse

my code import org.springframework.context.annotation.Bean;import org.springframework.stereotype.Component;import org.sp...

Spring Prefer modified resources over the originals in TestCompiler

Previously, when the test compiler had been seeded with a resource file, any modifications to this resource performed du...

Spring Refine @Contract Javadoc to mention this and new return values

As documented in Jetbrains variant of @Contract here and as suggested by @mp911de, org.springframework.lang.Contract sho...

Spring LazyInitializationException with GraalVM Native Image in Spring Boot 3.3.5 Application

Issue SummaryIn a Spring Boot 3.3.5 application using GraalVM (22.3.0) for native image compilation, the following excep...

Spring Relax the visibility of MockMVC DSL constructors

Hello, I added Kotlin DSL for RestDocs.At first, I thought this PR might be more suitable for spring-restdocs, so I was ...

Spring Add trailing slash to static resource location if missing

As already stressed by @philwebb in #33815 and by my colleague @milazzo-g, the brand new assertion about the required tr...

Spring Spring RestClient returns an error when sending a MultipartFile "No serializer found for class sun.nio.ch.ChannelInputStream"

I try send request via RestClient:fun uploadFile(file: MultipartFile): MyDtoRs { val resource: Resource = file.resource...

Spring New threads added to thread pool inherit active database transaction in tests

TransactionalTestExecutionListener's sanity check for open transactions can cause spurious test failures when JUnit test...

Spring Move Kotlin code samples to a dedicated package

The upgrade to Kotlin 2 planned in #33629 is blocked by an error that happens during the compilation of Kotlin code samp...

Spring Remove support for Kotlin scripting engine

Kotlin team has expressed the intent to drop Kotlin scripting engine support via JSR 223 (javax.script.ScriptEngine) and...

Spring Add batch operations support to DatabaseClient

As discussed in #27229, this issue intends to add support to batch operations support to R2DBC DatabaseClient.The starti...

Spring @Cacheable behavior when there is a QueryTimeoutException on the get operation

Consider the following method: @Cacheable(value = "foo", key = "#season.toString()", cacheManager =...

Spring HttpRequest awareness for RestClientException

Hello everyone. This is my first contribution, so please don't blame me too much.So, my use case is to develop an intern...

Spring Fix indentation to use tabs in Kotlin source files

This PR fixes indentation by replacing four spaces with a tab in Kotlin source files to align with the project's .editor...

Spring @Lazy not working in Native mode

Given the following sample: https://github.com/Eng-Fouad/spring-native-lazy-bugI got an exception on running the native ...

Spring Explore additional Spring AOT optimizations on the JVM

Spring AOT is a mandatory step to build a native image for a Spring applications. While adding support for native images...

Spring TypeNotPresentException: org/springframework/cglib/proxy/NoOp not present on Java 17

Affects: Spring Framework 5.3.25 on Java 17Stack Traceorg.springframework.aop.framework.AopConfigException: Unexpected A...

Spring HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4

httpcomponents httpclient5 changed the internal implementation of HttpClientContext with version 5.4https://github.com/a...
上一页 下一页
.