Nikita-Shupletsov opened a new pull request, #1254: URL: https://github.com/apache/activemq/pull/1254
Because destinations are parsed recursively, it's possible to trigger `java.lang.StackOverflowError` if a destination has too many nodes. the PR is converting the recursion to loops. Ran `DestinationMapTest.java` to make sure the behavior of the class stays the same. There is no need for additional testing in my opinion, because the behavior is supposed to stay the same as it was before the change. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
