SpringBoot Artifactory rest calls can return HTTP 200 despite failures

The curl commands we issue to artifactory can sometimes fail without returning a correct HTTP status code. Most recently...

SpringBoot @AutoConfigurationPackage unpredictable behaviour depending on package name

Hello, team!My issue is intertwined with #19024.Suppose, I've "client" app that has spring-boot-data-jpa with its automa...

SpringBoot SSL Hot Reload reloads certificates only once on Kubernetes

Spring-boot version 3.3.9I have configured a springboot application to use SSL bundles and enabled the hot reload functi...

SpringBoot Rewrite Hibernate2ndLevelCacheIntegrationTests to use ehcache

I've just noticed that the rest of the hibernate tests using JCache were working because ehcache is preferred. This part...

SpringBoot Optimize SystemEnvironmentPropertyMapper.isLegacyAncestorOf

demo.zipare checking the performance impact of adding Consumer beans with spring-cloud-function. We added 100 Consumer b...

SpringBoot DataSourceTransactionManagerAutoConfiguration should run after DataSourceAutoConfiguration

DataSourceTransactionManagerAutoConfiguration is checking if a single DataSource candidate is available, but it doesn't ...

SpringBoot Multiline properties in documentation are missing backslashes

Hello team,Just wanted to reach out with a small issue.SSLBundle is a very cool feature of Spring, if not anything else ...

SpringBoot MessageConverterBackgroundPreinitializer has an import on the wrong MessageConverter class

It currently has an import on org.apache.activemq.artemis.spi.core.protocol.MessageConverter but it should be org.spring...

SpringBoot Native Query with clause and delete broken in springboot 3.4.x

In springboot 3.3.x, a with clause supports delete operations - e.g.@Transactional@Modifying@Query(nativeQuery = true, ...

SpringBoot Add Property for keepalive Setting of GraphQL SSE Handlers

There is a new keepAliveDuration setting in GraphQlSseHandlers, see https://github.com/spring-projects/spring-graphql/is...

SpringBoot Missing web client request header

After upgrading Spring Boot from version 3.3.5 to 3.4.3, we started receiving an HTTP 411 error from an external service...

SpringBoot JmsAutoConfigurationTests should not rely on broker auto-configuration

JmsAutoConfigurationTests currently expects a full-fledged ConnectionFactory to be configured, but that's actually not n...

SpringBoot Issue with null values for Kafka when using SslBundles

Hello team,Just wanted to reach out with a small issue observed using SslBundle (in favor of the "old" way)BEFORE:Before...

SpringBoot Cannot override properties from imported config

Assuming the below files on my classpath:application-staging.ymlspring: data: mongodb: uri: stagingUrI# ... (bu...

SpringBoot Rationalize Groovy Template configuration properties

We currently have@ConfigurationProperties("spring.groovy.template.configuration")public GroovyMarkupConfigurer...

SpringBoot Actuator throws an exception when using prototype scoped datasource bean

Spring Boot 3.4.3: <properties> <java.version>17</java.version> <maven.compiler.so...

SpringBoot Consider if we want to reintroduce base classes for template properties

FreeMarkerProperties settings templateLoaderPath preferFileSystemAccessextends AbstractTemplateViewResolverPr...

SpringBoot My Postgres in Springboot is not auto createtable when I run my Java program

Can you help to check why this is happening. My Postgres in Springboot is not auto create run I run my Java program. SHo...

SpringBoot Enable combined MongoDB URI and username/password properties usage

When configuring MongoDB authentication, the configuration needs to happen either through the URI or through individual ...

SpringBoot Support bind other configuration key as default value

See https://github.com/spring-projects/spring-boot/issues/44701 for background.We could introduce new attribute like ref...

下一页
.