Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-6729

Upgrade ASM version to 5.0.4 (expressions / Solr's TIKA)

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.4
    • modules/expressions
    • None
    • New

    Description

      The expressions module currently uses ASM 4 for generating class files. We should upgrade to ASM 5.0.4. In addition, with that version we can create Java 8 class files on trunk.

      There is a clash with Apache TIKA, which uses the same old 4.x version. But ASM 5 is still compatible to ASM 4, if you pass the old ASM version to your own visitors. But on long term TIKA should upgrade, too, because currently it cannot parse Java 8 class files.

      ASM 5.0 also fixes some bugs with Java 7 class files, so we should really upgrade.

      Attachments

        1. LUCENE-6729.patch
          5 kB
          Uwe Schindler

        Issue Links

          Activity

            People

              uschindler Uwe Schindler
              uschindler Uwe Schindler
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: