Nineya
Home
Blog
SpringBoot If the JVM is killed while refresh is in progress, the shutdown hook does not close the context
2025-01-06 21:18:14
5351
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
2025-01-06 21:18:07
7323
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
2025-01-06 21:18:00
2201
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
2025-01-06 21:17:54
1447
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
2025-01-06 21:17:46
1071
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
2025-01-06 21:17:38
1114
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
2025-01-06 21:17:31
616
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
2025-01-06 21:17:22
1913
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
2025-01-06 21:17:15
3526
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
2025-01-06 21:17:08
8918
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
2025-01-06 21:17:00
550
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
2025-01-06 21:16:54
1845
servlet context parameters will be replaced by ServletWebServerFactoryCustomizer when providing a custom TomcatServletWe...
SpringBoot SpringApplication can replace existing default property source
2025-01-06 21:16:45
309
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
2025-01-06 21:16:38
1247
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
2025-01-06 21:16:31
1173
@SpringBootApplication@EntityScan("com.${test}")public class EntityScanExampleApplication { public static v...
SpringBoot SpringBootTest + TestRestTemplate
2025-01-06 21:16:24
1366
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
2025-01-06 21:16:17
617
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
2025-01-06 21:16:11
449
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
2025-01-06 21:16:04
6552
Affects: spring-test 5.3.3Back with 5.2.1.RELEASE I could annotate a test class with:@ActiveProfiles("${testprofile...
SpringBoot Speed up spring-boot-server-tests
2025-01-06 21:15:57
2624
Hi,this PR improves the build time of spring-boot-server-tests by applying some caching in certain places. Specifically:...
上一页
下一页
1
…
2063
2064
2065
2066
2067
…
2246
.