Spring Add support for instant in @DateTimeFormat

Krzysztof Krason opened SPR-15280 and commented@DateTimeFormat annotation is supported by all Java 8 time classes except...

Spring Introduce HttpStatusCode interface

According to the HTTP specification, the HTTP response status can be any 3-digit integer. In Spring Framework, the HTTP ...

Spring Spring Framework 5.3.x is incompatible with Jetty 10 (Client)

We have recently moved to Spring Boot 2.7.5 with Jetty 10 (or are trying to). What we found was two things - one is prob...

Spring Hibernate Query.list() is not included in SharedEntityManagerCreator's queryTerminatingMethods set, causing DB connection not to be released when query is proxied

The queryTerminatingMethods of the SharedEntityManagerCreator class does not contain the "list" method:In the DeferredQu...

Spring Spring Web RestTemplate http.client.requests Metrics No Longer Have client.name Tag

Affects: 6.0.3Problem DescriptionEver since Spring Framework 6, the client.name tag from http.client.requests metrics a...

Spring Support Optional in Jackson 2 message converters

Affects: 5.2.3.RELEASEGiven an endpoint that returns a polymorphic JSON type, eg.@JsonTypeInfo(use = JsonTypeInfo.Id.NAM...

Spring Investigate Kotlin DSL options for expectAll() in WebTestClient

OverviewCommit 3c2dfebf4ec5e9d791c1f3c9fa0ad35a5a9fcd6b introduced a new expectAll() method in WebTestClient in order to...

Spring Add support for java.util.Optional to GenericHttpMessageConverter

Comment From: rstoyanchev@poutsma the issue that this fixes #24498 seems to have been fixed recently. Can you review thi...

Spring Increase number of TOC levels in generated PDF documentation

This was introduced by 4b22a4a0d.This is single pdf file now.This is splitted file before.

Spring @Scheduled to execute once on start [SPR-17019]

Alex Panchenko opened SPR-17019 and commentedIn some cases an initialization operation could take some time and it would...

Spring Introduce Kotlin DSL for ResultActions.andExpectAll()

OverviewCommit dd9b99e13d6b30462fb168799e6bbca1456123da introduced ResultActions.andExpectAll() to support soft assertio...

Spring Allow to create a MergedAnnotations instance composed of multiple MergedAnnotations instances

I find myself having to lookup annotations from an ordered set of different locations and use the information from the f...

Spring please support declarative RSocket-based clients in GraalVM / AOT images

there's probably going to be issues using RSocketExchange in an AOT context for declarative RSocket-based clients, as th...

Spring webclient netty memory leak

hiI'm developing in the webflux environment.I registered because netty memory leak occurred while using webclient and I ...

Spring Springframework version of StringUtils  support for org.apache.commons.lang3.StringUtils.repeat()

it would be nice to have Spring version oforg.apache.commons.lang3.StringUtils.repeatI have to add org.apache.commons.la...

Spring use constants BEARER and BASIC instead of String literals

I think using constant BEARER instead of "Bearer ", and constant BASIC instead of "Basic " is better to reduce the risk ...

Spring 204 No Content respoinse is broken on HTTP/2 Tomcat

Affects: 5.3.24, 6.0.3Fail to parse response from spring application returning 204 No Content via HTTP/2.Seems only Tom...

Spring @JsonNaming strategy is not supported in GraalVM native image

OverviewI am using Spring Boot 3.0 RC1 and GraalVM latest.My native image works fine.@JsonNaming(PropertyNamingStrategie...

Spring @JsonDeserialize(builder = ...) does not work in GraalVM native image

OverviewWe update our spring boot version to 3.0.0 and build native image with below mentioned grallvm version.openjdk v...

Spring AOT processing fails with Set if type doesn't implement Comparable

Creating a bean definition manually and having Set containing types(Like Class) which doesn't implement Comparable fails...
上一页 下一页
.