-
Notifications
You must be signed in to change notification settings - Fork 4
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
Consider migrating to API Guardian #112
Comments
@armiol, have a look at this issue. We need to decide on this soon. We sill will be able to change it after v1.0 release, but there are other products that may benefit from this decision too. |
Recent communications from the people behind the project on deploying the artifact to Maven central. Currently there's no site behind apiguardian.org. The comments for the issue confirm the ownership for the domain. |
I think that @SPI
public class AbstractEntity {...} gives a proper intention, while @API(status = Status.STABLE)
public class AbstractEntity {...} has different semantics. |
Agree. |
And we may contact these guys asking for an extension. |
Assuming the API Guardian is not going to change, the migration looks impractical to us. |
Now we use own annotations similar to one available in gRPC.
The advantage of migrating to API Guardian is simple: have the same set of annotations for all our code, which has the following implications:
I found this library via analyzing dependencies of NullAway. It's being used by JUnit 5.
The text was updated successfully, but these errors were encountered: