[
https://issues.apache.org/jira/browse/LUCENE-6729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680801#comment-14680801
]
ASF subversion and git services commented on LUCENE-6729:
---------------------------------------------------------
Commit 1695172 from [~thetaphi] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1695172 ]
Merged revision(s) 1695169 from lucene/dev/trunk:
LUCENE-6729: Upgrade ASM used in expressions module to version 5.0.4
> Upgrade ASM version to 5.0.4 (expressions / Solr's TIKA)
> --------------------------------------------------------
>
> Key: LUCENE-6729
> URL: https://issues.apache.org/jira/browse/LUCENE-6729
> Project: Lucene - Core
> Issue Type: Improvement
> Components: modules/expressions
> Reporter: Uwe Schindler
> Assignee: Uwe Schindler
> Fix For: 5.4
>
> Attachments: LUCENE-6729.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]