File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-test/src/test/java/org/springframework/test/context/aot Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.
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
You can’t perform that action at this time.
0 commit comments