common-annotations-api
                                
                                
                                
                                    common-annotations-api copied to clipboard
                            
                            
                            
                        Jakarta Annotations
adding to the confusion :) here: https://jakarta.ee/specifications/annotations/2.1/ It might be because the original issue has @NotNull in the title https://github.com/eclipse-ee4j/common-annotations-api/issues/89
@managedBean was marked deprecated in https://github.com/eclipse-ee4j/common-annotations-api/pull/105 that that was not also reflected in the Spec. text. Spec. text needs to be updated as well. JavaDoc does include this change. The...
…om reports. Issue #103
When using generating JAXB classes using the latest xjc with the -mark-generated argument, it generates the classes with the jakarta.annotation.Generated annotation. I have the generated sources in the build folder,...
Currently Payara/GF and WildFLy add reading env variable support in DataSourceDefinition, but it is better to support standard EL in the `DataSourceDefinition` properties. eg. Read from Jakarta Config properties via...
I noticed there is a `Converter` used with annotations, if possible to add a common `ConversionService` for all conversion cases, as a common fallbacks. eg. Config, JPA, JSF, etc. have...
I have Java 11 project and struggling from "split-package" issue (the first link in Google leads [here](https://blog.codefx.org/java/jsr-305-java-9/)). Please consider merging JSR205 (common annotations) with JSR305 to help users to avoid...
I understand that JSR 305 cannot be imported directly into this library due to licensing reasons but my library needs the functionality provided by `javax.annotations.CheckReturnValue`. Please reimplement this functionality as...
Although JSR305 was never approved, lots of projects and tools use the ones from com.google.code.findbugs:jsr305 (which also include those from net.jcip:jcip-annotations). Given that common-annotations-api is the new collective home for...