Nineya
Home
Blog
SpringBoot Nested records as @ConfigurationProperties bean fail to initialize
2025-01-07 03:43:14
5933
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
2025-01-07 03:43:11
198
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
2025-01-07 03:43:09
4646
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
2025-01-07 03:42:59
656
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
2025-01-07 03:42:56
2168
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
2025-01-07 03:42:53
2568
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.
2025-01-07 03:42:51
4337
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)
2025-01-07 03:42:48
1634
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
2025-01-07 03:42:46
132
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
2025-01-07 03:42:42
14759
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
2025-01-07 03:42:40
849
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
2025-01-07 03:42:35
5909
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
2025-01-07 03:42:31
2293
I have a custom Jackson config like below:@Configurationpublic class JacksonConfig { @Bean public Jackson2ObjectMapper...
SpringBoot spring not changing table names
2025-01-07 03:42:26
579
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
2025-01-07 03:42:22
886
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
2025-01-07 03:42:19
347
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
2025-01-07 03:42:17
1529
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
2025-01-07 03:42:14
190
If the use of AOT-generated artifacts isn't enabled, the child management context is an AnnotationConfigServletWebServer...
SpringBoot Reinstate support for Jersey
2025-01-07 03:42:08
1168
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
2025-01-07 03:42:05
228
Update Static Content reference documentation to reflect the DefaultServlet no longer being enabled by defaultCloses gh-...
上一页
下一页
1
…
1911
1912
1913
1914
1915
…
2246
.