Matt Pavlovich created AMQ-9391:
-----------------------------------
Summary: Clean-up introspection warn messages
Key: AMQ-9391
URL: https://issues.apache.org/jira/browse/AMQ-9391
Project: ActiveMQ
Issue Type: Improvement
Affects Versions: 5.17.6, 5.18.3, 6.0.0
Reporter: Matt Pavlovich
With newer JDKs, we need to be mindful of introspection.
Specifically on transport connectors that reach down into com.sun..
ServerSocketAdapter
For example, setting soTimeout on a transportConnector via uri
{noformat}
WARNING: Illegal reflective access by
org.apache.activemq.util.IntrospectionSupport to method
sun.nio.ch.ServerSocketAdaptor.setSoTimeout(int)
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}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)