You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (JIRA)" <ji...@apache.org> on 2019/07/25 10:33:00 UTC

[jira] [Comment Edited] (GROOVY-9202) Bump picocli to 4.0.1

    [ https://issues.apache.org/jira/browse/GROOVY-9202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16892636#comment-16892636 ] 

Paul King edited comment on GROOVY-9202 at 7/25/19 10:32 AM:
-------------------------------------------------------------

I had to tweak jarjar processing to (more explicitly) ignore the module-info.class file otherwise jarjar gave this warning:
{code}
> Task :jarjar
Fully-qualified classname does not match jar entry:
  jar entry: META-INF/versions/9/module-info.class
  class name: module-info.class
Omitting META-INF/versions/9/module-info.class.
{code}
but subsequently incorporated the picocli classes but under picocli not groovyjarjarpicocli which broke all command-line tools. I don't know why the existing {{'META-INF/\*'}} exclude didn't work - perhaps it needs to be {{'META-INF/\**'}}.


was (Author: paulk):
I had to tweak jarjar processing to (more explicitly) ignore the module-info.class file otherwise jarjar gave this warning:
{code}
> Task :jarjar
Fully-qualified classname does not match jar entry:
  jar entry: META-INF/versions/9/module-info.class
  class name: module-info.class
Omitting META-INF/versions/9/module-info.class.
{code}
but subsequently incorporated the picocli classes but under picocli not groovyjarjarpicocli which broke all command-line tools. I don't know why the existing {{'META-INF/*'}} exclude didn't work - perhaps it needs to be {{'META-INF/**'}}.

> Bump picocli to 4.0.1
> ---------------------
>
>                 Key: GROOVY-9202
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9202
>             Project: Groovy
>          Issue Type: Dependency upgrade
>            Reporter: Daniel Sun
>            Assignee: Remko Popma
>            Priority: Major
>             Fix For: 2.5.8, 3.0.0-beta-3
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)