Nineya
Home
Blog
SpringBoot Auto-configuration of ObservationRestTemplateCustomizer fails when micrometer-core is not on the classpath
2025-01-07 04:05:51
1043
Without micrometer-core, there's no MetricsProperties bean which causes an injection failure:Error creating bean with na...
SpringBoot Upgrade to Kotlin 1.7.20
2025-01-07 04:05:49
473
This PR upgrades to Kotlin 1.7.20.Comment From: wilkinsonaThanks, @izeye. We prefer to handle one-liner dependency upgra...
SpringBoot Make the runScripts method on AbstractScriptDatabaseInitializer more extensible
2025-01-07 04:05:44
520
As revealed by fixing #29095, the configuration of the settings are done by a protected method that takes individual arg...
SpringBoot Fix typo "Elastixsearch"
2025-01-07 04:05:42
100
Comment From: wilkinsona@emilpaw Thanks very much for making your first contribution to Spring Boot.
SpringBoot Devtools reload doesn't work with spring-boot-maven-plugin
2025-01-07 04:05:39
18696
After reading about the new dev tools features I decided to try it out.I generally run my apps with mvn spring-boot:run....
SpringBoot AttributeConverter for List of enum to String from 3.0.0 M5 is not working, which was worked well in 3.0.0 M4
2025-01-07 04:05:31
10976
Hi, I was making some project based on 3.0.0 M4, with Kotlin.As preparing GA, I tried to replace M4 to M5, and I have en...
SpringBoot Error handling in SpringBootPlugin may cause a bug in a PluginApplicationAction to go unnoticed
2025-01-07 04:05:26
423
The error handling currently swallows Throwable both for retrieving the action's plugin class and for invoking the actio...
SpringBoot Correct configuration of native and AOT-related tasks depends on plugin application order
2025-01-07 04:05:24
28350
This works:plugins { id 'org.springframework.boot' id 'org.graalvm.buildtools.native' id 'java'}This does not:p...
SpringBoot Add checkstyle rules for List.of() / Set.of() / Map.of()
2025-01-07 04:05:22
2014
We decided to not use List.of(), Set.of() and Map.of(), preferring Collections.emptyList(), etc. We should have a checks...
SpringBoot Add Support for More R2DBC Pool Metrics
2025-01-07 04:05:18
3152
The R2DBC connection pool metrics exposed by Actuator are currently very limited, we only get a few gauges about the cur...
SpringBoot Tomcat does not create temporary directory used to store file uploads when it does not exist
2025-01-07 04:05:15
11654
Steps to ReproduceWhen spring boot application starts with default value of server.tomcat.basedir in application.propert...
SpringBoot Stop DatabaseAutoconfiguration from failing the application at startup
2025-01-07 04:05:10
2541
IssueWhen developers have their own way to set up the Datasource, instead of using spring.datasource.xxxx, the spring bo...
SpringBoot LOG_FILE_IS_UNDEFINED log file is being created in boot 1.4.5
2025-01-07 04:05:06
7539
when using vanila Spring boot 1.4.5 with the following logback configuration:<configuration> <appender name=&q...
SpringBoot spring.web.resources.static-locations doesn't work with a custom WebMvcConfigurationSupport bean
2025-01-07 04:05:02
2331
Hello, I use the config like as below and when it's running IDEA Console output log as first image, the second image is ...
SpringBoot Cannot push metrics to prometheus through push gateway in none web application.
2025-01-07 04:04:49
131356
I have an spring boot application support both running as a web server or a command job, when running as a web server, t...
SpringBoot Check if we can avoid hard-coding NBT plugin version in image tests
2025-01-07 04:04:43
268
32413 has introduced a smoke test for build-image that uses NBT. The version if hard-coded there so I wonder if we can c...
SpringBoot Add configuration to exclude provided dependencies for <goal>repackage</goal>
2025-01-07 04:04:41
6934
We are building a framework that heavily relies in spring boot built modules (MODULE). We are trying to minimize the num...
SpringBoot Spring boot 2.2.5 class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor is not assignable to interface org.springframework.context.ApplicationListener
2025-01-07 04:04:38
3932
Cannot get pass through this error.Java 11Gradle 6.2.1Exception in thread "main" java.lang.IllegalArgumentExce...
SpringBoot Remove spring.webflux.multipart.streaming property
2025-01-07 04:04:35
475
As of spring-projects/spring-framework#29293, the streaming mode on the DefaultPartHttpMessageReader is deprecated as ha...
SpringBoot Fix typo "Elastixsearch"
2025-01-07 04:04:33
365
Comment From: pivotal-cla@emilpaw Please sign the Contributor License Agreement!Click here to manually synchronize the s...
上一页
下一页
1
…
1890
1891
1892
1893
1894
…
2246
.