SpringBoot Tests on github actions fails mysteriously while tests succeed on my local machine.

I have a maven test error on github but on my local machine it works perfectly fine. Error: Failures: Error: AddPoli...

SpringBoot access context root got error without slash

i create a simple application ,properties file like belowserver.address=0.0.0.0server.port=12306server.servlet.context-p...

SpringBoot Property 'spring.config.activate.on-profile' imported from location

SpringBoot Version: 2.4.2This is the error messageorg.springframework.boot.context.config.InvalidConfigDataPropertyExcep...

SpringBoot 2.4.x

Comment From: pivotal-cla@laotang123 Please sign the Contributor License Agreement!Click here to manually synchronize th...

SpringBoot Additional profiles are processed too late when legacy processing is used

In post-processing the given environment of ConfigDataEnvironmentPostProcessor, add SpringApplication's additional profi...

SpringBoot SpringApplication.setAdditionalProfiles, application-XXX.yml and SpringBoot2.4

I consider a SpringApplication computing profiles on the fly, to be activated through SpringApplication.setAdditionalPro...

SpringBoot Issue with Spring boot 2.4.5

Hi,I was using the version 2.1.0.RELEASE and upgrade to 2.4.5 but it caused ERROR as the screenshot below. I guessed the...

SpringBoot Deferred ConditionalOnBean evaluation

Currently @ConditionalOnBean is limited to only inspecting the beans registering thus far in the configuration.If the re...

SpringBoot Polish SpringApplicationAdminJmxAutoConfigurationTests

Refactor SpringApplicationAdminJmxAutoConfiguration- Because the default value of matchIfMissing is false in Conditional...

SpringBoot Remove explicit default value for ConditionalOnProperty#matchIfMissing attribute

ConditionalOnProperty#matchIfMissing default to false. We have a number of useless override of that attribute with false...

SpringBoot @AutoConfigureCache missing CacheManager bean

I have a test class:@SpringBootTest@AutoConfigureCache(cacheProvider = CacheType.SIMPLE)class MyTestClass{ @Autowired...

SpringBoot Correct Kotlin version requirements in documentation

https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features...

SpringBoot yml heirarchy not maintained while using spring.config.activate.on-profile, spring 2.4.4

After using spring boot 2.4.4, updated YMLs to use spring.config.activate.on-profile instead of spring: profiles.This is...

SpringBoot Java 11 modules are not working after 2.3.4.RELEASE

Java 11 Modules (e.g., Jigsaw) are not working after 2.3.4.RELEASE of Spring BootSpring boot cannot load the Tomcat comp...

SpringBoot Allow .spring-boot-devtools.properties file to exist in any location per project

Problem - I want local configuration for my spring projects outside of my repository. Using spring devtools to achieve ...

SpringBoot The Hikari datasource failed to upload metrics after RefreshScope refresh the datasource

The issue: After RefreshScope refreshes the datasource config, the HikariDatasource will be destroyed, and a new one wi...

SpringBoot Add logging for availability state change

Changing availability state(readiness/liveness/etc.) is significant events for application.Currently, there is no loggin...

SpringBoot Deprecate 'secure' on WebMvcTest and AutoConfigureMockMvc

The secure flag dictates if Spring Security's mock mvc support should be auto-configured when it ison the classpath. It ...

SpringBoot Fix wording error in build-info goal description

Comment From: snicoll@mustafau good catch, thank you again for your contribution.

SpringBoot Script in distribution ZIP (created with Gradle application plugin) vs fully executable JAR

Currently the reference guide for the Spring Boot Gradle plugin says little about the scripts that are generated inside ...
上一页 下一页
.