SpringBoot Provide more information, such as the bean name, in health check failure messages

https://github.com/spring-projects/spring-boot/pull/19684 raised an interesting requirement to provide more information ...

SpringBoot Add list of effective PropertySources in EnvironmentEndpoint

Currently, EnvironmentEndpoint shows where all of PropertySources are coming from including duplicated keys(overrides) i...

SpringBoot Provide easier way to configure view controllers

Currently registering a view controller requires a configuration class to be registered that implements WebMvcConfigurer...

SpringBoot Write HTTP response headers contributed by exceptions in WebFlux error handling

As of spring-projects/spring-framework#23741, Spring Framework allows ResponseStatusException instances to contribute HT...

SpringBoot Improve response message on DecodingException

Affects: 5.2.0Hello,When a DecodingException is thrown from a reactive handler chain, it is mapped to a ServerWebInputEx...

SpringBoot Allow metadata hint values to be contributed by multiple components

While reviewing #18363 we concluded that endpoint values could be contributed from multiple different components and off...

SpringBoot Configure RSocket standalone servers with a local transport for tests

In the web world, we configure a mock environment instead of starting a real web server for integration tests, with the ...

SpringBoot Migrate @Import classes to use constructor injection

See https://github.com/spring-projects/spring-framework/issues/23637We may have a few *Aware based implementation that w...

SpringBoot Allow forcing DataSourceClosingSpringLiquibase when manually defining a @LiquibaseDataSource

Hello, this is an enhancement suggestion (which I'm happy to implement as well but wanted to make sure there's not a goo...

SpringBoot Review messages used in Assert calls

Currently we tend to call assert with message like this:Assert.notNull(fooBar, "FooBar must not be null");Fram...

SpringBoot Investigate simplifying WebMvcAutoConfiguration if templating isn't being used

See #16953 for background:WebMvcAutoConfiguration currently configures a lot of components that are specific to use of S...

SpringBoot Use LogMessage.format when possible

Spring Framework has introduced a nice LogMessage class that we might be able to use in a few placed to reduce the need ...

SpringBoot Extract generic information for nested group

If a nested group has generics and a particular type has resolved those generics, this information is lost when processi...

SpringBoot Detect primary constructor to generate metadata for Kotlin immutable types

Configuration keys metadata for immutable Kotlin types are likely not to be generated as a single constructor in Kotlin ...

SpringBoot Consider Protobuf codecs auto-configuration for RSocket support

As of #16021, Spring Boot supports RSocket as a server. Protobuf is a popular solution for messages (de)serialization an...

SpringBoot Include link to running web application in startup log output

When starting a Spring Boot web application from the local command line, one sees log output similar to the following on...

SpringBoot Provide auto-configuration for Spring HATEOAS's new WebFlux integration

A non-exhaustive list of things to consider:Auto-configuration orderingspring-boot-starter-hateoas is currently MVC spec...

SpringBoot Allow Hibernate to use Spring Boot's validator

There's not much need currently, but once #3071 is fixed we might want to consider passing our validator to Hibernate us...

SpringBoot Add support for customized Cassandra keyspace creations

Using the Cluster bean from CassandraAutoConfiguration makes it quite difficult to provide a custom keyspace creation (e...

SpringBoot Add more MustacheAutoConfiguration compiler options

Currently, MustacheAutoConfiguration compiler only support two options, loader and collector. Would you please add more ...
上一页 下一页
.