[ https://issues.apache.org/jira/browse/QPID-8614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680925#comment-17680925 ]
ASF GitHub Bot commented on QPID-8614: -------------------------------------- dakirily opened a new pull request, #171: URL: https://github.com/apache/qpid-broker-j/pull/171 This PR addresses [QPID-8614](https://issues.apache.org/jira/browse/QPID-8614), refactoring reflection methods deprecated in Java 11 > [Broker-J] Deprecated reflection methods > ---------------------------------------- > > Key: QPID-8614 > URL: https://issues.apache.org/jira/browse/QPID-8614 > Project: Qpid > Issue Type: Improvement > Components: Broker-J > Affects Versions: qpid-java-broker-9.0.0 > Reporter: Daniil Kirilyuk > Priority: Minor > Fix For: qpid-java-broker-9.0.1 > > > After migration to JDK 11 new deprecation warnings are seen during the broker > build: > {code:java} > newInstance() in java.lang.Class has been deprecated > {code} > {code:java} > isAccessible() in java.lang.reflect.AccessibleObject has been deprecated > {code} > The code should be refactored where applicable to get rid of them. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org