Skip to content

Commit adfeba2

Browse files
committed
Polishing
1 parent 7789e12 commit adfeba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-test/src/test/java/org/springframework/test/context/aot/TestPropertySourceRuntimeHintsTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -38,7 +38,7 @@
3838
* @author Sam Brannen
3939
* @since 6.1
4040
*/
41-
class TestPropertySourceRuntimeHintsTests extends AbstractAotTests {
41+
class TestPropertySourceRuntimeHintsTests {
4242

4343
private final RuntimeHints runtimeHints = new RuntimeHints();
4444

@@ -93,7 +93,7 @@ static class ClassPathStarLocationPatternTestCase {
9393
static class WildcardLocationPatternTestCase {
9494
}
9595

96-
@Configuration
96+
@Configuration(proxyBeanMethods = false)
9797
static class Config {
9898
}
9999

0 commit comments

Comments
 (0)