I just upgraded from Mina 2.0.0M2 to M4 and ran into some issues I
didn't expect. Neither is listed in the M4 change notes. I don't
see any change notes from M3 to check.
1) There is no more TrafficMask object ??
We used to set our desired traffic to TrafficMask.ALL, just
commented that code out
2) LoggingFilter object no longer has a log() method ????
We had overridden log() to impose our own format creating a complete
data capture log (Mina default format only showed first N bytes)
I'm hoping I can just ignore the TrafficMask issue. But our
LoggingFilter change was in response to a specific need (complete data
capture in log) that Mina was not giving us. The new LoggingFilter
has nothing that looks like a log() method at all.
Any comments or suggestions are appreciated!!!
boB