I would like to update CXF-DOSGi to Java 1.6. This gets us in sync again with CXF which also uses 1.6 now. The advantage is that we avoid some API constraint warnings and do not need to import APIs like JAXWS. Java 1.6 also allows to use @Override for methods defined in interfaces which gives some safety.
What do you think? Christian
