This is an automated email from the ASF dual-hosted git repository.
sarath pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 0fe6712 ATLAS-3333: updated notification pre-process with an option
to ignore dummy Hive database/table
new 28aec35 ATLAS-3337: Update Spring Framework/Security library version
new fceafbc ATLAS-3286: Populate the dynamic attribute flag for each
AtlasAttribute in each AltasEntityType
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/atlas/type/AtlasEntityType.java | 150 ++++++++++++++++++++-
.../org/apache/atlas/type/AtlasStructType.java | 18 ++-
.../java/org/apache/atlas/type/AttributeToken.java | 30 +++--
.../java/org/apache/atlas/type/ConstantToken.java | 25 ++--
.../java/org/apache/atlas/type/DependentToken.java | 39 +++---
.../TemplateToken.java} | 14 +-
.../org/apache/atlas/type/TestAtlasEntityType.java | 57 ++++++++
pom.xml | 4 +-
.../graph/v2/AtlasEntityGraphDiscoveryV2.java | 36 +++++
.../notification/NotificationHookConsumerIT.java | 79 ++++++-----
.../web/integration/EntityJerseyResourceIT.java | 14 +-
11 files changed, 377 insertions(+), 89 deletions(-)
copy
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityStream.java
=> intg/src/main/java/org/apache/atlas/type/AttributeToken.java (59%)
copy
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityStream.java
=> intg/src/main/java/org/apache/atlas/type/ConstantToken.java (69%)
copy
repository/src/main/java/org/apache/atlas/repository/ogm/DataTransferObject.java
=> intg/src/main/java/org/apache/atlas/type/DependentToken.java (51%)
copy intg/src/main/java/org/apache/atlas/{listener/TypeDefChangeListener.java
=> type/TemplateToken.java} (79%)