SpringBoot Add a customizer for ProxyConnectionFactory.Builder from r2dbc-proxy

With upgrading to r2dbc-proxy 1.1.5.RELEASE(should be addressed by the dependency upgrade commits), this could be a chan...

SpringBoot PaketoBuilderTests fail due to deprecation warning from the ca-certificates buildpack

The ca-certificates buildpack logs a new deprecation warning: [creator] Paketo Buildpack for CA Certificates 3.8...

SpringBoot Spring Boot 3.X Upgrade: Custom Health Indicator Not Recognized in Actuator Liveness Group

As part of our effort to clean up vulnerabilities, we upgraded our Spring Boot application from the latest 2.X to 3.X ve...

SpringBoot Make @ConfigurationProperties available in conditions

Hi,There is a general issue with @ConfigurationProperties and beans/classes conditions not working well together. Basica...

SpringBoot Use Paketo tiny builder by default for JVM and native apps

The Spring Boot build plugins currently use the Paketo builder-jammy-base builder for JVM apps and builder-jammy-tiny fo...

SpringBoot Make buildSrc's custom tasks consistently abstract

The custom tasks in buildSrc are a mixture of concrete and abstract classes. For consistency and to ease future Gradle v...

SpringBoot Update Kotlin DSL examples that configure the environment of bootBuildImage to be additive

Reading Gradle documentation and seeing other similar code samples, I don't think the environment.get() part is needed, ...

SpringBoot Tracing propagation does not work in ControllerAdvice with async controllers since 3.2.7

In my application I have async controllers and ControllerAdvice with exceptions handling.Tracing propagation was working...

SpringBoot Rework fix for #21992 to avoid polluting Gradle Module Metadata with mavenOptional… variants

We have a number of mavenOptional… variants in our published Gradle Module Metadata .module files. They're benign but it...

SpringBoot Polish gh-40023

This PR polishes the changes made in gh-40023 a bit.Comment From: mhalbritterHey, thanks for the PR, i've added a commen...

SpringBoot Configuration property parsing list has unexpected behavior

Hi, so I think there is an unexpected behavior around the configuration parsingSee the following application.ymlsome: v...

SpringBoot SpringBoot Liquibase Support of rollback automatically

We have a Spring boot application with liquibase configuration to apply database change sets. When we deploy the applica...

SpringBoot Add a customizer for Lettuce's ClientOptions

The current LettuceConnectionConfiguration requires too much code to be written when additional settings such as Cluster...

SpringBoot Make it easier to provide a custom RequestToViewNameTranslator

Comment From: wilkinsonaThanks very much for making your first contribution to Spring Boot, @rohitp-a. If you're interes...

SpringBoot Add support for org.testcontainers.kafka.KafkaContainer

Testcontainers 1.19.8 provides org.testcontainers.kafka.KafkaContainer, which relies on apache/kafka image.Comment From:...

SpringBoot Run Docker-based tests serially

The build currently runs everything in parallel. This seems to cause some problems with Docker where both local develope...

SpringBoot @RedisHash timeToLive is a long, which is not compatible with the use of SPeL

org.springframework.data.redis.core.RedisHash has a field timeToLive typed as long therefor you cannot use SPeL/Spring-s...

SpringBoot Auto configuration for Kafka Cluster ID via application.properties

Starting with version 3.1, the KafkaAdmin has this new API setClusterId which should be used to prevent attempting to fe...

SpringBoot Replace custom domain socket implementation with JDK domain socket support

JDK 16 added support for Unix domain sockets. We can replace our DomainSocket implementation and its subclasses with an ...

SpringBoot RuntimeHintsRegistrar types should be created dynamically

Hi, just a concern that brings me to this matter.Spring Boot has several internal processes that helps and speed up deve...
上一页 下一页
.