I noticed my unit tests failed when switching from 5.0.11-SNAPSHOT to 5.0.12-SNAPSHOT with a classnamelocator exception.

I then noticed that I was using tapestry-ioc-5.0.10 rather than the 5.0.12-SNAPSHOT. Upgrading that to 5.0.12-SNAPSHOT fixed the problem.

The bug seems to be in the tapestry-core-5.0.12-SNAPSHOT pom, where the dependency on tapestry-ioc is versionless, meaning that the last released version is used (which is 5.0.10). I think it needs to have <version>${project.version}</version> added.

J

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to