You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update `AutoConfigureAnnotationProcessor` to no longer store
`@Configuration.value` in the meta-data JSON since we never actually
read it.
Closesspring-projectsgh-16608
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/src/main/java/org/springframework/boot/autoconfigureprocessor/AutoConfigureAnnotationProcessor.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/AutoConfigureAnnotationProcessorTests.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/TestAutoConfigureAnnotationProcessor.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/TestClassConfiguration.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/TestConfiguration.java
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/TestMethodConfiguration.java
-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@
23
23
*
24
24
* @author Madhura Bhave
25
25
*/
26
-
@TestConfiguration
27
26
publicclassTestMethodConfiguration {
28
27
29
28
@TestConditionalOnClass(name = "java.io.InputStream", value = OutputStream.class)
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/TestOnBeanWithNameClassConfiguration.java
-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@
21
21
*
22
22
* @author Phillip Webb
23
23
*/
24
-
@TestConfiguration
25
24
@TestConditionalOnBean(name = "test", type = "java.io.OutputStream")
0 commit comments