SpringBoot Add Cassandra health indicator that uses CqlSession

Motivation:It is possible to use CassandraAutoConfiguration to create CqlSessionbeans in an application with just a depe...

SpringBoot Deprecate Cassandra health indicator that uses Spring Data's CassandraOperations

As we've introduced new health indicators that use the low-level driver, it doesn't make sense for us to keep two separa...

SpringBoot Java Spring Boot Circular Dependency on one environment

I have a spring boot application which runs well on my local, UAT, and Prod environments but when I deploy it in a stagi...

SpringBoot Apply classpath normalisation to antlib's integration test input

The integrationTest task in spring-boot-antlib uses sourceSets.main.runtimeClasspath as a files input but doesn't config...

SpringBoot Fix formatting violation

Hi,https://github.com/spring-projects/spring-boot/commit/1d73d4eda75ef0d18c747c57aa2b3385674483c7 introduced a formattin...

SpringBoot Remove Elasticsearch RestClient auto-configuration

spring-boot-starter-parent v2.3.1.RELEASEelasticsearch-rest-high-level-client (version inherited from parent above)Accor...

SpringBoot how to set spring.datasource.hikari.data-source-properties.v$session.program=XXX property

Hello,How to set spring.datasource.hikari.data-source-properties.v$session.program in application.properties, the '$' ch...

SpringBoot spring.redis.timeout seems to apply inconsistently across its implementations

Looking at the code related to spring.redis.timeout application property, it seems to apply inconsistently across its im...

SpringBoot Improve CassandraHealthIndicator with more robust mechanism

The current CassandraHealthIndicator is examining the health of the underlying cluster by executing simple SELECT .relea...

SpringBoot Fix typo

Comment From: snicollThanks @spencergibb!Comment From: wilkinsonaI've switched this to a task as the typo that it correc...

SpringBoot Override AccessDeniedException message

I am using Spring Security with a custom permission evaluator and i am looking for a solution to override the static Acc...

SpringBoot Add mainApplicationClass information as a tag to "starting" StartupStep

As a follow up of #22600, we should add the mainApplicationClass information, if available, to the "spring.boot.applicat...

SpringBoot Provide a buffering implementation for application startup metrics

Once #22600 is in place, Spring Boot provides an easy way to configure an ApplicationStartup implementation for collecti...

SpringBoot DeploymentIntegrationTests are flaky

Open Liberty don't seem to start reliably within the 10 minute timeout which leads to test failures. It should start con...

SpringBoot ErrorPageFilter is no longer ordered at HIGHEST_PRECEDENCE + 1

From 2.2.8.RELEASE to 2.3.3.RELEASE, order of ErrorPageFilter has changed from Ordered.HIGHEST_PRECEDENCE + 1 to Ordered...

SpringBoot When using HSQLDB, Hikari logs a warning message about the driver class name when the first connection is retrieved from the pool

WARN message in startup: [ main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClass...

SpringBoot SampleRSocketApplicationTests unauthenticatedAccessToRSocketEndpoint hangs intermittently

We've seen SampleRSocketApplicationTests.unauthenticatedAccessToRSocketEndpoint hang on CI a couple of times today. Here...

SpringBoot Document that buildpacks use non-root users for building container images and running containers

Version 2.3.0 still causes "Unable to start embedded Tomcat server" errors.Used for test: v2.3.0.BUILD-SNAPSHOTorg.sprin...

SpringBoot AnnotationsPropertySource can throw a NPE when javax meta-annotations are present

Hello,We are trying to adopt Spring Boot 2.1 (currently we are on 2.0.2) but we face issues.Here is an example:@RunWith(...

SpringBoot Allow other strategies than META-INF/spring.factories for configuring Spring Boot infrastructure

In order to make Spring Boot a better citizen with GraalVM native image generation, in Spring Fu I would like to replace...
上一页 下一页
.