Hi,
this PR replaces the deprecated Class.newInstance()
with Class.getDeclaredConstructor().newInstance()
. While only deprecated since 9, it is already possible to change things on JDK 8.
Let me know what you think. Cheers, Christoph
Comment From: wilkinsona
Thanks once again, @dreis2211.