SpringBoot ConditionalOnBean should load configuration class and beanMethods that it's has imported First

if there two ConfigurationClass, A import B, A have ConditionalOn B's Bean, I guess should load B first then load A, so ...

SpringBoot DependsOnDatabaseInitializationPostProcessor re-declares bean dependencies at native image runtime

This issue is motivated by the following issue in Spring Cloud Task: https://github.com/spring-cloud/spring-cloud-task/i...

SpringBoot Update the reference docs to document the need to declare the native-maven-plugin when using buildpacks to create a native image

It should be mentioned in this section, just as the equivalent Gradle plugin is mentioned in the Gradle section.

SpringBoot bootBuildImage always trys to create a native image due to bootJar always adding a META-INF/native-image/argfile to the jar

The file should only be added to the jar when there are args to be written to it.Comment From: wilkinsonaA consequence o...

SpringBoot Deprecated setting in JpaAutoConfiguration (javax.persistence.sharedCache.mode).

EntityManagerFactory auto configuration uses a deprecated setting (javax.persistence.sharedCache.mode). javax should be ...

SpringBoot update: output capture tests

Hi! The readability was enhanced by applying chaining of the Assert.Test method list- getOutShouldOnlyReturnOutputCaptur...

SpringBoot Packaging image mode can be upgraded

First:Every time 'mvn -Pnative spring-boot: build-image' is run, a Docker image will be pulled again Can I specify a loc...

SpringBoot gradle(w) nativeCompile from the commandline is suddenly broken

I noticed something strange this morning, which can be reproduced by a simple project from start.spring.io.Just generate...

SpringBoot Automatically filter additional-spring-configuration-metadata.json from Spring Boot-built archives

Exclude additional-spring-configuration-metadata.json from the jars.This file is not required.Comment From: bclozelThis ...

SpringBoot Improve test coverage for OutputCaptureRule

The test was added because there were not enough tests for the method of class OutputCaptureRule.Method list- getAll- ge...

SpringBoot Bug with AutoConfigure using spring.factories in SpringBoot 3

Hi team, I started looking into upgrading to SpringBoot 3 and I think I may have stumbled upon a bug.We have a library t...

SpringBoot Document that SystemTestPlugin output should never be cached

OverviewDocument build cache miss to ease detection of (new) performance regression.DetailsThe systemTest task is being ...

SpringBoot Document that the shutdown endpoint is not intended for use when deploying a war to a servlet container

When a *.war file is undeployed from Tomcat (eg via the tomcat web frontend), the following memory leak is detected:02-J...

SpringBoot Actuator EndpointWebExtension issue

When I am trying to implement actuator EndpointWebExtension for HealthEndpoint, it throws Error as Caused by: java.lang....

SpringBoot Unhelpful error caused by bean naming conflict after upgrading to Spring Boot 3.0

Upon upgrading my project from 2.7.4 to 3.0.0 and starting the application, I now get an errorConsider defining a bean o...

SpringBoot spring-boot 2.6.0 : @ExceptionHandler stopped working for NoHandlerFoundException

Since spring-boot 2.6.0, @ExceptionHandler(NoHandlerFoundException.class) in a class annotated with @ControllerAdvice is...

SpringBoot ZipkinRestTemplateSender is not customizable

In Spring Boot 3.0.0, ZipkinConfigurations.RestTemplateSenderConfiguration create a RestTemplate by relying on RestTemp...

SpringBoot Micrometer trace HTTP request span propagation

We've noticed that child spans of HTTP requests were showing up as independent root traces after migrating Spring Cloud ...

SpringBoot [BUG] Problem during project build, related to plugin built using java 1\7

We had some problems using the version 3.0.0 of this plugin after the ecent updates. Updating the plugin, downloading th...

SpringBoot Native Support for JPA

Hi people,I will raise a small issue here, as I was not able to leave a comment at the Spring Boot 3.0 M5 Blog.As we hav...
上一页 下一页
.