jezovuk

Results 6 comments of jezovuk

I was hit by this today (via Netty, in their `AbstractChannelHandlerContext`). Any chance of releasing the fix soon?

https://github.com/netty/netty/blob/4.1/transport/src/main/java/io/netty/channel/AbstractChannelHandlerContext.java#L294 Copy of problematic code (log warn in `else if` branch within the `catch` block is problematic since it has two args, both `Throwable`): ``` private void invokeExceptionCaught(final Throwable cause)...

Hi @gregturn. I'm not sure I understand your position completely. Are you suggesting that spring-ws will continue using WSS4J 2.4.x for foreseeable future (instead of switching to 3.x) or merely...

@gregturn Thanks for the answer. I mostly agree with what @cachescrubber wrote. I do not have an explicit problem using spring-ws 4.0.x with wss4j 2.4.1, but judging from [wss4j jakarta...

There is a problem with SortedMap, similar to the one with SortedSet (which was fixed in #73). Seems like a simple fix in MapDeserializer.