Open remal opened 5 years ago
@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?
@lukasj Has this been revisited?
It seems they are busy again. @lukasj @jameskleeh @remal
I've seen a good PR by @michael-schnell #91 , but it seems it is huge problem to solve.
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 https://github.com/eclipse-ee4j/common-annotations-api/pull/91 ?
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.