[imaging] IptcBlock is not public

2016-10-11 Thread Gupta, Tapan
We are using snapshot for commons-imaging. Today when we ran maven clean package we got new snapshot jar and we are now getting below error org.apache.commons.imaging.formats.jpeg.iptc.IptcBlock is not public in org.apache.commons.imaging.formats.jpeg.iptc; cannot be accessed from outside

Re: [imaging] IptcBlock is not public

2016-10-11 Thread sebb
On 10 October 2016 at 19:26, Gupta, Tapan wrote: > We are using snapshot for commons-imaging. > Today when we ran maven clean package we got new snapshot jar and we are now > getting below error > > org.apache.commons.imaging.formats.jpeg.iptc.IptcBlock is not public in

[imaging] Changing compile baseline of library to JDK7

2016-10-11 Thread Sergio Matone
I would like to express my disappoint since the library, which was working perfectly, is now compiled using Java 7 without issuing a version. I understand that the library is in SNAPSHOT, but why it wasn't issued at least a 1.0.0 version, tagging the Java 6 version. You broke builds of several

Re: [imaging] Changing compile baseline of library to JDK7

2016-10-11 Thread Thad Humphries
Yes. I've had to pull commons-imaging from my apps and replace it with JAI-IMAGEIO. JAI is old and unsupported, but its jar files still work with Java 6. (There are also older versions of Twelve Monkeys that work with Java 6. https://github.com/haraldk/TwelveMonkeys) On Tue, Oct 11, 2016 at 11:38

Re: [imaging] Changing compile baseline of library to JDK7

2016-10-11 Thread Siegfried Goeschl
Hi folks, I think the latest version of TwelveMonkey supporting JDK 1.6 is http://search.maven.org/#artifactdetails%7Ccom.twelvemonkeys%7Ctwelvemonkeys%7C3.0.2%7Cpom Cheers, Siegfried Goeschl > On 11 Oct