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

Add support for incremental annotation processors #6496

Merged
merged 1 commit into from
Apr 24, 2019

Conversation

cmelchior
Copy link
Contributor

Closes #5906

I don't think there is any way to add automated tests for this so I did smoke tests doing the following:

  • Adding / Removing simple String fields
  • Adding / Removing Object reference fields
  • Adding / Removing model classes
  • Modifying non-Realm files.
  • Check log output. Especially looking for something like Gradle may disable incremental compilation as the following annotation processors are not incremental: realm-annotations-processor-5.9.1.jar (io.realm:realm-annotations-processor:5.9.1).

@cmelchior cmelchior requested a review from nhachicha April 19, 2019 19:35
@cmelchior cmelchior self-assigned this Apr 19, 2019
@bingranl
Copy link

bingranl commented May 9, 2019

Hi Christian @cmelchior , thanks for adding support for incremental annotation processing! Do we have a release plan for this feature?

@bingranl
Copy link

@Zhuinden
Copy link
Contributor

@bingranl it was released in 5.11.0 (2019-05-01)

@bingranl
Copy link

Thanks, @Zhuinden I just realized it was released! And I found the commit in 5.10.0. :)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for incremental annotation with Gradle 4.7
4 participants