You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Lewis John McGibbney (Created) (JIRA)" <ji...@apache.org> on 2012/01/14 14:49:39 UTC

[jira] [Created] (ANY23-33) Replace proprietary SUN imports from Any23 classes.

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

        

[jira] [Commented] (ANY23-33) Replace proprietary SUN imports from Any23 classes.

Posted by "Lewis John McGibbney (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ANY23-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186256#comment-13186256 ] 

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

Are you getting this from your compiler output? I've not tried to implement yet. We don't explicitly depend upon any xerces related stuff in the parent pom.xml, so I am curious where the imports are being pulled from for you to get this output. 
                
> 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

        

[jira] [Commented] (ANY23-33) Replace proprietary SUN imports from Any23 classes.

Posted by "Simone Tripodi (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ANY23-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186214#comment-13186214 ] 

Simone Tripodi commented on ANY23-33:
-------------------------------------

+1, absolutely!!! :)
                
> 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

        

[jira] [Updated] (ANY23-33) Replace proprietary SUN imports from Any23 classes.

Posted by "Lewis John McGibbney (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated ANY23-33:
--------------------------------------

    Affects Version/s: 0.7.0
        Fix Version/s: 0.8.0
    
> 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
>    Affects Versions: 0.7.0
>            Reporter: Lewis John McGibbney
>             Fix For: 0.8.0
>
>
> 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

        

[jira] [Resolved] (ANY23-33) Replace proprietary SUN imports from Any23 classes.

Posted by "Michele Mostarda (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michele Mostarda resolved ANY23-33.
-----------------------------------

    Resolution: Fixed
    
> 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
>    Affects Versions: 0.7.0
>            Reporter: Lewis John McGibbney
>             Fix For: 0.8.0
>
>
> 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

        

[jira] [Commented] (ANY23-33) Replace proprietary SUN imports from Any23 classes.

Posted by "Lewis John McGibbney (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Updated] (ANY23-33) Replace proprietary SUN imports from Any23 classes.

Posted by "Simone Tripodi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simone Tripodi updated ANY23-33:
--------------------------------

      Component/s: core
    Fix Version/s:     (was: 0.8.0)
                   0.7.0
    
> 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
>          Components: core
>    Affects Versions: 0.7.0
>            Reporter: Lewis John McGibbney
>             Fix For: 0.7.0
>
>
> 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

        

[jira] [Commented] (ANY23-33) Replace proprietary SUN imports from Any23 classes.

Posted by "Michele Mostarda (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ANY23-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186246#comment-13186246 ] 

Michele Mostarda commented on ANY23-33:
---------------------------------------

I attempted to replace the classes with public implementations, but the once found 
within the classpath are marked as @deprecated.

Ideas?

{code}
-import com.sun.org.apache.xml.internal.serialize.OutputFormat;
-import com.sun.org.apache.xml.internal.serialize.XMLSerializer;
+import org.apache.xml.serialize.OutputFormat;
+import org.apache.xml.serialize.XMLSerializer;
{code}
                
> 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

        

[jira] [Closed] (ANY23-33) Replace proprietary SUN imports from Any23 classes.

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney closed ANY23-33.
-------------------------------------


Bulk close for 0.7.0-incubating release
                
> 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
>          Components: core
>    Affects Versions: 0.7.0
>            Reporter: Lewis John McGibbney
>             Fix For: 0.7.0
>
>
> 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