Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-871

remove dependency on stax-utils.jar

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.4
    • None
    • None

    Description

      Currently we we use a custom library to make a XMLInputFactory – we can use the standard one.

      -    inputFactory = BaseXMLInputFactory.newInstance();
      +    inputFactory = XMLInputFactory.newInstance();
      

      This will remove a dependency on stax-util.jar and let people running java6 package solr without any stax libraries.

      Attachments

        Activity

          People

            ryantxu Ryan McKinley
            ryantxu Ryan McKinley
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: