jtotht opened a new pull request, #45:
URL: https://github.com/apache/velocity-engine/pull/45

   Java 16 records (JEP 395) are a perfect fit for Velocity variables: they are 
lightweight and desgined to contain immutable data. However, records don’t 
follow the JavaBean convention: the getter of the field `foo` is `foo()`, not 
`getFoo()`. Add support for this naming convention.
   
   While this naming convention is mostly useful in projects using Java 16 
records, the patch itself doesn’t rely on records, so it doesn’t break Java 1.8 
compatibility.


-- 
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: dev-unsubscr...@velocity.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org

Reply via email to