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

2022-02-11 Thread Jira


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

Jean-Baptiste Onofré commented on AMQ-8093:
---

It's fixed in coming 5.16.4 release.

> 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.(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)


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

2022-02-11 Thread Geert Schuring (Jira)


[ 
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.(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)


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

2020-12-11 Thread Jira


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

Jean-Baptiste Onofré commented on AMQ-8093:
---

Yes, 5.16.x and 5.17.x will be JDK 11+ compliant both broker and client side 
(I'm working on it).

> 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.(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)


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

2020-12-11 Thread Scott M Messner (Jira)


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

Scott M Messner commented on AMQ-8093:
--

Is this a planned correction in the Client component ? (Still specified as 
Broker)

Just FYI:
- 
[https://stackoverflow.com/questions/50251798/what-is-an-illegal-reflective-access]
- [https://openjdk.java.net/jeps/261#Relaxed-strong-encapsulation] 

> Illegal reflective access by IntrospectionSupport
> -
>
> Key: AMQ-8093
> URL: https://issues.apache.org/jira/browse/AMQ-8093
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: Broker
>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.(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)


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

2020-12-02 Thread Jira


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

Jean-Baptiste Onofré commented on AMQ-8093:
---

OK I will fix that for 5.16.x/5.17.x.

> Illegal reflective access by IntrospectionSupport
> -
>
> Key: AMQ-8093
> URL: https://issues.apache.org/jira/browse/AMQ-8093
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: Broker
>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.(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)


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

2020-11-30 Thread John C (Jira)


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

John C commented on AMQ-8093:
-

Yes. The activemq-client is used for JMS connection factory in our app.

> Illegal reflective access by IntrospectionSupport
> -
>
> Key: AMQ-8093
> URL: https://issues.apache.org/jira/browse/AMQ-8093
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: Broker
>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.(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)


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

2020-11-30 Thread Jira


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

Jean-Baptiste Onofré commented on AMQ-8093:
---

Just to be clear: my point was on broker side, the stack here is on client 
side. I guess you are using activemq-client for JMS connection factory in your 
app right ?

> Illegal reflective access by IntrospectionSupport
> -
>
> Key: AMQ-8093
> URL: https://issues.apache.org/jira/browse/AMQ-8093
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: Broker
>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.(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)


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

2020-11-30 Thread Jira


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

Jean-Baptiste Onofré commented on AMQ-8093:
---

Yes, that's just a {{--allow-access}} to add to the JVM in the 
{{bin/activemq}}, I will do that. But you can use it anyway, not a big deal.

> 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 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.(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)


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

2020-11-30 Thread John C (Jira)


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

John C commented on AMQ-8093:
-

I just tested with ActiveMQ 5.16.0 and got the same warning:

 
{noformat}
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.16.0/activemq-client-5.16.0.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{noformat}
 

 

 
{noformat}
WARNING: Illegal reflective access by 
org.apache.activemq.util.IntrospectionSupport 
(file:/C:/Users/user/.m2/repository/org/apache/activemq/activemq-client/5.16.0/activemq-client-5.16.0.jar)
 to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String)WARNING: 
Illegal reflective access by org.apache.activemq.util.IntrospectionSupport 
(file:/C:/Users/jc664790/.m2/repository/org/apache/activemq/activemq-client/5.16.0/activemq-client-5.16.0.jar)
 to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String) at 
org.apache.activemq.util.IntrospectionSupport.setProperty(IntrospectionSupport.java:179)
 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.(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){noformat}
 

 

> 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 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.(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)


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

2020-11-30 Thread Jira


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

Jean-Baptiste Onofré commented on AMQ-8093:
---

As reminder, ActiveMQ 5.15.x is not fully JDK 11 compliant at runtime (ActiveMQ 
5.16.x is).

> 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 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.(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)


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

2020-11-30 Thread John C (Jira)


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

John C commented on AMQ-8093:
-

Correct. JDK 11.

> 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 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.(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)


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

2020-11-30 Thread Jira


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

Jean-Baptiste Onofré commented on AMQ-8093:
---

I guess you are using JDK 11 ?

> 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 C
>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.(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)