RE: [lang] Introduce @NonNull, and @Nullable

2021-02-04 Thread BUnckel
>> It is also picked up automatically with scope=provided. >Useful to know; the Maven documentation is not explicit on that. >The name makes it sound as though the user has to provide the jar themselves. You're right, the user has to provide the jar themselves. But only if it's _needed_ at runtim

Re: [lang] Introduce @NonNull, and @Nullable

2021-02-04 Thread sebb
On Thu, 4 Feb 2021 at 20:28, Jochen Wiedmann wrote: > > > > On 2021/02/02 11:34:09, sebb wrote: > > > In which case it should surely be listed as a compile dependency so > > that it is picked up automatically? > > It is also picked up automatically with scope=provided. Useful to know; the Maven

Re: [lang] Introduce @NonNull, and @Nullable

2021-02-04 Thread Jochen Wiedmann
On 2021/02/02 08:10:33, Julian Reschke wrote: > Please see . I may be missing the point here, so help me: My impression is, that the user doesn't need the jsr305 jar in the classpath, if we use it in out sources. If so, how should the Java 9 JRE detect t

Re: [lang] Introduce @NonNull, and @Nullable

2021-02-04 Thread Jochen Wiedmann
On 2021/02/02 11:34:09, sebb wrote: > In which case it should surely be listed as a compile dependency so > that it is picked up automatically? It is also picked up automatically with scope=provided. - To unsubscribe, e-ma

Re: [lang] Introduce @NonNull, and @Nullable

2021-02-04 Thread Jochen Wiedmann
On 2021/02/01 16:45:46, Tomo Suzuki wrote: > I like "javax.annotation namespace" too. > > Would you be willing to share more about why the annotation dependency > should have "provided" scope? If a library (commons-lang) requires a > dependency at runtime, I believe it should declare it as "c

Re: [commons-daemon] branch master updated: Apply --StopTimeout=nn to the command or class that does the stop. Otherwise it might wait for ever and the processes have to be kill by hands.

2021-02-04 Thread jean-frederic clere
On 04/02/2021 14:52, Gary Gregory wrote: May you please document this change in changes.xml? I have another improvement to finish https://issues.apache.org/jira/browse/DAEMON-314, I will add the description in changes.xml when I get it working: Actually prunsrv.exe /SS service_name reports a

Re: [commons-daemon] branch master updated: Apply --StopTimeout=nn to the command or class that does the stop. Otherwise it might wait for ever and the processes have to be kill by hands.

2021-02-04 Thread Gary Gregory
May you please document this change in changes.xml? Gary On Thu, Feb 4, 2021, 08:14 wrote: > This is an automated email from the ASF dual-hosted git repository. > > jfclere pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-daemon.git > > > The followin