https://bz.apache.org/bugzilla/show_bug.cgi?id=62972
Bug ID: 62972
Summary: Get rid of deprecated calls to Class#newInstance
Product: JMeter
Version: 5.0
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1
Java 9 deprecated Class#newInstance. So let's try to get rid of those calls by
replacing them with Class#getDeclaredConstructor#newInstance, which should be
the equivalent logic.
The PR https://github.com/apache/jmeter/pull/435 gets rid of all but two
occurrences. The two remaining ones would result in API changes.
--
You are receiving this mail because:
You are the assignee for the bug.