----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67275/#review203729 -----------------------------------------------------------
Fix it, then Ship it! intg/src/main/java/org/apache/atlas/model/glossary/AtlasGlossaryTerm.java Lines 289 (patched) <https://reviews.apache.org/r/67275/#comment286022> please add @JsonIgnore. - Madhan Neethiraj On May 24, 2018, 3:29 a.m., Sarath Subramanian wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/67275/ > ----------------------------------------------------------- > > (Updated May 24, 2018, 3:29 a.m.) > > > Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj. > > > Bugs: ATLAS-2715 > https://issues.apache.org/jira/browse/ATLAS-2715 > > > Repository: atlas > > > Description > ------- > > No audit events are generated when term is associated or removed from entity. > This JIRA adds TERM_ADD and TERM_DELETE audit events. > > > Diffs > ----- > > client/client-v1/src/main/java/org/apache/atlas/EntityAuditEvent.java > 7077e1529 > dashboardv2/public/js/utils/Enums.js 1e493e52e > intg/src/main/java/org/apache/atlas/listener/EntityChangeListenerV2.java > 9c735a075 > intg/src/main/java/org/apache/atlas/model/audit/EntityAuditEventV2.java > 787f5a9e5 > intg/src/main/java/org/apache/atlas/model/glossary/AtlasGlossaryTerm.java > daf6c7b2b > repository/src/main/java/org/apache/atlas/glossary/GlossaryService.java > a5499e07c > > repository/src/main/java/org/apache/atlas/repository/audit/EntityAuditListener.java > a085e8e2d > > repository/src/main/java/org/apache/atlas/repository/audit/EntityAuditListenerV2.java > 970b14a1a > > repository/src/main/java/org/apache/atlas/repository/audit/HBaseBasedAuditRepository.java > 3656b8501 > > repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityChangeNotifier.java > 083600eae > > server-api/src/main/java/org/apache/atlas/listener/EntityChangeListener.java > ab379e083 > > tools/atlas-migration-exporter/src/main/java/org/apache/atlas/migration/NoOpNotificationChangeListener.java > 9af7819a6 > > webapp/src/main/java/org/apache/atlas/notification/EntityNotificationListenerV2.java > 9de49d4cf > > webapp/src/main/java/org/apache/atlas/notification/NotificationEntityChangeListener.java > dbdf67db7 > > > Diff: https://reviews.apache.org/r/67275/diff/2/ > > > Testing > ------- > > Precommit: > https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/447/console > > > Thanks, > > Sarath Subramanian > >
