You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-dev@geronimo.apache.org by "Jacek Laskowski (JIRA)" <ji...@apache.org> on 2009/05/22 16:02:45 UTC

[jira] Created: (XBEAN-128) ASM shading - org.objectweb.asm becomes org.apache.xbean.asm - to prevent NCDFEs

ASM shading - org.objectweb.asm becomes org.apache.xbean.asm - to prevent NCDFEs
--------------------------------------------------------------------------------

                 Key: XBEAN-128
                 URL: https://issues.apache.org/jira/browse/XBEAN-128
             Project: XBean
          Issue Type: Task
          Components: finder
            Reporter: Jacek Laskowski
            Assignee: Jacek Laskowski


Shade ASM 3.1 with maven-shade-plugin to prevent NoClassDefFoundErrors popping up when combining XBean with ASM 2.5.6-based or later projects.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (XBEAN-128) ASM shading - org.objectweb.asm becomes org.apache.xbean.asm - to prevent NCDFEs

Posted by "Jacek Laskowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/XBEAN-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacek Laskowski closed XBEAN-128.
---------------------------------

    Resolution: Fixed

jlaskowski@work /cygdrive/c/oss/xbean
$ svn ci -m 'ASM shading (new module xbean-asm-shaded) so org.objectweb.asm becomes org.apache.xbean.asm + some less important stuff' .
Sending        pom.xml
Adding         xbean-asm-shaded
Adding         xbean-asm-shaded/pom.xml
Sending        xbean-finder/pom.xml
Sending        xbean-finder/src/main/java/org/apache/xbean/finder/ClassFinder.java
Sending        xbean-reflect/pom.xml
Sending        xbean-reflect/src/main/java/org/apache/xbean/recipe/AsmParameterNameLoader.java
Transmitting file data ......
Committed revision 777524.

> ASM shading - org.objectweb.asm becomes org.apache.xbean.asm - to prevent NCDFEs
> --------------------------------------------------------------------------------
>
>                 Key: XBEAN-128
>                 URL: https://issues.apache.org/jira/browse/XBEAN-128
>             Project: XBean
>          Issue Type: Task
>          Components: finder
>    Affects Versions: 3.6
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>
> Shade ASM 3.1 with maven-shade-plugin to prevent NoClassDefFoundErrors popping up when combining XBean with ASM 2.5.6-based or later projects.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (XBEAN-128) ASM shading - org.objectweb.asm becomes org.apache.xbean.asm - to prevent NCDFEs

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/XBEAN-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed XBEAN-128.
------------------------------


current solution seems ok.

> ASM shading - org.objectweb.asm becomes org.apache.xbean.asm - to prevent NCDFEs
> --------------------------------------------------------------------------------
>
>                 Key: XBEAN-128
>                 URL: https://issues.apache.org/jira/browse/XBEAN-128
>             Project: XBean
>          Issue Type: Task
>          Components: finder
>    Affects Versions: 3.6
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 3.6
>
>         Attachments: XBEAN-128-revert--but-more-shaded-modules.patch
>
>
> Shade ASM 3.1 with maven-shade-plugin to prevent NoClassDefFoundErrors popping up when combining XBean with ASM 2.5.6-based or later projects.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (XBEAN-128) ASM shading - org.objectweb.asm becomes org.apache.xbean.asm - to prevent NCDFEs

Posted by "Jacek Laskowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/XBEAN-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacek Laskowski closed XBEAN-128.
---------------------------------

    Fix Version/s: 3.6

> ASM shading - org.objectweb.asm becomes org.apache.xbean.asm - to prevent NCDFEs
> --------------------------------------------------------------------------------
>
>                 Key: XBEAN-128
>                 URL: https://issues.apache.org/jira/browse/XBEAN-128
>             Project: XBean
>          Issue Type: Task
>          Components: finder
>    Affects Versions: 3.6
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 3.6
>
>
> Shade ASM 3.1 with maven-shade-plugin to prevent NoClassDefFoundErrors popping up when combining XBean with ASM 2.5.6-based or later projects.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (XBEAN-128) ASM shading - org.objectweb.asm becomes org.apache.xbean.asm - to prevent NCDFEs

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/XBEAN-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks updated XBEAN-128:
-------------------------------

    Attachment: XBEAN-128-revert--but-more-shaded-modules.patch

Proposed additional modules that shade asm rather than the plain modules having shading.

Note that the osgi metadata is not complete enough yet to work with the plain modules, the asm imports need their versions.  Dunno if asm even has osgi metadata yet.

> ASM shading - org.objectweb.asm becomes org.apache.xbean.asm - to prevent NCDFEs
> --------------------------------------------------------------------------------
>
>                 Key: XBEAN-128
>                 URL: https://issues.apache.org/jira/browse/XBEAN-128
>             Project: XBean
>          Issue Type: Task
>          Components: finder
>    Affects Versions: 3.6
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 3.6
>
>         Attachments: XBEAN-128-revert--but-more-shaded-modules.patch
>
>
> Shade ASM 3.1 with maven-shade-plugin to prevent NoClassDefFoundErrors popping up when combining XBean with ASM 2.5.6-based or later projects.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.