Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Method newInstance Deprecated as of Java 9 #216

Open
ClintCombs opened this issue Dec 30, 2019 · 0 comments
Open

Method newInstance Deprecated as of Java 9 #216

ClintCombs opened this issue Dec 30, 2019 · 0 comments

Comments

@ClintCombs
Copy link

Replace call to newInstance in SwaggerPlugin with call to getDeclaredConstructor().newInstance() per: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Class.html#newInstance()

ClintCombs added a commit to ClintCombs/swagger-play that referenced this issue Dec 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant