Core Java

Dropping Raw String Literals from JDK 12

It has been proposed that raw string literals (preview) be dropped from JDK 12 (which enters Rampdown Phase One on December 13). Brian Goetz has written a detailed description of the motivations for dropping this preview feature (JEP 326). There is also discussion on this on the Java subreddit. In the post “JSR 386 (Java SE 12) JEP Propose to Drop: 326: Raw String Literals (Preview),” Iris Clark writes that JEP 326 “of scope ‘SE’ has been Proposed to Drop for Java SE 12.”

In Goetz’s explanation for the proposal to remove raw string literals preview functionality from JDK 12, he writes, “The Preview Feature mechanism is intended for features for which there is a high confidence that the feature is ‘done’, and the likelihood that significant changes would be made before making the feature permanent is low.” Goetz adds, “I am no longer convinced that we’ve yet got to the right set of tradeoffs between complexity and expressiveness, or that we’ve explored enough of the design space to be confident that the current design is the best we can do. By withdrawing, we can continue to refine the design, explore more options, and aim for a preview that actually meets the requirements of the Preview Feature process (JEP 12).”

Goetz also provides a sample of the feedback items they’ve received regarding raw string literals preview design and implementation. He concludes the message with the statement, “Discussion on the technical details of this feature can continue to take place on the amber-* lists” (amber-dev, amber-spec-comments, amber-spec-experts, and amber-spec-observers).

It sounds like there are still plans for raw string literals to come to Java, but they’ll be implemented differently than they are currently in JDK 12 Early Access Builds.

Published on Java Code Geeks with permission by Dustin Marx, partner at our JCG program. See the original article here: Dropping Raw String Literals from JDK 12

Opinions expressed by Java Code Geeks contributors are their own.

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button