Spring Add missing @Nullable in SettableListenableFuture

Add @Nullable to return type of org.springframework.util.concurrent.SettableListenableFuture::get()Supporting test trace...

Spring added missing @Nullable annotations to methods that may return null and are overridden by methods already using @Nullable

1/4 Added @Nullable to return type of org.springframework.asm.AnnotationVisitor::visitAnnotationReasons: 1. On inspectio...

Spring Switch to spring-asciidoctor-backends

to get the new look and feel and new functionality. A side effect is a simpler docs.gradle file.Comment From: sbrannenTh...

Spring Jaxb2Marshaller do not call configured CaracterEscapeHandler

final ClientHttpRequestMessageSender clientHttpRequestMessageSender = new ClientHttpRequestMessageSender(); final ...

Spring Issues with bean aliases in XML configuration

Spring version - 5.3.22Aliases overwrite the ID property, moreover they are not verifying for presence of duplicate bean...

Spring Upgrade to Gradle Enterprise Conventions Plugin 0.0.11

This PR upgrades to Gradle Enterprise Conventions Plugin 0.0.11.Comment From: sbrannenThis has been merged into 5.3.x an...

Spring AOT generated code should consider visibility of FactoryBean target type

A FactoryBean<T> using a package private target type T leads to compile errors in the generated code when the Fact...

Spring Remove deprecated methods in TypeHint and ReflectionHint

This should have been done before M6 but I forgot to do it.See #29135 where we've introduced an improved API, keeping th...

Spring Allow MethodReference to support a more flexible signature

While working on #28976, it became apparent that a BeanFactory initializer registered in BeanFactoryInitializationCode c...

Spring Upgrade to JUnit 5.9.0

JUnit 5.9 RC1 has been released.In light of that, we should upgrade to 5.9 RC1 – to provide early feedback if necessary ...

Spring Document when RequestEntity.getUrl() throws an UnsupportedOperationException

Deliverables[x] Document when RequestEntity.getUrl() throws an UnsupportedOperationException in its Javadoc.[x] Include ...

Spring Deprecate ignoreDefaultModelOnRedirect property and set to true by default

It's been a long time since this API and available options have been considered, and as per the discussion under #28069,...

Spring Fix links in Javadoc and reference docs

fix broken links (using their new URL, an alternative URL or a Wayback Machine link),use HTTPS where possible,remove htt...

Spring Replace use of the <tt> HTML tag in Javadoc

The &lt;tt&gt; HTML tag was used in HTML 4 to define teletype text. It is not supported in HTML5 and its use is discoura...

Spring Fix Javadoc since tag for AbstractGenericWebContextLoader.createContext()

This PR fixes Javadoc @since tag for AbstractGenericWebContextLoader.createContext().See gh-28983Comment From: sbranneno...

Spring Error handling no longer works for JSON controller method returning Flux under 6.0.0-M5

Affects: spring-webflux:6.0.0-M5What I am trying to achieveI am using Java 17 and spring-webflux:6.0.0-M5, pulled by spr...

Spring Add runtime hints for WebFlux's WebSocket upgrade strategies

Tested using the webflux-netty smoke test and a local build of these changes: https://ge.spring.io/s/nvq4vhd5i2gh4.Comme...

Spring Instrument MVC and WebFlux for Observability

Currently, Spring MVC and WebFlux applications are instrumented wit Micrometer metrics in Spring Boot, thanks to org.spr...

Spring Instrument HTTP clients for Observability

Micrometer 1.10 will bring a new micrometer-observation module - this will bring a lightweight API designed for instrume...

Spring Revisit resource cleanup in RestTemplate and ClientHttpRequestFactory

See https://github.com/spring-projects/spring-boot/issues/31075#issuecomment-1128766582 for background.The goal of this ...
上一页 下一页
.