resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

Replace com.sun...JPEGEncoder by javax...imageio in roundtable app #42

Closed bclozel closed 12 years ago

bclozel commented 13 years ago

The package com.sun.image.codec.jpeg has been removed in java7.

Roundtable app should be updated to use javax.imageio. see org.resthub.roundtable.toolkit.ImageTools class.

sdeleuze commented 12 years ago

Fixed by removing this example in RESThub 2 ;-)