Hi, Shall we backport these commits to 9.x and 8.5? It will make it easier to backport future changes in these classes.
Martin On Fri, Dec 4, 2020, 00:06 Emmanuel Bourg <ebo...@apache.org> wrote: > Hi Christopher, > > Le 03/12/2020 à 21:49, Christopher Schultz a écrit : > > > I'm curious as to why this change is warranted. I'm not suggesting it's > > not... just wondering what the benefit is? Avoiding a pass-through > > method call? > > It's the shorter idiom to sort lists with Java 8+, it just improves the > readability. I don't think the method call avoided has any impact, the > actual sorting dominates the time spent anyway. > > Emmanuel Bourg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >