Christoph Theis wrote: > - ServerInputStream.java: Make this class public. > This is a really minor change :)
What for? > - Invoker.java: Allow for void methods. > This class is very handy if you want to invoke methods in an > arbitrary object. Unfortunately the method can't be a void method, > yet. Therefore calling e.g. "JTextPane.setText" is not possible. > I have a patch for this but since the project was very quiet I did > not bother to submit it yet. Important question: Does the SPEC know void methods? Depending on the patch, I can imagine to commit it immediately. This would be sufficient for 2.0. I wouldn't see this as a blocker for 2.0. > - XmlRpcWriter.java: What about non-ASCII characters? The latest > XMLRPC-spec allows for it. Are there any changes in the SPEC you are referencing? Besides, I'm not aware of any limitations in the code, which would prevent non-ASCII characters. Or do you mean non-printable characters? Jochen
