[
https://issues.apache.org/jira/browse/AMQ-9391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Pavlovich resolved AMQ-9391.
---------------------------------
Fix Version/s: (was: 6.0.1)
(was: 5.18.4)
Resolution: Cannot Reproduce
> Clean-up introspection warn messages
> ------------------------------------
>
> Key: AMQ-9391
> URL: https://issues.apache.org/jira/browse/AMQ-9391
> Project: ActiveMQ
> Issue Type: Improvement
> Affects Versions: 6.0.0, 5.18.3, 5.17.6
> Reporter: Matt Pavlovich
> Assignee: Matt Pavlovich
> Priority: Minor
>
> 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)