I am able to use Avro 1.6.2 with the Specific builder API with no issue with Java 1.6.0_29.
I also double checked the build, it sets the source and target versions to 1.6 when compiling. The avro-service-archetype does as well. On 3/12/12 11:09 AM, "Jeremy Lewi" <[email protected]> wrote: > I was using 1.6.0_27 and the @override decorator was a problem, maybe newer > releases in the 1.6 set will work. > > J > > On Mon, Mar 12, 2012 at 10:42 AM, Doug Cutting <[email protected]> wrote: >> On 03/12/2012 10:20 AM, Scott Carey wrote: >>> > We should be generating Java 1.6 compatible code. >> >> I may have inadvertantly used Java 1.7 to compile recent releases. >> >> Does this create problems? If so, we might consider re-publising >> binaries for these releases. The sources should not change, but >> re-generating jar files seems reasonable. >> >> Doug >
