Community
Participate
Working Groups
It appears that classes in these bundles where compiled against 1.6 and hence the execution environment should be updated: com.goole.gwtjsonrpc com.google.gwtorm com.google.gerrit.common com.google.gerrit.prettify com.google.gerrit.reviewdb Not sure if 1.6 is strictly necessary but the original libraries specify that in their poms and we would need to recompile classes to make the bundles work on 1.5.
(In reply to comment #0) > Not sure if 1.6 is strictly necessary but the original libraries specify that > in their poms and we would need to recompile classes to make the bundles work > on 1.5. We might be able to rebuild these using Java 5. There were some APIs we needed in Gerrit that forced us to require Java 6... but I think those are all on the server. The only problem with the client side might be using String.isEmpty() rather than String.length() == 0. Those can be easily fixed by hand and submitted back upstream. But keeping them out might be harder. :-)
> We might be able to rebuild these using Java 5. In general, this wouldn't be required unless someone (some client, or adopter) has that specific need. As a whole, Indigo release will required Java 6, so I don't think we need to do it just to do it. But ... EE should definitely be accurate.
Chris, I think these are "yours"? Seems M6 would be nice if you can fix (and agree with the fix) in next day or two. Thanks,
Done, tagged as v201103020530.