Skip to content

Support of incremental mode in ConfigurationMetadataAnnotationProcessor #18282

@frost13it

Description

@frost13it

The ConfigurationMetadataAnnotationProcessor should support incremental annotation processing.
At the moment (2.1.8.RELEASE and 2.2.0.M6) in a Gradle project with Kotlin and kapt the following warning is displayed on build:

w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor (NON_INCREMENTAL).

There are many annotation processors that support incremental mode, some of them are listed here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions