You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/30 01:46:42 UTC

[GitHub] [pulsar] mingjliu9 opened a new issue #11161: Ready for JEP 395 - Rename `record` Variable Name to be ready for JDK 14+

mingjliu9 opened a new issue #11161:
URL: https://github.com/apache/pulsar/issues/11161


   **Is your enhancement request related to a problem? Please describe.**
   `record` had became the Java keyword start from [JEP 359 Records (Preview)](http://openjdk.java.net/jeps/359), and released as production ready by [JEP 395: Records](http://openjdk.java.net/jeps/395) in JDK16
   e.g.
   `
   public record Point(int x, int y) { }
    `
   
   **Describe the solution you'd like**
   Rename `record` variable name in pulsar project. 
   
   **Describe alternatives you've considered**
   Not Available for supporting JDK14+.
   
   At the minute, 80 variables are found :
   
   ![图片](https://user-images.githubusercontent.com/39477523/123889336-e3c3bb80-d987-11eb-9fe4-83ef5f6ae6fe.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on issue #11161: Ready for JEP 395 - Rename `record` Variable Name to be ready for JDK 14+

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #11161:
URL: https://github.com/apache/pulsar/issues/11161#issuecomment-1058888763


   The issue had no activity for 30 days, mark with Stale label.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org