Nineya
Home
Blog
SpringBoot Provide more information, such as the bean name, in health check failure messages
2025-01-07 03:48:14
872
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
2025-01-07 03:48:11
3194
Currently, EnvironmentEndpoint shows where all of PropertySources are coming from including duplicated keys(overrides) i...
SpringBoot Provide easier way to configure view controllers
2025-01-07 03:48:09
1263
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
2025-01-07 03:48:06
647
As of spring-projects/spring-framework#23741, Spring Framework allows ResponseStatusException instances to contribute HT...
SpringBoot Improve response message on DecodingException
2025-01-07 03:48:04
6371
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
2025-01-07 03:48:02
1173
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
2025-01-07 03:47:59
1188
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
2025-01-07 03:47:57
612
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
2025-01-07 03:47:54
6799
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
2025-01-07 03:47:51
689
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
2025-01-07 03:47:49
301
See #16953 for background:WebMvcAutoConfiguration currently configures a lot of components that are specific to use of S...
SpringBoot Use LogMessage.format when possible
2025-01-07 03:47:47
437
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
2025-01-07 03:47:44
494
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
2025-01-07 03:47:42
882
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
2025-01-07 03:47:40
1018
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
2025-01-07 03:47:37
1715
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
2025-01-07 03:47:34
8255
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
2025-01-07 03:47:32
948
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
2025-01-07 03:47:29
14810
Using the Cluster bean from CassandraAutoConfiguration makes it quite difficult to provide a custom keyspace creation (e...
SpringBoot Add more MustacheAutoConfiguration compiler options
2025-01-07 03:47:26
2708
Currently, MustacheAutoConfiguration compiler only support two options, loader and collector. Would you please add more ...
上一页
下一页
1
…
1906
1907
1908
1909
1910
…
2246
.