From notifications-return-17747-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Sat Aug 3 03:55:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3BCB518065E for ; Sat, 3 Aug 2019 05:55:04 +0200 (CEST) Received: (qmail 68080 invoked by uid 500); 3 Aug 2019 03:55:01 -0000 Mailing-List: contact notifications-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list notifications@groovy.apache.org Received: (qmail 68064 invoked by uid 99); 3 Aug 2019 03:55:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Aug 2019 03:55:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7C277E2FA3 for ; Sat, 3 Aug 2019 03:55:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2C29F241AD for ; Sat, 3 Aug 2019 03:55:00 +0000 (UTC) Date: Sat, 3 Aug 2019 03:55:00 +0000 (UTC) From: "Daniel Sun (JIRA)" To: notifications@groovy.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GROOVY-9210) Missing TextfierSupport from asm-util MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GROOVY-9210?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D168= 99348#comment-16899348 ]=20 Daniel Sun commented on GROOVY-9210: ------------------------------------ My pleasure =F0=9F=98=89 > Missing TextfierSupport from asm-util > ------------------------------------- > > Key: GROOVY-9210 > URL: https://issues.apache.org/jira/browse/GROOVY-9210 > Project: Groovy > Issue Type: Improvement > Affects Versions: 2.5.7 > Reporter: Tomo Suzuki > Assignee: Daniel Sun > Priority: Major > Fix For: 2.5.8, 3.0.0-beta-3 > > Attachments: RahYXsDxMuy.png > > > Groovy 2.5 and 2.6 are missing TextifierSupport class from asm-util. > [https://github.com/apache/groovy/blob/GROOVY_2_5_X/gradle/assemble.gradl= e] > {code:java} > includesPerLibrary =3D [ > 'asm-util': ['org/objectweb/asm/util/Printer.class', > 'org/objectweb/asm/util/Textifier.class'= , > 'org/objectweb/asm/util/ASMifier.class', > 'org/objectweb/asm/util/Trace*'] > ]{code} > Textifier.visitAttribute references TextifierSupport in the same package = but the class is not included in groovy-2.5.7.jar. > Attached screenshot to reproduce the issue in Java: > =C2=A0 > !RahYXsDxMuy.png! > {code:java} > package groovyjarjarasm.asm; > import org.codehaus.groovy.classgen.asm.util.LoggableTextifier; > /** > * Demonstrates LoggableTextifier throws ClassNotFoundException. > */ > public class App=20 > { > public static void main( String[] args ) > { > LoggableTextifier loggableTextifier =3D new LoggableTextifier(); > loggableTextifier.visitAttribute(new Attribute("hello")); > } > }{code} -- This message was sent by Atlassian JIRA (v7.6.14#76016)