SpringBoot "cacheManager" tag in cache metrics does not convey its purpose

While brainstorming on #30536, it appeared that the current tag for identifying the cache manager for a given cache met...

SpringBoot Enable Cassandra Driver Metrics Via Properties

Current behaviourTo enable the cassandra 4.x driver metrics, you need to provide the configuration below, which includes...

SpringBoot JDBC SQLExceptionTranslator is always lazily initialized, requiring an available datababse connection for it

Currently (as of Spring Boot 2.6), when data source is initialized, by default JDBC exception translator is lazily initi...

SpringBoot Provide a configuration option to load properties config data files as UTF-8

It works well when I set my properties in application.yml directlyBut when I set these properties in additional file imp...

SpringBoot Consider providing testing beans for @SpringBootTest when used with mock web apps

See https://github.com/spring-projects/spring-graphql/issues/75 and #26146 for examples of where it would be nice to hav...

SpringBoot Automatically package version-specific classes beneath BOOT-INF/classes/META-INF/versions/

See this question on Stack Overflow for some background.At the moment, if a Spring Boot jar has multi-release content, i...

SpringBoot Treat Duration and DataSize as scalar values in MapBinder

Duration and DataSize are commonly used data types that we could treat as scalar types in MapBinder. This would allow th...

SpringBoot Allow for timeline event traversal honouring the parent - child relationship

The BufferingApplicationStartup returns a StartupTimeline that contains events. Those events have a parent - child relat...

SpringBoot TaskExecutorMetricsAutoConfiguration cannot support recording task execution time

Description:I need to expose task execution time and idle time metrics of ‘ThreadPoolTaskExecutor’.After few tasks being...

SpringBoot Support uri query parameter sanitization

Hi, this PR supports uri query parameter sanitization, which is implemented using regular expressions.Closes gh-25834Com...

SpringBoot Url query param sanitization

Some content is not sanitized when using Actuator (with /configprops or /env)For example I have spring.datasource.url va...

SpringBoot Consider offering a way to compare legacy against new config data processing

Currently we offer spring.config.use-legacy-processing if a user wants to revert to the old system. It might be nice if ...

SpringBoot Error "/var/run/docker.sock: connect: permission denied" occurs when building an image using podman on Fedora with SELinux enabled

Short version - running bootBuildImage on a freshly created Spring Initializr project fails with the following:$ ./gradl...

SpringBoot Provide diagnostic information about the ordering of auto-configuration classes

Currently, the order of auto configuration classes that being sorted and applied is not part of the evaluation report.Wh...

SpringBoot Consider adding support for version ranges for actuator apiVersion

We use the ApiVersion enum to return a response compatible with the requested version. Given the way things are structur...

SpringBoot Configuration metadata - Improve camelCaseToDash for nicer configuration names

The spring boot auto-configuration via metadata (eg application.properties) can be improved to have a better camelCaseTo...

SpringBoot Add a property for specifying authentication scheme for introspection endpoint

Once this is done, Spring Security will support both basic and bearer token authentication for the token introspection e...

SpringBoot Provide a 'parsable' details information about 'predicate' in RM Actuator JSON for functional RM

Functional request mapping (webflux style): @Bean public RouterFunction<ServerResponse> route(VetsHandler ve...

SpringBoot Provide parseable version / details for actuator 'env' endpoint 'origin'

Similar to this: https://github.com/spring-projects/spring-boot/issues/11864STS team would like to start parsing the inf...

SpringBoot Review asynchronous EntityManagerFactory bootstrapping and DataSource initialisation

When the EntityManagerFactory is bootstrapped asynchronously, the DataSourceSchemaCreatedEvent is published off the main...
上一页 下一页
.