[ 
https://issues.apache.org/jira/browse/ANY23-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186218#comment-13186218
 ] 

Lewis John McGibbney commented on ANY23-33:
-------------------------------------------

Replacement for 
http://www.docjar.com/docs/api/com/sun/org/apache/xml/internal/serialize/OutputFormat.html
is
http://xerces.apache.org/xerces2-j/javadocs/other/org/apache/xml/serialize/OutputFormat.html

replacement for 
http://www.docjar.com/docs/api/com/sun/org/apache/xml/internal/serialize/XMLSerializer.html
is
http://xerces.apache.org/xerces2-j/javadocs/other/org/apache/xml/serialize/XMLSerializer.html
                
> Replace proprietary SUN imports from Any23 classes.
> ---------------------------------------------------
>
>                 Key: ANY23-33
>                 URL: https://issues.apache.org/jira/browse/ANY23-33
>             Project: Apache Any23
>          Issue Type: Improvement
>            Reporter: Lewis John McGibbney
>
> When building Any23 trunk you will notice some obvious warnings, for clarity 
> I have attached them below. We should find replacements for these imports, 
> preferably ASF implementations. 
> {code}
> [INFO] [WARNING] 
> /home/jenkins/jenkins-slave/workspace/Any23-trunk/core/src/test/java/org/deri/any23/validator/DefaultValidatorTest.java:[20,48]
>  com.sun.org.apache.xml.internal.serialize.OutputFormat is Sun proprietary 
> API and may be removed in a future release
> [WARNING] 
> /home/jenkins/jenkins-slave/workspace/Any23-trunk/core/src/test/java/org/deri/any23/validator/DefaultValidatorTest.java:[21,48]
>  com.sun.org.apache.xml.internal.serialize.XMLSerializer is Sun proprietary 
> API and may be removed in a future release
> [WARNING] 
> /home/jenkins/jenkins-slave/workspace/Any23-trunk/core/src/test/java/org/deri/any23/validator/DefaultValidatorTest.java:[114,8]
>  com.sun.org.apache.xml.internal.serialize.OutputFormat is Sun proprietary 
> API and may be removed in a future release
> [WARNING] 
> /home/jenkins/jenkins-slave/workspace/Any23-trunk/core/src/test/java/org/deri/any23/validator/DefaultValidatorTest.java:[114,34]
>  com.sun.org.apache.xml.internal.serialize.OutputFormat is Sun proprietary 
> API and may be removed in a future release
> [WARNING] 
> /home/jenkins/jenkins-slave/workspace/Any23-trunk/core/src/test/java/org/deri/any23/validator/DefaultValidatorTest.java:[120,8]
>  com.sun.org.apache.xml.internal.serialize.XMLSerializer is Sun proprietary 
> API and may be removed in a future release
> [WARNING] 
> /home/jenkins/jenkins-slave/workspace/Any23-trunk/core/src/test/java/org/deri/any23/validator/DefaultValidatorTest.java:[120,39]
>  com.sun.org.apache.xml.internal.serialize.XMLSerializer is Sun proprietary 
> API and may be removed in a future release
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to