digitalroastery / weblounge

Web Content Management System
12 stars 4 forks source link

ImageContentReader is not compatible with OpenJDK 7 #357

Closed myniva closed 9 years ago

myniva commented 9 years ago

The ImageContentReader relies on a Sun specific classes (package com.sun.image.codec.jpeg). This package is not part of OpenJDK 7.

ImageContentReader should be rewritten to only use classes that are officially part of the JDK.

myniva commented 9 years ago

Resolved by #360