SpringBoot Image building fails with an unhelpful error message when building an image from a jar that includes the launch script

I tried to execute bootBuildImage task in gradle multi-module project, but I couldn't create the image because the task ...

SpringBoot Clarify the effect of ordering auto-configuration

I have two AutoConfiguration classes, with an ordering dependency defined via @AutoConfigureBefore but no direct depende...

SpringBoot Upgrade to Hibernate 5.4.18.Final

Comment From: wilkinsonaSuperseded by https://github.com/spring-projects/spring-boot/issues/21952.Comment From: izeyeThi...

SpringBoot Flyway Fixed Java Migrations ignore Locations settings

The property spring.flyway.locations sets the location of resources for Flyway migrations.This is ignored for Fixed Java...

SpringBoot Override createSession() of RedisIndexedSessionRepository

I am working with a Spring boot application where the session is persisted in Redis.As of now for a Spring boot applicat...

SpringBoot Support configuration of localEntityIdTemplate for a SAML Relying Party

Add localEntityIdTemplate in saml2 autoconfiguration.Current configuration saml2: relyingparty: registrat...

SpringBoot NoClassDefFound error in reactor-netty after upgrade to Spring Boot 2.2.8

We recently upgraded from Spring Boot 2.2.7.RELEASE to 2.2.8.RELEASE. Afterwards, we encountered NoClassDefFound runtime...

SpringBoot Misleading exception message when unnecesarily declaring properties bean with Spring Beans DSL

Application with Bean DSL and @ConstructorBinding is unable to start due to org.springframework.beans.factory.BeanCreati...

SpringBoot Servlet and Reactive stack different behaviour with Spring Security and external iframe

Spring Boot version: 2.3.0.RELEASEUsing spring boot application as src of iframe with spring security in classpath, webf...

SpringBoot Resource from filesystem not found when application is spring-boot packaged

Using spring-boot 2.2.4, java 8, Windows 10I have the following code :@EnableWs@Configuration@SpringBootApplicationpubli...

SpringBoot jpa.XVersion is in unnamed module of loader 'app' - spring-boot-devtools

We are having a spring boot application and trying to start from within IDEA IntelliJ in relationship with JPA classes w...

SpringBoot Spring Boot 2.3.1 application.yml logging.file not work

When I want output logging to file, it not work. It works on 2.2.5, I want this feature.Comment From: wilkinsona@zengfan...

SpringBoot Support additional R2DBC pool properties

This PR adds some missing properties from R2DBC pool:max-life-timemax-acquire-timemax-create-connection-timevalidation-d...

SpringBoot Provide better diagnostics when Liquibase fails due to a missing changelog

When users use Spring Boot with jOOQ and pull in the org.jooq:jooq-meta-extensions dependency, Liquibase is pulled in as...

SpringBoot Temporary files not cleaned up after Maven plugin execution

Hi,this PR fixes #22108 by calling deleteOnExit on the temporary file and additionally prevents creating the file all to...

SpringBoot OnClassCondition tries to determine the outcome for single auto-configuration classes in parallel

Hi,I just noticed that a vanilla Spring-Boot app (with web, security and actuator starters) creates 200+ threads on star...

SpringBoot ConfigurationPropertiesBeanDefinitionValidator interferes with EclipseLink load-time weaving

After upgrading Spring Boot from 2.1 to 2.2 our app failed to start.Previous working configuration:- Spring Boot: 2.1.12...

SpringBoot Warn user when using parallelStream within a @Transactional DAO method

Enhancement:The user should be warned when using .parallelStream() in a method annotated with @TransactionalConsider the...

SpringBoot Pagination query has total number, no result

I found that if you filter by conditions, there will be problems,below is my codeUserVo userVo=userVoCPage.getContent();...

SpringBoot Rest Template : URI Template not honored causing cardinality explosion in prometheus metrics

I am using Spring boot 2.2.4 with RestTemplate with templatized URI, please see below private QueryResponse<MetricDa...
上一页 下一页
.