This is an automated email from the ASF dual-hosted git repository. madhan pushed a change to branch atlas-2.5 in repository https://gitbox.apache.org/repos/asf/atlas.git
from 97486c9e2 ATLAS-4961: checkstyle compliance updates - atlas-authorization module (#286) new 841c3a05d ATLAS-4867 : Improve Metrics API (#288) new b191b45f4 ATLAS-4972 : hbase-bridge, hbase-bridge-shim modules: update for code… (#289) new a8cdb7453 ATLAS-4962: atlas-example modules: update for code readability improvements (#290) new b4a0d86cf ATLAS-4964: atlas-plugin-classloader module: update for code readabil… (#292) The 4 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: addons/hbase-bridge-shim/pom.xml | 5 + .../atlas/hbase/hook/HBaseAtlasCoprocessor.java | 173 ++++++++------------ addons/hbase-bridge/pom.xml | 2 + .../apache/atlas/hbase/bridge/HBaseAtlasHook.java | 112 ++++++------- .../org/apache/atlas/hbase/bridge/HBaseBridge.java | 97 +++++++----- .../atlas/hbase/hook/HBaseAtlasCoprocessor.java | 59 +++---- .../atlas/hbase/model/HBaseOperationContext.java | 30 ++-- .../org/apache/atlas/hbase/HBaseAtlasHookIT.java | 93 +++++------ addons/hbase-testing-util/pom.xml | 2 + .../atlas/hbase/TestHBaseTestingUtilSpinup.java | 56 +++---- atlas-examples/pom.xml | 5 + .../atlas/examples/sampleapp/DiscoveryExample.java | 2 +- .../atlas/examples/sampleapp/EntityExample.java | 68 +++++--- .../atlas/examples/sampleapp/GlossaryExample.java | 6 +- .../atlas/examples/sampleapp/LineageExample.java | 4 +- .../apache/atlas/examples/sampleapp/SampleApp.java | 14 +- .../examples/sampleapp/SampleAppConstants.java | 19 ++- .../atlas/examples/sampleapp/TypeDefExample.java | 136 +++++++++------- plugin-classloader/pom.xml | 5 + .../plugin/classloader/AtlasPluginClassLoader.java | 174 ++++++++------------- .../classloader/AtlasPluginClassLoaderUtil.java | 63 +++----- .../classloader/AtlasPluginClassLoaderTest.java | 19 ++- .../org/apache/atlas/services/MetricsService.java | 51 +++--- .../apache/atlas/services/MetricsServiceTest.java | 2 +- .../apache/atlas/web/resources/AdminResource.java | 6 +- 25 files changed, 586 insertions(+), 617 deletions(-)