[
https://issues.apache.org/jira/browse/ATLAS-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18098117#comment-18098117
]
ASF subversion and git services commented on ATLAS-5207:
--------------------------------------------------------
Commit b45faecc9634b562347b320fd6faa8239aebf9e1 in atlas's branch
refs/heads/master from UmeshPatil-1
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=b45faecc9 ]
ATLAS-5207: Atlas webapp module to support rest-notification endpoint (#622)
* Adding rest-notification module from cdh_main to opensource.
* Resolving build error failure for rest-notification module,Registered
rest-notification-webapp in parent pom, replacing the old private SNAPSHOT to
map with parent,updated from jersy2->jersy1, Removed Servlet 4.0-only methods
that are not on ServletContext in Servlet 3.1 (they were breaking @Override) etc
* Adding server-common module remove identical and nearly identical classes
from webapp and rest-notification webapp, updated imports to use server-common
module,updated paren pom and xml wiring's etc.
* Resolving error's in webapp for testCompile: unreported
javax.servlet.ServletException and in rest-notification webapp
NullServletContext method does not override or implement a method from a
supertype, these was because javax.servlet-api 3.1 and there is no support for
methods which are using servlet-4.0.
* Modifying class syntax to match both webapp and rest-notification webapp in
server-common module.
* Updating dao class and package to use server-common module for both webapp
and rest-notification-webapp and Updating method visibility to resolve compile
time error for UserDaoTest (testMergePasswordAndSalt_EmptySalt) method.
* Updated Filter classes and module to use server-common module for both webapp
and rest-notification webapp.
* Updated method visibility to resolve the testcases and compilation error's.
* Updating security classes and package to use server-common module for both
webapp and rest-notification webapp.
* Updating class syntax to match earlier coding style.
* Updating listeners class and package to use server-common module for both
webapp and rest-notification webapp.
* Updating classes to use User model class from server-common module.
* Updating service classes and package to use server-common module for both
webapp and rest-notification webapp.
* Updating class and methods syntax to match earlier coding style in
server-common module.
* Updating setup class KerberosAwareListener and package to use server-common
module for both webapp and rest-notification webapp.
* Updated test class ImportTaskListenerImplTest in webapp module removed
redundant lines.
* Restoring admin SERVER_START/SERVER_STATE_ACTIVE via WebappAdminAuditHook
* Server-Common: align ActiveServerFilter with passive vs migration admin URI
policy
* Resolving Testcase Failure:- Fix UserAuthorityGranter.grant null return;
align WebappAdminAuditHookTest with long resultCount
* Resolving Testcases Failure Fix 503 in SecureEmbeddedServerTest: profile-gate
test security, split filter beans, Curator only if HA.
* Resolving checkstyle error's in webapp module.
* Updating server-common to atlas-server-common.
* Updating docker changes and related changes in webapp,server-common and
rest-notification module.
* Resolving review comment's and checkstyle error's
* Resolving testcase failure in webapp module (NoSuchMethodException) which was
because a method moved from webapp to server-common base during refactor
* Resolving checkstyle error's from server-common, webapp and
rest-notification-webapp module's.
* ATLAS-5207: Fix rest-server distro WAR deps and Java 17 rest startup
> Atlas webapp module to support rest-notification endpoint
> ---------------------------------------------------------
>
> Key: ATLAS-5207
> URL: https://issues.apache.org/jira/browse/ATLAS-5207
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 3.0.0
> Reporter: Umesh Patil
> Assignee: Umesh Patil
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Expectation:
> 1.Have a common module for rest-notification webapp and webapp moduleĀ
> Approach :
> 1.Keep common code along with rest-notification webapp changes to support its
> endpoint and apis
--
This message was sent by Atlassian Jira
(v8.20.10#820010)