Nineya
Home
Blog
SpringBoot Add SpringApplicationBuilder constructor with ResourceLoader parameter
2025-01-07 00:42:37
59
https://github.com/spring-projects/spring-boot/issues/26688
SpringBoot Allow the WebSessionManager's session ID resolver to be customized using a WebSessionIdResolver bean
2025-01-07 00:42:34
305
When you want to set up WebSessionIdResolver, you don’t have to expose the WebSessionManager bean every time.That should...
SpringBoot Rename "package name" cli parameter
2025-01-07 00:42:31
424
Address #26878 Comment From: pivotal-cla@skryvets Please sign the Contributor License Agreement!Click here to manually s...
SpringBoot Spring Boot Design Patterns
2025-01-07 00:42:26
874
Hi everyone! I'm studying design patterns/architecture and would like to start writing real-world examples to accelerate...
SpringBoot Allow to configure StartMojo's wait and maxAttempts attributes from the command-line
2025-01-07 00:42:22
2894
This allows overriding the settings for the Maven StartMojo (spring-boot:start) from the command line, most notably wait...
SpringBoot Add Lombok @Value support for configuration metadata generation
2025-01-07 00:42:18
173
This is similar to the existing lombok.Data annotation.See spring-projectsgh-25893Comment From: snicoll@mjeffrey thank y...
SpringBoot Breaking validator message interpolation changes in SB 2.5.0
2025-01-07 00:42:14
6202
Hello,After upgrading our project to spring boot 2.5.0 from 2.4.6 we are experiencing failing tests that perform asserti...
SpringBoot WIP: Split Rabbit auto-config into separate config classes
2025-01-07 00:42:10
2678
This is a draft only meant to demonstrate a possible solution for https://github.com/spring-cloud/spring-cloud-stream-bi...
SpringBoot Add auto-configuration for Micrometer DiskSpaceMetrics
2025-01-07 00:42:07
718
@philwebb this one is a bit interesting as to where the "home" for the auto-configuration should go for "DiskSpaceMetric...
SpringBoot Consistently use multiple threads for Artifactory resource get steps
2025-01-07 00:42:02
279
We currently use 8 steps when putting to the Artifactory resource but only 1 thread when getting. In this build this res...
SpringBoot MetricsWebClientFilterFunctionTests filterWhenExceptionAndRetryShouldNotCumulateRecordTime is flaky
2025-01-07 00:41:58
469
If things are running really slowly the timer looks as if it's accumulated the times when, in fact, it hasn't. It fails ...
SpringBoot TunnelClientTests stopTriggersTunnelClose is flaky
2025-01-07 00:41:52
264
We currently sleep for 200ms and then assume that the tunnel connection will have been opened once. This happens on a se...
SpringBoot Allow to chain ContextConsumer implementations
2025-01-07 00:41:48
313
We use ContextConsumer to provide shared assertions using ApplicationContextRunner. Sometimes, it is necessary to run th...
SpringBoot Need SSLSession/Certificate access in RestTemplateExchangeTagsProvider for required tags
2025-01-07 00:41:46
9123
Our RestTemplateExchangeTagsProvider implementation requires access to each request/response certificates (SSLSession / ...
SpringBoot No subdirectories found for mandatory directory location 'file:./config/*/' is thrown when config dir exists
2025-01-07 00:41:42
8510
Hi, something changed in Spring Boot 2.4.6 and 2.5.0 when the docker image is built using Jib gradle plugin. Previously,...
SpringBoot Dependency errors after upgrading to SB 2.4.7
2025-01-07 00:41:38
11220
Hello,I'll keep this message short, because I think it might have already been reported. But I have not been able to fin...
SpringBoot Update some more references to 2.5.x following work starting on 2.6
2025-01-07 00:41:34
198
Hi,I just noticed that the work on 2.6.x has started, but noticed that a few places were missed. Feel free to close this...
SpringBoot LoggingSystem not available on shutdown to log DisposableBean#destroy invocations
2025-01-07 00:41:30
82494
I run Spring Boot 2.5.0 application in Spring Tool Suite (Version: 3.9.7.RELEASE). Stopping that application by STS 'sto...
SpringBoot class MetricsClientHttpRequestInterceptor - possible memory leak
2025-01-07 00:41:20
579
Spring Boot version 2.4.6I have recently been researching a potential memory leak in our REST service. I believe I have...
SpringBoot SqlInitializationAutoConfiguration fails when there is a DataSource bean and no spring-jdbc or a ConnectionFactory bean and no spring-r2dbc
2025-01-07 00:41:15
12929
SqlInitializationAutoConfiguration throws java.lang.ClassNotFoundException: org.springframework.jdbc.datasource.init.Dat...
上一页
下一页
1
…
2030
2031
2032
2033
2034
…
2246
.