玖涯软件开发
Home
Blog
Spring Add missing @Nullable in SettableListenableFuture
2025-01-08 06:03:54
2534
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
2025-01-08 06:03:51
2890
1/4 Added @Nullable to return type of org.springframework.asm.AnnotationVisitor::visitAnnotationReasons: 1. On inspectio...
Spring Switch to spring-asciidoctor-backends
2025-01-08 06:03:49
806
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
2025-01-08 06:03:46
1553
final ClientHttpRequestMessageSender clientHttpRequestMessageSender = new ClientHttpRequestMessageSender(); final ...
Spring Issues with bean aliases in XML configuration
2025-01-08 06:03:42
2229
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
2025-01-08 06:03:40
133
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
2025-01-08 06:03:37
5847
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
2025-01-08 06:03:34
174
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
2025-01-08 06:03:32
4418
While working on #28976, it became apparent that a BeanFactory initializer registered in BeanFactoryInitializationCode c...
Spring Upgrade to JUnit 5.9.0
2025-01-08 06:03:29
196
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
2025-01-08 06:03:27
214
Deliverables[x] Document when RequestEntity.getUrl() throws an UnsupportedOperationException in its Javadoc.[x] Include ...
Spring Deprecate ignoreDefaultModelOnRedirect property and set to true by default
2025-01-08 06:03:25
531
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
2025-01-08 06:03:21
578
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
2025-01-08 06:03:17
256
The <tt> 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()
2025-01-08 06:03:15
202
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
2025-01-08 06:03:12
23588
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
2025-01-08 06:03:09
310
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
2025-01-08 06:03:06
842
Currently, Spring MVC and WebFlux applications are instrumented wit Micrometer metrics in Spring Boot, thanks to org.spr...
Spring Instrument HTTP clients for Observability
2025-01-08 06:03:04
494
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
2025-01-08 06:03:01
812
See https://github.com/spring-projects/spring-boot/issues/31075#issuecomment-1128766582 for background.The goal of this ...
上一页
下一页
1
…
1407
1408
1409
1410
1411
…
2246
.