mattrpav commented on pull request #729:
URL: https://github.com/apache/activemq/pull/729#issuecomment-1049029799


   @gemmellr yep. in my update to the test, I explicitly set the trusted 
packages list to a new list and get rid of using the system property (which may 
have been causing the irregularity). The 
ActiveMQConnectionFactory.getTrustedPackges() list is wired into the connection 
each time, so updates there should carry over regardless of the static block in 
CLAOIS
   
   ```
   ActiveMQConnectionFactory#configureConnection(ActiveMQConnection)
            connection.setTrustedPackages(getTrustedPackages());
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to