common-annotations-api icon indicating copy to clipboard operation
common-annotations-api copied to clipboard

Jakarta Annotations

Results 24 common-annotations-api issues
Sort by recently updated
recently updated
newest added

in the spec document as well as in the javadoc

Like in Spring, non null annotations can be added to all fields in the class and method parameter return values, And it should be able to support annotation of the...

Quarkus allows you to use the concept of permissions to protect a JAX-RS resource. Example of how to define security policy for a web resource via permissions: https://quarkus.io/guides/security-authorize-web-endpoints-reference#permission-annotation This is...

Hi 👋 We're in the process of migrating off javax to jakarta annotations and we were wondering what the alternative to `javax.annotation.concurrent.Immutable` would be? It doesn't seem to be present...

## Summary This pull request is created by [Secure Repo](https://app.stepsecurity.io/securerepo) at the request of @fperezel. Please merge the Pull Request to incorporate the requested changes. Please tag @fperezel on your...

Hi, I’m a member of the Eclipse Foundation [Security Team](http://eclipse.org/security/team.php). I’ve analyzed this repository with [Scorecard](https://github.com/ossf/scorecard) and [StepSecurity](https://www.stepsecurity.io/) to check if it was applying some supply chain security best practices....

Annotations `@Nonnull` and `@Nullable` are not specified with the level of detail that would be needed to make this a worthwhile new standard. Since more advanced approaches exist for many...

Would it be possible to publish an version like `1.3.6` with a module descriptor? When trying to link the module `[email protected]`, the only module that fails is the `java.annotation`, which...

fix typo (extra space) in `TRANSACTION_READ_ UNCOMMITTED`