You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Amit Jain (JIRA)" <ji...@apache.org> on 2017/05/18 07:00:14 UTC

[jira] [Created] (OAK-6233) Typed properties not handled properly in the initialization of DataStore in oak-run

Amit Jain created OAK-6233:
------------------------------

             Summary: Typed properties not handled properly in the initialization of DataStore in oak-run
                 Key: OAK-6233
                 URL: https://issues.apache.org/jira/browse/OAK-6233
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: run
            Reporter: Amit Jain
            Assignee: Amit Jain
            Priority: Minor
             Fix For: 1.7.0, 1.8, 1.6.2, 1.4.16


Typed properties specified in the configuration file are not handled because Dictionary returned from ConfigurationHandler is converted using Maps.fromProperties which converts any non-string values to null.

Though these properties are not relevant as the DataStore does not read/write binaries into the data store here but the code here should be compatible with configurations already being used in applications. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)