Uploaded image for project: 'Apache Rat'
  1. Apache Rat
  2. RAT-158

SAXParser warnings / update parent pom to get rid of doxia dependency

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.10
    • 0.14
    • None
    • None

    Description

      I have rat configured as such

       <plugin>
               <groupId>org.apache.rat</groupId>
               <artifactId>apache-rat-plugin</artifactId>
               <inherited>false</inherited>
               <executions>
                 <execution>
                   <phase>verify</phase>
                   <goals>
                     <goal>check</goal>
                   </goals>
                 </execution>
               </executions>
               <configuration>
                 <excludes>
                   <exclude>**/conf/**</exclude>
                 </excludes>
               </configuration>
             </plugin>
      

      And with every build where it triggers, I see

      Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
      Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
      Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
      

      Attachments

        1. RAT-158.patch
          2 kB
          Herve Boutemy
        2. RAT-158-2.patch
          4 kB
          Herve Boutemy

        Issue Links

          Activity

            People

              pottlinger Philipp Ottlinger
              vines John Vines
              Votes:
              8 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: