Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring Content Indexer is not incremental #25614

Closed
sergekukharev opened this issue Aug 19, 2020 · 2 comments
Closed

Spring Content Indexer is not incremental #25614

sergekukharev opened this issue Aug 19, 2020 · 2 comments
Labels
in: core Issues in core modules (aop, beans, core, context, expression) status: declined A suggestion or change that we don't feel we should currently apply type: enhancement A general enhancement

Comments

@sergekukharev
Copy link

Affects: org.springframework:spring-context-indexer:5.2.8

Running Gradle build with --info shows that Spring Content Indexer causes full recompilation, even if totally unrelated file is changed in our project.

Full recompilation is required because org.springframework.context.index.processor.CandidateComponentsIndexer is not incremental. Analysis took 0.042 secs.

Anything I can do to help with this issue? Are there any practical reasons why we can't declare the processor as incremental?


@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Aug 19, 2020
@sbrannen
Copy link
Member

We need to investigate our options in Gradle's Incremental annotation processing documentation.

@sbrannen sbrannen added in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement labels Aug 20, 2020
@snicoll
Copy link
Member

snicoll commented Sep 21, 2023

Thanks for the report and the suggestion. The indexer has been deprecated so we won't be making further changes to it.

@snicoll snicoll closed this as not planned Won't fix, can't repro, duplicate, stale Sep 21, 2023
@snicoll snicoll added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) status: declined A suggestion or change that we don't feel we should currently apply type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

4 participants