SpringBoot WebClientAutoConfiguration is no longer included by @AutoConfigureWebClient

Spring Boot 4.0.0-M3The imports file references the wrong FQCN:https://github.com/spring-projects/spring-boot/blob/104fe...

SpringBoot Remove Java 24 from CI matrix

With Java 24 being a non-LTS release it has been superseded by Java 25. We can remove Java 24 from our CI matrix in 3.5....

SpringBoot Add mail sender support for spring-boot-testcontainers

Mail catcher is good solution to test email sending by SMTP, such as: https://mailcatcher.me/https://github.com/linux-c...

SpringBoot Missed bump update on commons-lang3 - 3.1.18 and 3.1.19

The CVE is relatively new 2 mois. https://www.cve.org/CVERecord?id=CVE-2025-48924.As you guys forgot to bump to 3.1.18 t...

SpringBoot Clarify that spring-boot-rsocket does not require spring-web

With the modularization spring-boot-rsocket got an implementation dependency to spring-web. This looks strange consideri...

Spring Add the ability to limit ContentCachingResponseWrapper cache size

It would be nice if ContentCachingResponseWrapper could support setting a limit to its cache so that response body is ca...

Spring Allow HttpHeaders invocation on MockHttpServletRequest and MockHttpServletRequestBuilder

It's nice that WebClient and RestClient provides access to the rich HttpHeaders object for setting things like HTTP Basi...

Spring AbstractJacksonEncoder ignores FILTER_PROVIDER_HINT when encoding Flux<T>

WebFlux 7.0.0-M9: AbstractJacksonEncoder considers the FILTER_PROVIDER_HINT only when going through encodeValue():https:...

Spring Update Javadoc related to use of ApiVersionInserter to show examples

The inserter exposes a builder through a static method, so wherever we accept an inserter (clients, test clients, MockMv...

Spring Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler

In the documentation, an example is provided for implementing WebSocketHandler when processing inbound and outbound mess...

Spring Test bean override support should only override singletons

While working on #32933, I noticed some potential issues regarding singleton and scope semantics in our Bean Override su...

Spring Support Bean Overrides for non-singletons

OverviewDue to interest from the community (see comments in #33602), we have decided to reinstate support for overriding...

Spring ControllerAdviceBean#findAnnotatedBeans should not require ApplicationContext

Looking at the implementation of ControllerAdviceBean#findAnnotatedBeans it requires an ApplicationContext but only for ...

Pandas ERR: improve error message when specifying a previously-deprecated frequency alias

For example, in pd.date_range, we deprecated some frequency aliases. With pandas 2.3:&gt;&gt;&gt; pd.date_range(&quot;20...

Pandas BUG: Regression in Series.pow with all-NA double[pyarrow] values in pandas 3.x

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas ENH: DataFrame.to_sql with if_exists='replace' should do truncate table instead of drop table

Is your feature request related to a problem?Dropping table when if_exists=‘replace’ will fail if the table has any obje...

Keras Add keras.jit

It seems that we need a Keras JIT program.Now that torch.compile, tf.function, and jax.jit can all implement JIT functio...

Jackson Databind Jackson 3: JsonGenerator vs PrettyPrinter

Is your feature request related to a problem? Please describe.In Jackson 2.x, I am wrapping JsonGenerator to add syntax ...

Redis Make an 8.0 release?

Blog says 8.0 is released, But is there a tagged release? I see an 8.0 branch:% git log -1 ...

SpringBoot Consider common connection pool for all DataJpaTest's

There is not connection pool issue as long DataJpaTest is used for main purpose, to test repositories.However, in my ca...
上一页 下一页
.