milamberspace opened a new pull request, #6462: URL: https://github.com/apache/jmeter/pull/6462
## Description Migrate the Java 8 source code to Java 17 - Pattern Matching for instanceof uses (Java 14/16) - Implicit Typing with var (Java 10) - Using Switch Expressions / yield Keyword (Java 14) - Using Text Blocks (Java 15) ## Motivation and Context See #6219 ## How Has This Been Tested? - All tests passed : OK - Build the archives : OK (with Java 17 / 21 and 24, on Linux) - Manual tests : OK ## Screenshots (if appropriate): ## Types of changes - Breaking change : Now need Java17+ to run JMeter ## Checklist: - [X] My code follows the [code style][style-guide] of this project. - [ ] 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. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org