reda-alaoui opened a new pull request #6: Allow override of the StanzaProcessor URL: https://github.com/apache/mina-vysper/pull/6 In our vysper implementation, we need to manage JPA transactions and Spring security. Those are transversal feature relying on ThreadLocal. In order to be able to bind a database transaction and security context to one Stanza processing, I found that the easiest way would be to proxy the StanzaProcessor. The proposed change allows to override the default StanzaProcessor.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
