SpringBoot If the JVM is killed while refresh is in progress, the shutdown hook does not close the context

Heyo,ProblemWe currently have an Issue with spring-boot and liquibase.We are using the integrated liquibase to manage ou...

SpringBoot Incorrect ConfigurationMetadataRepository when loaded from json files containing properties of the same group

Constructing a ConfigurationMetadataRepository from two distinct metadata file leads to incorrect results when the files...

SpringBoot Liquibase error causes startup errors when updating from Spring Boot 2.4.2 to 2.4.3

When updating from Spring Boot 2.4.2 to 2.4.3 in a project that uses Liquibase and a MySQL database, I encountered a pro...

SpringBoot Highlight link to Actuator API docs in the reference docs

Users that fast search this doc may miss that there is another document explaining endpoints api.The api link is not acc...

SpringBoot Layertools may extract entries outside of the destination path

The check for subdirectory in ExtractCommand.java will always return true because getAbsolutePath does not resolve .. an...

SpringBoot Log the order of auto-configuration classes

There is no easy way to obtain the sorted order of the auto configuration classes unless putting the debugger to the app...

SpringBoot Return Stream<String> from OutputCaptureExtension

OutputCaptureExtension makes the stdout and stderr available as giant strings; more often than not, the test only cares ...

SpringBoot Warn that multi-document property files cannot be loaded by using @PropertySource or @TestPropertySource

Expected behavior is that a multi-document properties file can be created with different sections separated by "#--- " c...

SpringBoot Document how to import a Docker secret as a configtree

Hi,Context:I'm trying to configure a spring boot application using docker secrets. Since spring boot does not support _F...

SpringBoot Allow the project to be built with Java 16

Hi,this PR gets us one step further into supporting JDK 16 (see #24402).I'm at a stage where I have random failures on m...

SpringBoot Calling System.exit() from within ContextRefreshedEvent listener causes a deadlock

ProblemI've come across a side of effect of this fix. If you've something like below -public void onApplicationEvent(Con...

SpringBoot Customizers for WebServerFactory should only apply to auto-configured WebServerFactory bean

servlet context parameters will be replaced by ServletWebServerFactoryCustomizer when providing a custom TomcatServletWe...

SpringBoot SpringApplication can replace existing default property source

See https://github.com/spring-cloud/spring-cloud-commons/issues/892 for background. The configurePropertySources method ...

SpringBoot Cloud Config issue after upgrade to Springboot 2.4.2 and Cloud 2020.0.0

I am facing an issue with Cloud Config after Springboot upgrade. I am using native search locations for loading various ...

SpringBoot In Spring Boot 2.4 @EntityScan does not support property substitution

@SpringBootApplication@EntityScan(&quot;com.${test}&quot;)public class EntityScanExampleApplication { public static v...

SpringBoot SpringBootTest + TestRestTemplate

I like the new way of writing web tests with @SpringBootTest and TestRestTemplate :+1: :heart:However, we have tests tha...

SpringBoot CVE-2021-22112 on 2.2.13 spring security update needed

Hello, since yesterday we're facing the CVE-2021-22112 vulnerability on our spring boot 2.2.13 based projects. Could you...

SpringBoot Please upgrade to hibernate 5.4.29.Final before releasing 2.5.0-M3

Please upgrade to hibernate 5.4.29.Final before releasing 2.5.0-M3, @wilkinsona .The main reason for this is that an use...

SpringBoot @ActiveProfiles no longer supports ${some.env:default} property placeholder expressions

Affects: spring-test 5.3.3Back with 5.2.1.RELEASE I could annotate a test class with:@ActiveProfiles(&quot;${testprofile...

SpringBoot Speed up spring-boot-server-tests

Hi,this PR improves the build time of spring-boot-server-tests by applying some caching in certain places. Specifically:...
上一页 下一页
.