SpringBoot Add SpringApplicationBuilder constructor with ResourceLoader parameter

https://github.com/spring-projects/spring-boot/issues/26688

SpringBoot Allow the WebSessionManager's session ID resolver to be customized using a WebSessionIdResolver bean

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

Address #26878 Comment From: pivotal-cla@skryvets Please sign the Contributor License Agreement!Click here to manually s...

SpringBoot Spring Boot Design Patterns

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

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

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

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

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

@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

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

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

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

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

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

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

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

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

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

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

SqlInitializationAutoConfiguration throws java.lang.ClassNotFoundException: org.springframework.jdbc.datasource.init.Dat...
上一页 下一页
.