SpringBoot Auto-configured resource handlers don't get applied to child contexts

Hello team, hope you are well.We had issues after upgrading from spring boot v2.4.1 to v2.4.2 and we believed those issu...

SpringBoot @ConditionalOnBean in a @Configuration @Bean method can fail when depending on another bean set up by a @Configuration @Bean

ProblemI have two separate classes marked as @Configuration, both set up beans with bean factory methods annotated with ...

SpringBoot Use of spring.profiles.include in a profile-specific document is not detected when it's configured as a YAML list

bug fix #26204 .The below case throw InactiveConfigDataAccessExceptionspring: config: activate: on-profile: loc...

SpringBoot StandardConfigDataLoader can import profile specific files in incorrect order

@scottfrederick discovered during investigation for for #26147 that our Our own StandardConfigDataLoader suffers from th...

SpringBoot Investigate Undertow 3 support

Undertow 3 is going to be based on Netty which may impact our current Web MVC/WebFlux detection logic. We'll also need t...

SpringBoot ./mvnw spring-boot:build-image failed: Builder lifecycle 'creator' failed with status code 145.

My Local Environment:OS name: "mac os x", version: "11.0.1", arch: "x86_64", family: "mac"Java version: 15.0.1Apache Mav...

SpringBoot Spring Boot 2.4.5 and Java 11 of module system question

In my example above I had spring.boot.starter.web on the classpath and the app failed to start. If I add org.apache.tomc...

SpringBoot Actuator doesn't use the CORS Configuration with default security configuration and Spring Webflux

See https://github.com/spring-projects/spring-boot/issues/11987#issuecomment-742826269Comment From: mbhaveMoving to 2.4....

SpringBoot Make it easier to install artifacts in the bootArchives configuration into the local Maven repository

Gradle 4.7, Boot plugin v2.0.2.RELEASE, using Maven plugin to publishTo customize the name of the artifact, the followin...

SpringBoot Provider a helper method in spring-boot-configuration-metadata that maps from a property name or similar to a metadata entry

To make is easier to work with configuration in .properties files and .yml files and map the configuration entries to me...

SpringBoot Update Bomr to modify an existing dependency upgrade issue rather than creating a new one

We sometimes end up with multiple dependency upgrade issues for the same library in the same milestone. It would be good...

SpringBoot DataSourceInitializationConfiguration should back off if datasource initialization is disabled

If an application has configured spring.datasource.initialization-mode=never we are still registering DataSourceInitiali...

SpringBoot Consume nested form data in post mapping and map directly to class

Case1) Create Spring Boot Project With spring-boot-starter-web, lombok and jackson-databind, jackson-core, jackson-annot...

SpringBoot Actuator doesn't use the CORS Configuration with default security configuration and Spring MVC

If Spring Security can add this as a default, we don't need to do anything. If Spring Security doesn't make this a defau...

SpringBoot SpringApplication additional profiles and active profiles ordering changed with Spring Boot 2.4

Spring Boot version: 2.4After upgrading to Spring Boot 2.4 from Spring Boot 2.3 I noticed that the ordering has changed ...

SpringBoot spring.jpa.hibernate.ddl-auto is not working

I updated my project from Spring Boot 2.4.5 to Spring Boot 2.5.0-RC1, the spring.jpa.hibernate.ddl-auto property stopped...

SpringBoot An active request delays Jetty's shutdown by 30 seconds

When using jetty with the new graceful shutdown feature in spring boot 2.3.2 the jetty waits indefinitly after the timeo...

SpringBoot SmartInitializingSingleton beans are not working with lazy initialization

Using spring.main.lazy-initialization=true causes @Cacheable to not work.Test sample repo: https://github.com/cdalexndr/...

SpringBoot Update reactive Elasticsearch healthcheck with client cluster API

Once https://jira.spring.io/browse/DATAES-818 is fixed, we can leverage the client cluster API in the reactive healtchec...

SpringBoot Document that mavenCentral() must be used to resolve Boot's Gradle plugin

We used to publish our Gradle plugin to Gradle's Plugin Portal via Bintray. This allowed us to stage a release to https:...
上一页 下一页
.