https://bugzilla.redhat.com/show_bug.cgi?id=842611
Bug ID: 842611 QA Contact: extras-qa@fedoraproject.org Severity: medium Version: rawhide Priority: medium CC: akurtako@redhat.com, hicham.haouari@gmail.com, java-sig-commits@lists.fedoraproject.org, kdaniel@redhat.com Assignee: akurtako@redhat.com Summary: lucene - compile with -target 1.5 or greater Regression: --- Story Points: --- Classification: Fedora OS: Linux Reporter: mizdebsk@redhat.com Type: --- Documentation: --- Hardware: All Mount Type: --- Status: NEW Component: lucene Product: Fedora
Package lucene appears to be using Java generics, but generates class files in format older than 49.0, which corresponds to J2SE 5.0, in which generics were introduced.
Please update this package to generate classes in format 49.0 or above. This corresponds to -target 1.5 option of javac (or ecj).
For more information, see bug #842394
https://bugzilla.redhat.com/show_bug.cgi?id=842611
Mikolaj Izdebski mizdebsk@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |842394
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=842611
Alexander Kurtakov akurtako@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |RAWHIDE Last Closed| |2013-03-01 04:07:49
--- Comment #1 from Alexander Kurtakov akurtako@redhat.com --- Lucene sets target 1.5 by default now. Closing.
java-sig-commits@lists.fedoraproject.org