File tree 1 file changed +3
-3
lines changed
spring-test/src/test/java/org/springframework/test/context/aot
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2023 the original author or authors.
2
+ * Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
38
38
* @author Sam Brannen
39
39
* @since 6.1
40
40
*/
41
- class TestPropertySourceRuntimeHintsTests extends AbstractAotTests {
41
+ class TestPropertySourceRuntimeHintsTests {
42
42
43
43
private final RuntimeHints runtimeHints = new RuntimeHints ();
44
44
@@ -93,7 +93,7 @@ static class ClassPathStarLocationPatternTestCase {
93
93
static class WildcardLocationPatternTestCase {
94
94
}
95
95
96
- @ Configuration
96
+ @ Configuration ( proxyBeanMethods = false )
97
97
static class Config {
98
98
}
99
99
You can’t perform that action at this time.
0 commit comments