[
https://issues.apache.org/jira/browse/JCR-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke reopened JCR-1151:
---------------------------------
Change breaks JDK1.4 compliance.
> avoid converting property values to strings
> -------------------------------------------
>
> Key: JCR-1151
> URL: https://issues.apache.org/jira/browse/JCR-1151
> Project: Jackrabbit
> Issue Type: Improvement
> Components: SPI
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Minor
>
> QValues currently can not expose properties of types LONG and DOUBLE in a
> parsed format. Thus, setting/retrieving properties of these types requires
> roundtripping through Strings, which we should avoid.
> Proposal:
> 1) Add "long getLong()" and "double getDouble()" to QValue.
> 2) Add matching create methods to QValueFactory.
> 3) Take advantage of the new methods in JCR2SPI, for instance by allowing
> it's own Value implementation to internally just hold the QValue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.