Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-902

org.apache.tapestry.enhance.InjectMetaWorker not JDK1.4 compatible

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.0.1
    • 4.1.1
    • Framework
    • None

    Description

      Line 49 of org.apache.tapestry.enhance.InjectMetaWorker is not JDK1.4 compatible:

      _primitiveParser.put(boolean.class, "java.lang.Boolean.parseBoolean") results in javassist.CannotCompileException when run in jdk1.4 environment.

      The method java.lang.Boolean.parseBoolean is new in jdk1.5.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mark.lehmacher Mark Lehmacher
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: