SpringBoot Script-based database initialization should not check the database's type unless it has scripts to apply

When using embedded initialization mode, we currently check that the database is an embedded database and then see if th...

SpringBoot SQL initialization in 2.5 does not handle connection errors gracefully anymore

Dear Spring Boot team,after the upgrade to Spring Boot 2.5.1, the application startup fails if a database connection to ...

SpringBoot Misleading type information reported by BeanNotOfRequiredTypeFailureAnalyzer

Related to https://github.com/spring-projects/spring-retry/issues/214When using spring-retry with JPA repositories, the ...

SpringBoot ConditionalOnBean does not search all other Configuration classes for the bean and hence ignores the Bean creation .

I have Three configuration @Configuration files , e.g. CrrConfig, (CrrWsConfig extends ParentCrrWsConfig) ParentCrrWsco...

SpringBoot Provide a How-To for customizing WebClient's TcpClient

Description:Spring webflux internals break during devtools restart when WebClient bean is customized with a custom clien...

SpringBoot Move away from Gradle's ConfigureUtil in buildSrc

Hi,Gradle 7.1 deprecated or moved some classes in org.gradle.util. One of those being ConfigureUtil that is used in both...

SpringBoot Stop using ConfigureUtil in our internal bom extension

While we're building with Gradle 6.9 at the moment and ConfigureUtil has only been deprecated in Gradle 7.1, it doesn't ...

SpringBoot When there is one datasource bean (but is extend AbstractRoutingDataSource ), SqlInitializationAutoConfiguration(version: 2.5.1) ,throw exception

the springboot version is 2.5.1 When there is one datasource bean (but is extend AbstractRoutingDataSource ), meet th...

SpringBoot do not allow the user to call /error directly

Hi folks,maybe I've missed something, but the current implementation of BasicErrorController (method errorHtml) do not p...

SpringBoot DevTools' LiveReload support's HTTP header handling is case sensitive

Attempted fix for https://github.com/spring-projects/spring-boot/issues/26811The livereload functionality should not be ...

SpringBoot App fails to start when using Flyway or Liquibase with a spring.flyway.url or spring.liquibase.url without spring-jdbc on the classpath

The most likely situation where this will occur is when using R2DBC but still using JDBC and Flyway or Liquibase for dat...

SpringBoot How to access oauth2 access token and user information

Hai,I am trying to consume fitbit data using oauth2 springboot,in this process I could able to get the authorization cod...

SpringBoot Add property for Mongo auto index creation

As of Spring Data MongoDB 2.2.x, using @Indexed on a @Document causes the following message to appear in the logs:WARN 1...

SpringBoot Update Spring Boot 2.5 release notes

Hi!I just noticed the following detail on the Wiki page for the Spring Boot 2.5 release notes:This wiki page mentions Li...

SpringBoot Automatically exclude the annotation processors we know about

The Spring ecosystem has a number of annotation processors that are usually added as an optional dependency to the Maven...

SpringBoot Spring boot live reload not working in vs code

I'm a newbie to spring boot. I have added spring boot dev-tools dependency for making server auto restart whenever I cha...

SpringBoot How to set actuator url case not sensitive?

hi, I want to set the actuator url case not sensitive.but in AbstractWebMvcEnpointHandlerMapping, getBuilderConfig metho...

SpringBoot Smoke tests no longer create fat JARs

The smoke test jars created by Gradle are no longer fat. This makes it hard to use them for testing.Comment From: wilkin...

SpringBoot Unable to obtain the expected name of xxx.jar by calling the jar.archiveFileName method. Return xxx-plain.jar

Current version (with problems)springboot version 2.5.0gradle version 7.0.2In the custom gradle plugin, jar.archiveFileN...

SpringBoot Spring Boot and Kubernetes for (H/V) Pod Autoscaling

Hello Spring Boot Team,I would like to raise a small enhancement request please.As mentioned during Spring One, a lot of...
上一页 下一页
.