SpringBoot Nested records as @ConfigurationProperties bean fail to initialize

I have a record NestedProperties which is a member of a Configuration as follows. I want to directly inject NestedProper...

SpringBoot Decide how to deal with response when handling errors in RouterFunctionMetrics

See this original FIXMEComment From: wilkinsonaThis has become obsolete. RouterFunctionMetrics was deprecated in https:/...

SpringBoot PropertiesPropertySourceLoader class is not convenient to customize the character set UTF-8

VersionsSpring Boot Version 2.7.2Overview(I'm sorry ,The English translation comes from the search engine Bing.com )I wa...

SpringBoot Add field and method to allow easy custom application.properties file encoding

add protected field and method,so can easy extends the PropertiesPropertySourceLoader class to custom default encoding,f...

SpringBoot Deterministic ordering in classpath.idx based on Gradle dependencies order no longer works, redux

You closed https://github.com/spring-projects/spring-boot/issues/30355, saying it's a Gradle problem, but I don't unders...

SpringBoot Broaden the scope of scanBasePackages on @SpringBootApplication

Spring Boot by default will scan all the classes in the package the @SpringBootApplication class is defined in and all o...

SpringBoot Incompatible versions of H2 and Liquibase after update to 1.5.

After update from 1.5.10.RELEASE to 1.5.12.RELEASE. We are using Liquibase on top of H2 with PostgreSQL compatibility mo...

SpringBoot @JsonTest not found @JsonComponent in another module(as dependency)

Hello there! My project structure:module: * common* api * use common as denpendencyI have a jackson config like below:@...

SpringBoot Harmonize location of generated classes processed Ahead-of-time using Gradle

The current location is build/generateAotSources. For consistency with the other locations, it should be build/generated...

SpringBoot Injection of CollectorRegistry fails with @SpringBootTest since Spring Boot 2.4.0

This is a sample project to reproduce it: https://github.com/izeye/sample-micrometer-spring-boot/tree/prometheusRunning ...

SpringBoot Enable Gradle's stable configuration cache feature flag

From the Gradle 7.5 release notes:Configuration caching introduces a number of requirements regarding the build logic. M...

SpringBoot DeferredLinesWriter registers bean without checking it exists -> prevents me from using multiple MockMvc beans

Spring Boot 2.6.9.I need to use two separate MockMvc beans because we are trying to use Spring REST Docs and it interfer...

SpringBoot @JsonTest not load custom Jackson2ObjectMapperBuilderCustomizer beans as expected

I have a custom Jackson config like below:@Configurationpublic class JacksonConfig { @Bean public Jackson2ObjectMapper...

SpringBoot spring not changing table names

I am deleting the tables and giving new table names in java spring boot but when I run my code still gives old table nam...

SpringBoot Documentation for Maven Plugin classifier has an unresolved external reference

There is what seems to be a failed template replacement at the end of the documentation about the classifier configurati...

SpringBoot Simplify Flway auto-configuration by dropping support for older versions

Our auto-configuration for Flyway jumps through a few hoops at the moment to support older versions of Flyway. We curren...

SpringBoot Prototype bean injection failed using subclass type

The sample code like below:I defined a bean with scope prototype@Configurationpublic class BeanConfiguration { @Bean ...

SpringBoot ChildManagementContextInitializerAotTests should enable the use of generated artifacts when refreshing the context that uses AOT-generated initializer

If the use of AOT-generated artifacts isn't enabled, the child management context is an AnnotationConfigServletWebServer...

SpringBoot Reinstate support for Jersey

Comment From: wilkinsonaThis is blocked until a jersey-spring6 module is available.Comment From: wilkinsonaThere's now a...

SpringBoot Update Static Content reference documentation to reflect the DefaultServlet no longer being enabled by default

Update Static Content reference documentation to reflect the DefaultServlet no longer being enabled by defaultCloses gh-...
上一页 下一页
.