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

Implement incremental compilation support for service provider annotation processor #16

Open
beikov opened this issue Dec 2, 2017 · 0 comments
Assignees
Labels

Comments

@beikov
Copy link
Member

beikov commented Dec 2, 2017

Currently, when having multiple service provider annotated classes, changing one leads to dropping the other from the service file when using incremental compilation like within IntelliJ. This should be fixable by not replacing the file, but loading it and removing classes that aren't on the classpath, or even simpler, just add new classes without removing old ones.

@beikov beikov added the bug label Dec 2, 2017
@beikov beikov self-assigned this Dec 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant