Re: Use of jspecify in Maven

2024-02-12 Thread Gary Gregory
On Mon, Feb 12, 2024 at 6:33 AM Matthias Bünger wrote: > > (I'm neither a Maven core or plugin maintainer) > > I don't like such annotations as in my opinion, they save you nothing, > but bring an addional dependency and problems with the tools that > (don't) support (only a specific version of) t

Re: Use of jspecify in Maven

2024-02-12 Thread Tamás Cservenák
https://github.com/apache/incubator-kie-drools/pull/5674#issuecomment-1928931840 On Mon, Feb 12, 2024 at 12:33 PM Matthias Bünger wrote: > (I'm neither a Maven core or plugin maintainer) > > I don't like such annotations as in my opinion, they save you nothing, > but bring an addional dependency

Re: Use of jspecify in Maven

2024-02-12 Thread Matthias Bünger
(I'm neither a Maven core or plugin maintainer) I don't like such annotations as in my opinion, they save you nothing, but bring an addional dependency and problems with the tools that (don't) support (only a specific version of) them. If my method needs arguments that are not null than I have t