You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Geert Schuring (Jira)" <ji...@apache.org> on 2022/02/11 12:35:00 UTC

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

    [ https://issues.apache.org/jira/browse/AMQ-8093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490887#comment-17490887 ] 

Geert Schuring commented on AMQ-8093:
-------------------------------------

Im running version 5.16.3 and still get this warning. Is there any version of ActiveMQ 5 Client where this is solved?

> Illegal reflective access by IntrospectionSupport
> -------------------------------------------------
>
>                 Key: AMQ-8093
>                 URL: https://issues.apache.org/jira/browse/AMQ-8093
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker, JMS client
>    Affects Versions: 5.15.13
>         Environment: Java 11
>            Reporter: John C
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>
> 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.20.1#820001)