You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Ray Gauss II (JIRA)" <ji...@apache.org> on 2012/05/16 18:05:02 UTC

[jira] [Created] (TIKA-925) Remove DublinCore From Metadata and Deprecate String Properties

Ray Gauss II created TIKA-925:
---------------------------------

             Summary: Remove DublinCore From Metadata and Deprecate String Properties
                 Key: TIKA-925
                 URL: https://issues.apache.org/jira/browse/TIKA-925
             Project: Tika
          Issue Type: Improvement
          Components: metadata
    Affects Versions: 1.1
            Reporter: Ray Gauss II


In an effort to separate Tika's core metadata definitions from the particular standards used in the implementation the Metadata class should not implement DublinCore, those properties should be deprecated in the Metadata class, and the definitions in DublinCore should be made Property objects rather than Strings.

--
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] (TIKA-925) Remove DublinCore From Metadata and Deprecate String Properties

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276909#comment-13276909 ] 

Nick Burch commented on TIKA-925:
---------------------------------

Thanks for this Ray, looks great, committed in r1339276.
                
> Remove DublinCore From Metadata and Deprecate String Properties
> ---------------------------------------------------------------
>
>                 Key: TIKA-925
>                 URL: https://issues.apache.org/jira/browse/TIKA-925
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 1.1
>            Reporter: Ray Gauss II
>         Attachments: tika-dublincore-changes-core.diff, tika-dublincore-changes-parsers.diff
>
>
> In an effort to separate Tika's core metadata definitions from the particular standards used in the implementation the Metadata class should not implement DublinCore, those properties should be deprecated in the Metadata class, and the definitions in DublinCore should be made Property objects rather than Strings.

--
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] (TIKA-925) Remove DublinCore From Metadata and Deprecate String Properties

Posted by "Ray Gauss II (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ray Gauss II updated TIKA-925:
------------------------------

    Attachment: tika-dublincore-changes-parsers.diff
                tika-dublincore-changes-core.diff
    
> Remove DublinCore From Metadata and Deprecate String Properties
> ---------------------------------------------------------------
>
>                 Key: TIKA-925
>                 URL: https://issues.apache.org/jira/browse/TIKA-925
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 1.1
>            Reporter: Ray Gauss II
>         Attachments: tika-dublincore-changes-core.diff, tika-dublincore-changes-parsers.diff
>
>
> In an effort to separate Tika's core metadata definitions from the particular standards used in the implementation the Metadata class should not implement DublinCore, those properties should be deprecated in the Metadata class, and the definitions in DublinCore should be made Property objects rather than Strings.

--
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] (TIKA-925) Remove DublinCore From Metadata and Deprecate String Properties

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277177#comment-13277177 ] 

Nick Burch commented on TIKA-925:
---------------------------------

Once the changes associated with this are done, I think we'll also have managed to close off the long standing TIKA-355 issue.
                
> Remove DublinCore From Metadata and Deprecate String Properties
> ---------------------------------------------------------------
>
>                 Key: TIKA-925
>                 URL: https://issues.apache.org/jira/browse/TIKA-925
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 1.1
>            Reporter: Ray Gauss II
>         Attachments: tika-dublincore-changes-core.diff, tika-dublincore-changes-parsers.diff
>
>
> In an effort to separate Tika's core metadata definitions from the particular standards used in the implementation the Metadata class should not implement DublinCore, those properties should be deprecated in the Metadata class, and the definitions in DublinCore should be made Property objects rather than Strings.

--
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] (TIKA-925) Remove DublinCore From Metadata and Deprecate String Properties

Posted by "Jörg Ehrlich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörg Ehrlich resolved TIKA-925.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2

This change has been released with version 1.2. For the remaining namespaces that are still using string constants we should create separate issues.
                
> Remove DublinCore From Metadata and Deprecate String Properties
> ---------------------------------------------------------------
>
>                 Key: TIKA-925
>                 URL: https://issues.apache.org/jira/browse/TIKA-925
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 1.1
>            Reporter: Ray Gauss II
>             Fix For: 1.2
>
>         Attachments: tika-dublincore-changes-core.diff, tika-dublincore-changes-parsers.diff
>
>
> In an effort to separate Tika's core metadata definitions from the particular standards used in the implementation the Metadata class should not implement DublinCore, those properties should be deprecated in the Metadata class, and the definitions in DublinCore should be made Property objects rather than Strings.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira