LECZYF opened a new pull request, #11:
URL: https://github.com/apache/velocity-site/pull/11

   Corrects the documented property lookup order for 2.4 and 2.4.1: 
   - record-style accessors are tried before get(String) and boolean getters, 
not after them.
   
   Clarifies the Map exception in 2.5 and devel following 
[VELOCITY-986](https://github.com/apache/velocity-engine/pull/59):
   - Record-style lookup is skipped for classes implementing java.util.Map.
   - For non-Map objects, record-style accessors still take precedence over 
get(String). For example, $node.size on Jackson's JsonNode resolves to size(), 
not get("size").
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to