SpringBoot Auto-configuration of ObservationRestTemplateCustomizer fails when micrometer-core is not on the classpath

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

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

As revealed by fixing #29095, the configuration of the settings are done by a protected method that takes individual arg...

SpringBoot Fix typo "Elastixsearch"

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

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

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

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

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()

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

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

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

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

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

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.

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

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>

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

Cannot get pass through this error.Java 11Gradle 6.2.1Exception in thread &quot;main&quot; java.lang.IllegalArgumentExce...

SpringBoot Remove spring.webflux.multipart.streaming property

As of spring-projects/spring-framework#29293, the streaming mode on the DefaultPartHttpMessageReader is deprecated as ha...

SpringBoot Fix typo "Elastixsearch"

Comment From: pivotal-cla@emilpaw Please sign the Contributor License Agreement!Click here to manually synchronize the s...
上一页 下一页
.