In my maven work, I noticed that one of the broker tests doesn't
compile when maven auto-downloads the Mina Core 1.1.0-SNAPSHOT
dependency, but the code compiles fine on the trunk against the
checked-in Mina Core jar. Are we sure that the Mina Core jar checked
into svn is really the version it claims to be, or is it just that
1.1.0-SNAPSHOT is actually a moving target?
If you look at the Mina Core source [1], you can see that the
IOSession was changed 3 days ago to rename some methods. This change
is what's causing the compilation error.
--steve
[1] <http://svn.apache.org/viewvc/directory/trunks/mina/core/src/main/
java/org/apache/mina/common/IoSession.java?view=log>
- [java] mina core jar version Steve Vinoski
-