Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-11049

javax package system class default is too broad

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.6.0
    • 2.6.0
    • util
    • None
    • Reviewed

    Description

      The system class default defined in ApplicationClassLoader has "javax.". This is too broad. The intent of the system classes is to exempt classes that are provided by the JDK along with hadoop and minimally necessary dependencies that are guaranteed to be on the system classpath. "javax." is too broad for that.

      For example, JSR-330 which is part of JavaEE (not JavaSE) has "javax.inject". Packages like them should not be declared as system classes, as they will result in ClassNotFoundException if they are needed and present on the user classpath.

      Attachments

        1. HADOOP-11049.patch
          9 kB
          Sangjin Lee
        2. HADOOP-11049.patch
          8 kB
          Sangjin Lee
        3. HADOOP-11049.patch
          8 kB
          Sangjin Lee

        Issue Links

          Activity

            People

              sjlee0 Sangjin Lee
              sjlee0 Sangjin Lee
              Votes:
              0 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: