|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I'm experiencing a similar problem with version 1.590. The plug-in I'm using depends on guice-4.0-beta5 and 'com.google.' packages are masked off (using <maskClasses> in the maven-hpi-plugin). Works fine on the master but on a slave it crashes because it uses guice-4.0-beta - no_aop (provided by jenkins-core).
Could it be that the <maskClasses> directive isn't propagated correctly to the swarm client?