SpringBoot MockBean does not resolve the right type for abstract test class

Please forgive me if this kind of issue is not appropriate. I already SO-ed.Just in cases of issue titles, this issue mi...

SpringBoot Remove duplicate com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency from spring-boot-actuator-autoconfigure

22624 added a compile-scope dependency on com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to spring-boot-actuator...

SpringBoot DataMongoTestIntegrationTests is flaky as Embedded Mongo fails to start with "Could not start process: <EOF>"

Tests using Embedded Mongo fail intermittently with "Caused by: java.io.IOException: Could not start process: ". It's no...

SpringBoot Mark bootArchives as nonresolvable configuration in Gradle plugin to better convey its purpose

PR for #22942.Comment From: wilkinsona@chali Thanks very much for making your first contribution to Spring Boot.

SpringBoot Allow default binder to work with multiple constructors

Currently our DefaultBindConstructorProvider is hard to work with if you want multiple constructors. It would be nice if...

SpringBoot Improve origin of imported config

The origin of a spring.config.import location isn't very clear at the moment. It would be nice if we could show a full c...

SpringBoot OpenEntityManagerInViewFilter + StreamingResponseBody: connection leak (HikariCP)

Hi,I faced a HikariCP leak that I thought was caused by my code but it appears that the use of StreamingResponseBody cau...

SpringBoot Provide a property for configuring Spring AMQP's address shuffle mode

This support connecting to RabbitMQ clustered host addresses with shuffling.https://docs.spring.io/spring-amqp/reference...

SpringBoot Upgrade Java 15 version in CI image

https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15u-2020-08-26-04-45/OpenJDK15U-jdk_x64_linux_ho...

SpringBoot Spring Boot Actuator /health endpoint slow response

Spring Boot 2.3.0.RELEASEI use spring boot 2.3.0.RELEASE to build the application. but having a problem in the actuator ...

SpringBoot Restore support for spring.profiles.include for non profile specific documents

Comment From: kedar-joshiOh yes, please. spring.profiles.include is (was 😢) an important aspect of how we organize commo...

SpringBoot Making optional the creation of health indicators for routing datasources

https://github.com/spring-projects/spring-boot/blob/8436fa9159abcc0355f40fe42370caf4cb47f3d1/spring-boot-project/spring-...

SpringBoot Allow to do some initialization before validation of ConfigurationProperties

The fact: @ConfigurationProperties class can be @Validated.Another fact: You can set default values to some fields of @C...

SpringBoot Nested constructor-binding configuration properties don't seem to work with validation

The following nested constructor-binding configuration properties don't seem to work with validation:@ConfigurationPrope...

SpringBoot java.lang.VerifyError: class reactor.ipc.netty.http.client.MonoHttpClientResponse overrides final method subscribe.(Lorg/reactivestreams/Subscriber;)V

failed with following dependency org.springframework.boot spring-boot-starter-webflux ...

SpringBoot Review support and documentation for preventing compile-only dependencies from being packaged in fat jars

This pull request update the spring-boot-autoconfigure-processor documentation, and resolve the issue number #21109, in ...

SpringBoot Relax ConfigFileApplicationListener.onApplicationEvent() to log a warning rather than throw an exception

Spring Cloud is deprecating its usage of ConfigFileApplicationListener, but it still needs to work./cc @philwebb Comment...

SpringBoot 2.3.x @Nested tests @Transactional boundary changed

After updating from 2.2.9 to 3.3.2, @Transactional nested tests do not roll backThe below two test methods create entiti...

SpringBoot Spring boot is not registering system metrics

Using prometheus, ehcache.. with spring boot 2.3.2The MeterRegistryPostProcessor seems to be instantiated after promethe...

SpringBoot CompositeReactiveHealthIndicatorTests.timeoutReachedUsesFallback is flaky on Windows

This relates to https://github.com/reactor/reactor-core/issues/2297. With thanks to @sbasle and @bsideup for the analysi...
上一页 下一页
.