Github user michaelarusso commented on the pull request:
https://github.com/apache/usergrid/pull/517#issuecomment-217862115
Could we just keep Long and handle the casting in the notifications service
where it comes in from the API (to make sure the number is put in the
properties map as long instead of int):
org.apache.usergrid.services.notifications.NotificationsService#postCollection
Seems cleaner if we just handle the case there rather than making the
Entity definition to a generic 'Object' and doing explicit casting in multiple
places.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---