Re: [logging-log4j2] branch release-2.x updated: Remove SetUtils from core.

2021-12-13 Thread Volkan Yazıcı
It is only used at configuration start, hence I don't think it is needed. Nevertheless, I have replaced it with Strings.EMPTY_ARRAY. On Mon, Dec 13, 2021 at 12:39 PM Gary Gregory wrote: > +return new String[0]; > > This should be a constant. > > Gary > > On Mon, Dec 13, 2021 at 6:35

Re: [logging-log4j2] branch release-2.x updated: Remove SetUtils from core.

2021-12-13 Thread Gary Gregory
+return new String[0]; This should be a constant. Gary On Mon, Dec 13, 2021 at 6:35 AM wrote: > This is an automated email from the ASF dual-hosted git repository. > > vy pushed a commit to branch release-2.x > in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git >