Open berryware opened 9 years ago
Looks like most of the warnings are coming from xmlbeans not supporting java8 very well. We will need to look at replacing xmlbeans with jaxb or oracle xdk.
this will be a rather big change with lots of potential bugs to fix
CPO was written back in Java 1.3. There are cleaner ways to write the code now and the java 8 compile is complaining about the old form of a lot of the code. Clean up as many warning as can be cleaned up