You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by ipolyzos <gi...@git.apache.org> on 2014/01/30 18:16:42 UTC

gora pull request: fix for GORA-293

GitHub user ipolyzos opened a pull request:

    https://github.com/apache/gora/pull/3

    fix for GORA-293 

    fix the issue that, unlike keyClass and persistentClass dataStoreClass was not loaded with the use of ClassLoading utils but with Class.forName

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ipolyzos/apache-gora trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/gora/pull/3.patch

----
commit d3cc81cbe79446075b0b72345f17d4c849ad8ff2
Author: Ioannis Polyzos <i....@gmail.com>
Date:   2014-01-30T17:06:36Z

    fix the issue that, unlike keyClass and persistentClass dataStoreClass was not loaded with the use of ClassLoading utils but with Class.forName

----