users@el-spec.java.net

[el-spec users] [jsr341-experts] String concatenation operator, revisited

From: Kin-man Chung <kinman.chung_at_oracle.com>
Date: Thu, 17 Jan 2013 11:44:13 -0800

We had some discussions on the string concatenation operator and agreed on

     "+" and "cat"

However, "+" is currently used only for addition, and so is not backward
compatible. The feedback from internal users is breaking backward
compatibility is BAD.

We have also discussed using other symbols such as "+=" or "!" etc, but
none of them feels right. So I propose to drop "+" and only use "cat"
as the concat operator.

Let me know if there are other opinions. Thanks.

Kin-man
EL 3.0 spec lead