Hello team.

I tried to build myfaces from scratch and have got a problem:
tomahawk/sandbox/examples does not compile with Java 8 because it uses the
com.sun.image.codec.jpeg package thet is deprecated.

I fixed this error by adding

                <!-- TODO: This fixed the com.sun.image.codec.jpeg
deprecation but a better solution is exclude the package from code -->
                <compilerArgument>-XDignore.symbol.file</compilerArgument>

into the maven-compiler-plugin plugin config, but it is better to exclude
using the package. I read on StackOverflow that ImageIO works slowly then
the c.s.i.codec.jpeg package, what do you think about it?

Reply via email to