Jump to content
  • Problem with ASM embeddable in groovy-all-1.0-beta-10.jar


    garynunes
    Assigned User shertage
    CategoryBug report
    PriorityHigh
    ReproducibilityAlways
    ResolutionFixed
    SeverityMajor
    StatusClosed
    The groovy-all-1.0-beta-10.jar contains the ASM library. Normally the ASM library package name is modified when embedded to prevent name collisions with other libraries that use it. Apparently this wasn't done with groovy-all-1.0-beta-10.jar. It is done with more recent versions of the Groovy library (e.g., the latest, groovy-all-1.0-RC-01.jar). The lack of name change can cause problems since the latest ASM's API is different from the one embedded in groovy-all-1.0-beta-10.jar. I would suggest replacing the use of groovy-all-1.0-beta-10.jar with a version with modified ASM package name to prevent problems with ASM name collisions.


    User Feedback

    Recommended Comments

     

    Hi,

     

    Unfortunately we had to revert this upgrade because the Groovy compiler in JasperReports would need to be refactored in order to work with the changed Groovy syntax. We\'ll postpone this for now.

     

    Thank you,

    Teodor

     

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...