Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1.15-SNAPSHOT
-
None
Description
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 is deprecated.
I fixed this error by change to the ImageIO API.