drivera-armedia opened a new pull request #585:
URL: https://github.com/apache/jmeter/pull/585


   ## Description
   Added jexl3 as a language alias for text/java, for use with JSyntaxTextArea:
   Add: jexl3=text/java to textarea.properties
   
   ## Motivation and Context
   The JSR223 and other similar components that use JSyntaxTextArea may set the 
language to JEXL3, which is a perfecly valid scripting language name, but the 
syntax highlighter won't recognize and and won't enable the highlighting. By 
adding this alias, the issue is resolved. Considering that an alias already 
existed for jexl2, it makes sense that jexl3 be added.
   
   ## How Has This Been Tested?
   The change was tested in a custom build. Because of the nature of the change 
(adding a property mapping) there is no risk of breakage. Furthermore, the 
value of the property mapping is verified to be good (same as is used in other 
mappings, i.e. for jexl2).
   
   ## Screenshots (if appropriate):
   
   ## Types of changes
   - New feature (non-breaking change which adds functionality)
   
   ## Checklist:
   - [X] My code follows the [code style][style-guide] of this project.
   - [X] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


----------------------------------------------------------------
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.

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


Reply via email to