Hi,
In recent trunk, SocketConnectionFacadeImpl.readLine() calls a new
IOException(String, Throwable) constructor that is only available
since java 1.6 :
throw new IOException("No more lines available", e);
Is this expected ?
Kind regards
Gaetan
Ga=EBtan Minet wrote:
> Is this expected ?
No this was not intended, A-J 1.0.0 will still work with JDK 1.5.
It's just that I am using 1.6 (sometimes 1.7ea) in my IDE. I've
configured my build server to use 1.5 now so I will notice if we mess up
in the future :)
Thanks,
Stefan