SpringBoot Add spring.data.redis.lettuce.read-from property

42576Comment From: wilkinsonaThanks, @nosan. Unfortunately, when I looked at this yesterday, I mistakenly thought that R...

SpringBoot Auto-configure the Postgres application_name when using Docker Compose

gh-40772I added since 3.4.0 everywhere but maybe it could be merged earlier if everything is ok.Thanks in advanceComment...

SpringBoot NoClassDefFoundError when using JUnit to test a Gradle 7.6.x app that depends on spring-boot-actuator-autoconfigure but not on org.junit.platform:junit-platform-launcher

Hello,During the spring boot upgrade 3.4.0 i am getting below error which is actually working fine with 3.3.6.org.gradle...

SpringBoot Support OTEL_SERVICE_NAME and OTEL_RESOURCE_ATTRIBUTES environment variables

The OTEL_SERVICE_NAME and OTEL_RESOURCE_ATTRIBUTES environment variables are a fundamental mechanic of configuring appli...

SpringBoot Introduce dedicated annotation to deal with boolean property conditions

As shown in #43641 we have inconsistencies with the way we use @ConditionalOnProperty for enabled annotations. Introduci...

SpringBoot Upgrade to Versions Maven Plugin 2.18.0

Upgrade to Versions Maven Plugin 2.18.0.Comment From: surya170Hi @wilkinsona,I’d like to work on this issue. Could you p...

SpringBoot Upgrade to HikariCP 6.2.1

Upgrade to HikariCP 6.2.1.Comment From: kzander91Note that #43489 has already been opened.Comment From: philwebbThanks @...

SpringBoot Simplify test for LoggingApplicationListener's handling of a Throwable thrown from LoggingSystem#initialize

It's tested by tryingToUseJaninoWhenItIsNotOnTheClasspathFailsGracefully in LoggingApplicationListenerTests at the momen...

SpringBoot StructuredLogFormatter exceptions are not visible to the user

Currently, if StructuredLogFormatter throws an exception it is silently swallowed and the user doesn't know something ha...

SpringBoot DataSourceTransactionManagerAutoConfiguration should not enable DataSourceProperties as it does not use them

DataSourceProperties bean is not used by DataSourceTransactionManagerAutoConfiguration.Comment From: philwebbThanks @qua...

SpringBoot Use SQLExceptionTranslator bean if defined

Auto-configure JdbcTemplate and HibernateJpaDialect beans with SQLExceptionTranslator bean if the latter one is uniqueSe...

SpringBoot Add TaskDecorator support for scheduled tasks

gh-43173I also marked the existing ThreadPoolTaskSchedulerBuilder constructor with the @Deprecated annotation, as I beli...

SpringBoot CapturedOutput is empty when using Log4J2 StatusLogger

While working on #43575 I noticed that Log4j2 Smoke Tests does not contain a test to verify that DefaultErrorHandler pri...

SpringBoot Metrics and health do not include non-default candidate beans

The documentation for Spring Boot 3.4 now recommends the @Qualifier("xyz") and @Bean(defaultCandidate = false) approach...

SpringBoot Query Regarding Quartz Scheduler Warning in Spring Boot Application

We are using Quartz for job scheduling in our Spring Boot application, and we've encountered a warning related to the sc...

SpringBoot docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier

This is due to the change made for https://github.com/spring-projects/spring-boot/issues/40139 which has inadvertently r...

SpringBoot Switch away from using 'prefix' attribute of @ConditionalOnProperty

Using prefix isn't necessary any more and we can simply combine the prefix and the name attributes. In a lot of cases th...

SpringBoot Move away from self-signed.badssl.com

We're using https://self-signed.badssl.com to validate a scenario where SSL validation may be skipped locally. Changes t...

SpringBoot Several auto-configurations are creating JMX beans unnecessarily

We have a few @ConditionalOnProperty annotations that check for "spring.jmx" with matchIfMissing = true (e.g. org.spring...

SpringBoot Remove virtual thread support for Undertow as it leaks memory

Hello,I am observing an issue with virtual threads in Undertow in Spring Boot v3.3.0-M2. When using spring.threads.virtu...
上一页 下一页
.