SpringBoot Investigate ClientHttpConnector builders for WebClient with a similar design to ClientHttpRequestFactoryBuilder

The new ClientHttpRequestFactoryBuilder is fantastic. Are there any plans or desire to bring a similar builder for Clien...

SpringBoot Add withDefaultRequestConfigCustomizer method to HttpComponentsClientHttpRequestFactoryBuilder

Apache HttpClient 5.4.x (in upcoming Spring Boot 3.4) has by default enabled HTTP/1.1 TLS Upgrade in https://github.com/...

SpringBoot Provide auto-configuration for Liquibase with NoSQL databases

Spring Boot version is 3.1.4.Reproducer (ignore the README title, the initial scope of the reproducer is unrelated to th...

SpringBoot DynamicPropertyRegistry in testcontainers still working in 3.4 version

In this point of 3.4 Release notes mention that:Support for defining dynamic properties by injecting a DynamicPropertyRe...

SpringBoot Flip make default to false so that 3.4.x releases of the CLI are now the default

https://github.com/spring-projects/spring-boot/blob/415193827bfe8fbfd02d075759460c8ca2abbfc9/.github/workflows/release.y...

SpringBoot StackOverflowError on nativeCompile with boot 3.4.0

I just upgraded my application to Spring Boot 3.4.0 but now I get a StackOverflowError on native build.I have tried reve...

SpringBoot Add auto-configuration for Spring Batch's MongoJobRepository

Sample at https://github.com/joshlong-attic/2024-11-20-batch-job-repositoryComment From: philwebbThis bug exists in earl...

SpringBoot Add ConditionalOnBean support for generic bean argument types

Add generic bean support using @ConditionalOnBean and @ConditionalOnMissingBean annotations as described in #28845. Adde...

SpringBoot Automatically create metrics for caches that are created on-the-fly

Currently the CacheMetricsRegistrarConfiguration binds the meters for the cache related metrics in a @PostContstruct for...

SpringBoot Searching current docs links to snapshot docs

May or may not be a Spring Boot issue or the custom Antora setup.When searching, you can see the bottom left links to th...

SpringBoot Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties

This PR updates the Javadoc @since tags for the OtlpMetricsProperties and the OtlpTracingProperties as it seems to have ...

SpringBoot Disable redirects by default in TestRestTemplate for all HTTP clients

My test is broken after rest-assured dependency removed, I found it caused by TestRestTemplate inconsistent follow redi...

SpringBoot Auto-configuration for RestClient, WebClient and generated @HttpExchange proxies

Spring Cloud offers some auto-configuration for its @FeignClient which entered maintenance mode in favor of RestClient a...

SpringBoot Can't fetch/build javadoc after upgrading to 3.3.x

Hello. I have an application based on spring boot that also produces the javadoc (both html and jar) with external links...

SpringBoot @ConfigurationProperties should have an option to fail fast for unresolvable properties

When using placeholders in application.yaml (property files/externalised configuration) together with the @Configuration...

SpringBoot when exception is thrown during init of spring boot app, AWS lambda fails on timeout , instead of immediately by error.

hi, using AWS lambda with spring boot app. in this app exceptions can be thrown during initialization stage (specifical...

SpringBoot Documentation: Logback configuration snippet wrong.

The documentation for configuring logback with spring boot defaults has a typo:https://docs.spring.io/spring-boot/docs/2...

SpringBoot @MockitoSpyBean behavior different from @SpyBean

Version: Spring Boot 3.4.0-RC1Hi Spring team, I'm not sure if this belongs to Spring Boot or Spring framework since the ...

SpringBoot Spring Cloud Gateway + IntelliJ - cannot autowire: circuitBreakerConfig: Consumer<SpringCloudCircuitBreakerFilterFactory.Config>

In IntelliJ Idea I keep getting a cannot autowire bean error. The exact error is:Spring Cloud GatewayHere is my routeloc...

SpringBoot Logback Init Issue

Hello,Im getting same exception and thus probably facing similar issue as described here:https://github.com/spring-proje...
上一页 下一页
.