Nineya
Home
Blog
SpringBoot ConditionalOnBean should load configuration class and beanMethods that it's has imported First
2025-01-07 04:37:40
2095
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
2025-01-07 04:37:37
781
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
2025-01-07 04:37:34
112
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
2025-01-07 04:37:32
1120
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).
2025-01-07 04:37:29
4735
EntityManagerFactory auto configuration uses a deprecated setting (javax.persistence.sharedCache.mode). javax should be ...
SpringBoot update: output capture tests
2025-01-07 04:37:27
370
Hi! The readability was enhanced by applying chaining of the Assert.Test method list- getOutShouldOnlyReturnOutputCaptur...
SpringBoot Packaging image mode can be upgraded
2025-01-07 04:37:24
982
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
2025-01-07 04:37:22
4702
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
2025-01-07 04:37:19
3253
Exclude additional-spring-configuration-metadata.json from the jars.This file is not required.Comment From: bclozelThis ...
SpringBoot Improve test coverage for OutputCaptureRule
2025-01-07 04:37:12
613
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
2025-01-07 04:37:08
1766
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
2025-01-07 04:37:05
438
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
2025-01-07 04:37:02
7212
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
2025-01-07 04:36:59
2916
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
2025-01-07 04:36:56
1856
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
2025-01-07 04:36:53
3413
Since spring-boot 2.6.0, @ExceptionHandler(NoHandlerFoundException.class) in a class annotated with @ControllerAdvice is...
SpringBoot ZipkinRestTemplateSender is not customizable
2025-01-07 04:36:51
3081
In Spring Boot 3.0.0, ZipkinConfigurations.RestTemplateSenderConfiguration create a RestTemplate by relying on RestTemp...
SpringBoot Micrometer trace HTTP request span propagation
2025-01-07 04:36:48
3169
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
2025-01-07 04:36:42
2095
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
2025-01-07 04:36:39
4569
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...
上一页
下一页
1
…
1869
1870
1871
1872
1873
…
2246
.