Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jpa Storage fix to support objects not marked as entities #52

Merged
merged 1 commit into from
May 19, 2015

Conversation

quilombodigital
Copy link

This is a fix for a recent issue, caused because the Jpa Provider only supports entity objects.
Now when an unsupported object is used, it is converted into a json object and persisted using a generic jpa object.
A test was also created to check the reminder persistence at the providers.

JoeHegarty pushed a commit that referenced this pull request May 19, 2015
Jpa Storage fix to support objects not marked as entities
@JoeHegarty JoeHegarty merged commit 7ee5e24 into orbit:master May 19, 2015
@JoeHegarty
Copy link
Member

Thanks Ricardo. Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants