SpringBoot Add spring.redis.lettuce.read-from property for configuring LettuceClientConfiguration's read from setting

Currently using Lettuce but noticed that config properties lacks readFrom property and require code change to implement ...

SpringBoot Make it easier to consume multiple connection details beans of the same type with Docker Compose

If you define multiple services of the same type in your Docker Compose yaml, you'll get multiple connection details bea...

SpringBoot Use paketobuildpacks/builder-noble-java-tiny as the default image builder

In https://github.com/spring-projects/spring-boot/pull/42508, the default Buildpacks builder used by the upcoming Spring...

SpringBoot Problems with Spring and Bean Validation interpolation messages

Hi,I am using:Spring Boot: 3.2.10Spring Framework: 6.1.13Hibernate Validator: 8.0.1.FinalI am using the default Spring ...

SpringBoot Default Logback config uses deprecated "converterClass" attribute

After the logback 1.5.7 upgrade, a deprecated warning is now shown:01:56:52,355 |-INFO in ch.qos.logback.core.joran.util...

SpringBoot Add a Tomcat 11 smoke test

Tomcat 11.0.0 was released last week and it would be nice if Spring Boot 3.4 would support the new version. This require...

SpringBoot server.forward-headers-strategy=native: X-Forwarded-Port is not always respected in response's Location header

I'm using server.forward-headers-strategy=native because my Spring Boot (version 3.3.4) application is operating behind ...

SpringBoot Fix systemd example configuration

The sample systemd configuration in https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-...

SpringBoot Is 2.6.x affected by CVE-2024-38807?

https://spring.io/security/cve-2024-38807https://spring.io/projects/spring-boot#supportThe 2.6.x version has reached EOS...

SpringBoot Autoconfigure micrometer tracing for transactions

With the migration from Spring Cloud Sleuth to Micrometer Tracing, the direction was to move instrumentation support to ...

SpringBoot Provide a configuration property to specify the order of the ServerHttpObservationFilter

Hi,Migrating from Spring Cloud Sleuth to Spring Boot 3 there used to be a property to override the TraceFilter:spring: ...

SpringBoot Support Mockito with @MockBean and @SpyBean in AOT-processed tests

Currently Mockito doesn't work with native tests. See https://github.com/spring-projects-experimental/spring-native/issu...

SpringBoot Improve MessageSourceMessageInterpolator when using MessageSource.setUseCodeAsDefaultMessage(true) and Bean Validation attributes

When I was doing research for #42773, I came across two potential improvements forMessageSourceMessageInterpolator:The l...

SpringBoot Dev Tools reload and SpEL loaded classes within Thymeleaf templates

In one of our Thymeleaf templates we have the following code:...<td th:if="${foobar instanceof T(some.pkg.FooBar...

SpringBoot Reclaim docker disk space on CI during build

We recently ran out of disk space during a build. The most likely cause is Docker images which we could prune when we're...

SpringBoot Set LOG_CORRELATION_PATTERN only when correlation ID is expected

Prior to this commit, if logging.pattern.correlation has been set, then the correlation ID is logged regardless of the f...

SpringBoot Auto-configure Hibernate with a JsonFormatMapper

33870Comment From: wilkinsonaThanks, @nosan.Before merging this, we should consider if we want a way to disable it (an a...

SpringBoot start.spring.io generates unsupported gradle wrapper 8.10.2 for kotlin 1.9.25

According to kotlin gradle plugin documentation versions 6.8.3–8.1.1 support kotlin 1.9.20–1.9.25.However Spring Initial...

SpringBoot Polish tests

Improve null safetyReplace lambda with method referenceComment From: wilkinsonaThanks, @quaff.I've merged this without t...

SpringBoot Recommend the use of AopTestUtils.getTargetObject() when setting expectations on a spied bean that Spring has proxied

With thanks to @kriegaex, see this question on Stack Overflow and the sample to which it links.Comment From: wilkinsonaT...
上一页 下一页
.