Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
qpid-java-broker-9.0.0
-
None
Description
After migration to JDK 11 new deprecation warnings are seen during the broker build:
newInstance() in java.lang.Class has been deprecated
isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
The code should be refactored where applicable to get rid of them.