ehcache / ehcache3

Ehcache 3.x line

Home Page:http://www.ehcache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org/ehcache/core/spi/store/Store.java using javax.* reference on jakarta branch

opened this issue · comments

Hi!

The class is using javax.annotation.NonNull, instead of its jakarta.* counterpart.
Can you guys fix it?

Thanks!

There is no runtime dependency on the module, and given how few usages there are the only fix you're likely to see for this would be dropping the @Nonnull annotations entirely. Would that be acceptable here?

Yes. I agree.