You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "John Chandra (Jira)" <ji...@apache.org> on 2020/11/30 23:13:00 UTC

[jira] [Created] (AMQ-8093) Illegal reflective access by IntrospectionSupport

John Chandra created AMQ-8093:
---------------------------------

             Summary: Illegal reflective access by IntrospectionSupport
                 Key: AMQ-8093
                 URL: https://issues.apache.org/jira/browse/AMQ-8093
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.15.13
         Environment: Java 11
            Reporter: John Chandra


This warning occurred when we try to connect to ActiveMQ using SSL in a springboot application:

 

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.activemq.util.IntrospectionSupport (file:/C:/Users/user/.m2/repository/org/apache/activemq/activemq-client/5.15.13/activemq-client-5.15.13.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.apache.activemq.util.IntrospectionSupport
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

 
----
 

WARNING: Illegal reflective access by org.apache.activemq.util.IntrospectionSupport (file:/C:/Users/user/.m2/repository/org/apache/activemq/activemq-client/5.15.13/activemq-client-5.15.13.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String) at org.apache.activemq.util.IntrospectionSupport.setProperty(IntrospectionSupport.java:181) at org.apache.activemq.util.IntrospectionSupport.setProperties(IntrospectionSupport.java:155) at org.apache.activemq.util.IntrospectionSupport.setProperties(IntrospectionSupport.java:140) at org.apache.activemq.transport.tcp.SslTransport.<init>(SslTransport.java:81) at org.apache.activemq.transport.tcp.SslTransportFactory.createTransport(SslTransportFactory.java:122) at org.apache.activemq.transport.TransportFactory.doConnect(TransportFactory.java:120) at org.apache.activemq.transport.TransportFactory.connect(TransportFactory.java:65) at org.apache.activemq.ActiveMQConnectionFactory.createTransport(ActiveMQConnectionFactory.java:331)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)