-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65370/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-2421
https://issues.apache.org/jira/browse/ATLAS-2421
Repository: atlas
Description
-------
Following new notificaiton types are added: ENTITY_CREATE_V2,
ENTITY_FULL_UPDATE_V2, ENTITY_PARTIAL_UPDATE_V2, ENTITY_DELETE_V2.
Diffs
-----
notification/src/main/java/org/apache/atlas/notification/AbstractMessageDeserializer.java
37a57d17
notification/src/main/java/org/apache/atlas/notification/AbstractNotification.java
7a3bfe43
notification/src/main/java/org/apache/atlas/notification/hook/HookNotification.java
a25aa521
notification/src/test/java/org/apache/atlas/notification/hook/HookNotificationTest.java
dd3257e0
webapp/src/main/java/org/apache/atlas/notification/NotificationHookConsumer.java
2df28f33
Diff: https://reviews.apache.org/r/65370/diff/1/
Testing
-------
Added unit tests to validate SerDe for newly added notification types.
Thanks,
Madhan Neethiraj