pfirmstone / JGDMS

Infrastructure for providing secured micro services, that are dynamically discoverable and searchable over ipv6 networks
https://pfirmstone.github.io/JGDMS/
Apache License 2.0
14 stars 4 forks source link

Class::newInstance() is deprecated #97

Closed pfirmstone closed 5 years ago

pfirmstone commented 5 years ago

Class::newInstance() is deprecated since Java 9, this should be replaced with Class::getDeclaredConstructor()::newInstance()