Skip to content

Commit 10177fb

Browse files
committed
Update @SupportedSourceVersion to RELEASE_8
Update the @SupportedSourceVersion annotation to RELEASE_8 since it should indicate "the latest source version an annotation processor supports". Fixes gh-2302
1 parent 64b9066 commit 10177fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* @since 1.2.0
6565
*/
6666
@SupportedAnnotationTypes({ "*" })
67-
@SupportedSourceVersion(SourceVersion.RELEASE_6)
67+
@SupportedSourceVersion(SourceVersion.RELEASE_8)
6868
public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor {
6969

7070
static final String CONFIGURATION_PROPERTIES_ANNOTATION = "org.springframework.boot."

0 commit comments

Comments
 (0)