I presume this is referring to https://openjdk.org/jeps/280 (JEP 280: Indify String Concatenation) which was implemented in Java 9.
On Sat, Dec 14, 2024, 6:26 PM Elliotte Rusty Harold <elh...@ibiblio.org> wrote: > On Sat, Dec 14, 2024 at 3:08 PM Serw <serwserw...@gmail.com> wrote: > > > Would the community support using string concatenation over StringBuilder > > for simple cases? Modern JDKs (8+) optimize string concatenation > > efficiently, making it both concise and performant. > > Interesting. Do you have a reference for that? > > -- > Elliotte Rusty Harold > elh...@ibiblio.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >