SpringBoot Run tests in parallel when multiple workers are available

The test task of spring-boot-autoconfigure is often the long-tail of the build. We should configure it to use multiple w...

SpringBoot Fix "Configure Two DataSources" example

With the present example, the secondDataSource bean factory method will use firstDataSourceProperties due to it being an...

SpringBoot Configuration sample in reference doc has wrong yaml formatting

This pr is just a modification of the code style of the yaml code block.Comment From: snicollThanks again @weixsun. I ha...

SpringBoot CachingMetadataReaderFactoryPostProcessor should be idempotent

CachingMetadataReaderFactoryPostProcessor registers a bean without checking first if a bean with such a name already exi...

SpringBoot factory already defined?

Hii I just came across another problem with embeded-tomcat that I cannot resolve on my own. So I'd like to ask for assis...

SpringBoot Fail on repackage using spring-boot-maven-plugin 2.0.0.BUILD-SNAPSHOT

repackage is failed using spring-boot-maven-plugin 2.0.0 as follow:...[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (defa...

SpringBoot Update URL for GraphQL Spring Boot starter

This PR updates the URL for GraphQL Spring Boot starter as it seems to be changed.Comment From: vpavicTo polish up the P...

SpringBoot Fix yaml sample format in reference doc

The original configuration block is not a valid yaml syntax format.Comment From: snicollThanks @weixsun. I've dropped th...

SpringBoot Make endpoint web extensions conditional on endpoint being exposed over HTTP

…er HTTPComment From: davidh44@wilkinsona Thanks for the feedback! I made the suggested changes and made a new commit to...

SpringBoot Update spring-session URL

The docs group has made some changes to how the URLs are going to be handled. Spring Boot should update spring-session a...

SpringBoot Task metrics should not expose time-related metrics as these are not supported yet

In #23818 support for Task Execution and Scheduling Metrics was added.However, the TaskExecutorMetricsAutoConfiguration ...

SpringBoot Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix

In #23818 support for Task Execution and Scheduling Metrics was added..In it the name for the "executorServiceName" of t...

SpringBoot mockito.ResetMocksTestExecutionListener fails on resetting mockk spy (AOP'ed bean + mockito dependency in classpath)

Given dependency on org.springframework.boot:spring-boot-starter-test (tested 2.5.6) with mockito in classpathWhen using...

SpringBoot SLF4J API dependency conflict

spring-boot-dependencies:2.5.6 includes HikariCP:4.0.3 and slf4j:1.7.32. I believe this is a conflict because on JDK 11 ...

SpringBoot Provide metrics on each individual healthindicator

I'm using the spring-boot healthIdicator to monitor the dependencies (mail, datasource, ldaps) of my application.I would...

SpringBoot Update release notes for ApplicationConversionService.getSharedInstance() being unmodifiable

I'm in the process of upgrading our project from 2.4.2 to 2.5.6. While in the progress of testing this, we started seein...

SpringBoot Fix @deprecated and @see in org.springframework.boot.loader.archive.Archive's javadoc

I mangled them in https://github.com/spring-projects/spring-boot/commit/9c9fbf400e11c40cd10b883cf986a9d4a65009e4.Comment...

SpringBoot A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable

This commits exposes the RestClientBuilder as a bean even when the RestHighLevelClient is not availableIt allows users t...

SpringBoot Add @DataElasticSearchTest support

This commit introduces the @DataElasticSearchTest annotation.See: gh-8544Comment From: philwebb@snicoll did you mean to ...

SpringBoot How to change the properties value from the spring-boot bom(pom.xml) file? Now I am using the selenium library?

👋 Hi, I’m a springboot userNow, I found a problem.In Spring-boot bom(pom.xml) file, there are many properties.like: &...
上一页 下一页
.