-
Notifications
You must be signed in to change notification settings - Fork 25
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
Rename Property Plugin from PropertyRequiresPlugin to ConfigPropertyPlugin #572
Conversation
This reverts commit cf9f166.
I'm pondering if we just go for a simple breaking change here. As in, likely very very few people have implemented this interface (it hasn't been around for a long time etc). So I think it might be acceptable and simple and less messy to just go with a simple rename and breaking change. Pondering ... |
It'll break every single one of the other avaje plugins that uses configuration if we do a clean break. Like the Jsonb Inject plugin for example |
We use it for more than the
@RequiresX
annotations. Also I don't like the name.