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
This commit is contained in:
parent
64b9066661
commit
10177fb754
|
|
@ -64,7 +64,7 @@ import org.springframework.boot.configurationprocessor.metadata.JsonMarshaller;
|
||||||
* @since 1.2.0
|
* @since 1.2.0
|
||||||
*/
|
*/
|
||||||
@SupportedAnnotationTypes({ "*" })
|
@SupportedAnnotationTypes({ "*" })
|
||||||
@SupportedSourceVersion(SourceVersion.RELEASE_6)
|
@SupportedSourceVersion(SourceVersion.RELEASE_8)
|
||||||
public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor {
|
public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor {
|
||||||
|
|
||||||
static final String CONFIGURATION_PROPERTIES_ANNOTATION = "org.springframework.boot."
|
static final String CONFIGURATION_PROPERTIES_ANNOTATION = "org.springframework.boot."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue