-
Notifications
You must be signed in to change notification settings - Fork 40
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
Please include JSR305 into the project #50
Comments
@m0mus, @lukasj, @rotty3000 and other maintainers, what do you think? Are there any discussions or plans? |
we're busy with getting EE 9 out, this will be revisited once that is done. |
@lukasj Has this been revisited? |
It seems they are busy again. @lukasj @jameskleeh @remal |
have you seen #89 ? what else do you need and why? |
@lukasj Glad to see it! When can we expect to get a release that contains those annotations? |
I'm not the right person to answer that. For general schedule, see https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee10/JakartaEE10#jakarta-ee-10-schedule |
Anyone to review #91 ? |
#91 just got closed as WON'T FIX but as mentioned plenty of people need this functionality. So what's the plan? Will someone reimplement the annotations from scratch (ideally with the same class names as IDEs depend on them)? |
As far as I understand it, there are license issues and the author from Google doesn't want to help. The only option is to reimplement these annotations. Feel free to do it and introduce a PR. |
I have Java 11 project and struggling from "split-package" issue (the first link in Google leads here). Please consider merging JSR205 (common annotations) with JSR305 to help users to avoid this problem.
You can use
com.google.code.findbugs:jsr305
as reference JSR305 implementation.The text was updated successfully, but these errors were encountered: