mirror of
https://github.com/apache/jmeter.git
synced 2025-08-02 04:44:40 +08:00

* Prepare to use Java 17 as minimal version * See #6219 Pattern Matching for instanceof uses (Java 14/16) * See #6219 - Implicit Typing with var (Java 10) * See #6219 - Using Switch Expressions / yield Keyword (Java 14) * See #6219 - Using Text Blocks (Java 15) * See #6219 - some tunning / formating style * See #6219 - tunning code * See #6219 - Update Java argline params / remove java 8 / 9 args/comments * See #6219 - formating code * Remove not standard options for Java 17 * See #6219 - refactor CompOper to an enum * See #6219 - fix unnecessary yield usage in the switch expression * See #6219 - Optimize the code, fix formatting issue