Nineya
Home
Blog
SpringBoot Run tests in parallel when multiple workers are available
2025-01-07 01:44:20
650
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
2025-01-07 01:44:17
307
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
2025-01-07 01:44:10
379
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
2025-01-07 01:44:06
188
CachingMetadataReaderFactoryPostProcessor registers a bean without checking first if a bean with such a name already exi...
SpringBoot factory already defined?
2025-01-07 01:44:03
19903
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
2025-01-07 01:44:00
18905
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
2025-01-07 01:43:51
223
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
2025-01-07 01:43:43
279
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
2025-01-07 01:43:39
220
…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
2025-01-07 01:43:35
286
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
2025-01-07 01:43:28
2012
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
2025-01-07 01:43:25
1546
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)
2025-01-07 01:43:22
20362
Given dependency on org.springframework.boot:spring-boot-starter-test (tested 2.5.6) with mockito in classpathWhen using...
SpringBoot SLF4J API dependency conflict
2025-01-07 01:43:18
2792
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
2025-01-07 01:43:13
1618
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
2025-01-07 01:43:09
803
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
2025-01-07 01:43:04
164
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
2025-01-07 01:43:01
1547
This commits exposes the RestClientBuilder as a bean even when the RestHighLevelClient is not availableIt allows users t...
SpringBoot Add @DataElasticSearchTest support
2025-01-07 01:42:56
5985
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?
2025-01-07 01:42:53
5449
👋 Hi, I’m a springboot userNow, I found a problem.In Spring-boot bom(pom.xml) file, there are many properties.like: &...
上一页
下一页
1
…
1990
1991
1992
1993
1994
…
2246
.