Nineya
Home
Blog
SpringBoot Tests on github actions fails mysteriously while tests succeed on my local machine.
2025-01-06 23:43:45
4145
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
2025-01-06 23:43:38
5542
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
2025-01-06 23:43:31
1601
SpringBoot Version: 2.4.2This is the error messageorg.springframework.boot.context.config.InvalidConfigDataPropertyExcep...
SpringBoot 2.4.x
2025-01-06 23:43:25
193
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
2025-01-06 23:43:18
5904
In post-processing the given environment of ConfigDataEnvironmentPostProcessor, add SpringApplication's additional profi...
SpringBoot SpringApplication.setAdditionalProfiles, application-XXX.yml and SpringBoot2.4
2025-01-06 23:43:12
2256
I consider a SpringApplication computing profiles on the fly, to be activated through SpringApplication.setAdditionalPro...
SpringBoot Issue with Spring boot 2.4.5
2025-01-06 23:43:04
1670
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
2025-01-06 23:42:55
1391
Currently @ConditionalOnBean is limited to only inspecting the beans registering thus far in the configuration.If the re...
SpringBoot Polish SpringApplicationAdminJmxAutoConfigurationTests
2025-01-06 23:42:49
766
Refactor SpringApplicationAdminJmxAutoConfiguration- Because the default value of matchIfMissing is false in Conditional...
SpringBoot Remove explicit default value for ConditionalOnProperty#matchIfMissing attribute
2025-01-06 23:42:42
146
ConditionalOnProperty#matchIfMissing default to false. We have a number of useless override of that attribute with false...
SpringBoot @AutoConfigureCache missing CacheManager bean
2025-01-06 23:42:36
1157
I have a test class:@SpringBootTest@AutoConfigureCache(cacheProvider = CacheType.SIMPLE)class MyTestClass{ @Autowired...
SpringBoot Correct Kotlin version requirements in documentation
2025-01-06 23:42:27
1843
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
2025-01-06 23:42:20
1807
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
2025-01-06 23:42:12
8243
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
2025-01-06 23:42:06
889
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
2025-01-06 23:41:59
2632
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
2025-01-06 23:41:51
2118
Changing availability state(readiness/liveness/etc.) is significant events for application.Currently, there is no loggin...
SpringBoot Deprecate 'secure' on WebMvcTest and AutoConfigureMockMvc
2025-01-06 23:41:45
2548
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
2025-01-06 23:41:38
81
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
2025-01-06 23:41:32
3621
Currently the reference guide for the Spring Boot Gradle plugin says little about the scripts that are generated inside ...
上一页
下一页
1
…
2040
2041
2042
2043
2044
…
2246
.